From b779fdc817bedbe1b3027496c2184511293a0afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 16 Jul 2017 22:56:27 +0200 Subject: [PATCH] Remove unused files --- content/mailing-list.md | 56 ------- content/tree.txt | 335 ---------------------------------------- 2 files changed, 391 deletions(-) delete mode 100644 content/mailing-list.md delete mode 100644 content/tree.txt diff --git a/content/mailing-list.md b/content/mailing-list.md deleted file mode 100644 index b21183610..000000000 --- a/content/mailing-list.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: Mailing List -linktitle: Mailing List -description: Join the Hugo mailing list for updates on the project. The mailing list has very low traffic and only sends release-related email. -date: 2017-02-01 -publishdate: 2017-02-01 -lastmod: 2017-02-01 -weight: 01 #rem -categories: [] -#tags: [mailing list, community] -draft: true -aliases: [/community/mailing-list/] -toc: false ---- - -## Discussion Forum - -Hugo has its own [discussion forum](http://discourse.gohugo.io/) powered by [Discourse](http://www.discourse.org/). - -Please use this for all discussions, questions, etc. - -## Mailing List - -Hugo has two mailing lists: - -### Announcements - -Very low traffic. Only releases will be emailed here. - - - -### Discussion Forum (Archived) - -{{% note %}} -This has been replaced with the [Hugo discussion forum](http://discourse.gohugo.io/) and is available for archival purposes only. -{{% /note %}} - -You can find the old Hugo discussion forum at . - -## Other Resources - -### GoNuts - -For general Go questions or discussion please refer to the Go mailing list. - -https://groups.google.com/forum/#!forum/golang-nuts - -### GitHub Issues - -https://github.com/gohugoio/hugo/issues - -### Twitter - -The Official Hugo Twitter Account: [@GoHugoIO](https://twitter.com/GoHugoIO) -Steve Francia: [@spf13](https://twitter.com/spf13). -Bjørn Erik Pedersen: [@bepsays](https://twitter.com/bepsays) diff --git a/content/tree.txt b/content/tree.txt deleted file mode 100644 index 37d834a7a..000000000 --- a/content/tree.txt +++ /dev/null @@ -1,335 +0,0 @@ -. -├── _index.md -├── about -│   ├── _index.md -│   ├── benefits.md -│   ├── features.md -│   ├── license.md -│   ├── roadmap.md -│   └── what-is-hugo.md -├── commands -│   ├── _index.md -│   ├── hugo.md -│   ├── hugo_benchmark.md -│   ├── hugo_check.md -│   ├── hugo_check_ulimit.md -│   ├── hugo_config.md -│   ├── hugo_convert.md -│   ├── hugo_convert_toJSON.md -│   ├── hugo_convert_toTOML.md -│   ├── hugo_convert_toYAML.md -│   ├── hugo_env.md -│   ├── hugo_gen.md -│   ├── hugo_gen_autocomplete.md -│   ├── hugo_gen_doc.md -│   ├── hugo_gen_man.md -│   ├── hugo_import.md -│   ├── hugo_import_jekyll.md -│   ├── hugo_list.md -│   ├── hugo_list_drafts.md -│   ├── hugo_list_expired.md -│   ├── hugo_list_future.md -│   ├── hugo_new.md -│   ├── hugo_new_site.md -│   ├── hugo_new_theme.md -│   ├── hugo_server.md -│   ├── hugo_undraft.md -│   └── hugo_version.md -├── concept.md -├── content-management -│   ├── _index.md -│   ├── archetypes.md -│   ├── authors.md -│   ├── comments.md -│   ├── cross-references.md -│   ├── formats.md -│   ├── front-matter.md -│   ├── menus.md -│   ├── multilingual.md -│   ├── organization.md -│   ├── sections.md -│   ├── shortcodes.md -│   ├── summaries.md -│   ├── taxonomies.md -│   ├── toc.md -│   ├── types.md -│   └── urls.md -├── contribute -│   ├── _index.md -│   ├── development.md -│   ├── documentation.md -│   └── themes.md -├── functions -│   ├── _index.md -│   ├── abslangurl.md -│   ├── absurl.md -│   ├── adddate.md -│   ├── after.md -│   ├── apply.md -│   ├── base64.md -│   ├── chomp.md -│   ├── countrunes.md -│   ├── countwords.md -│   ├── dateformat.md -│   ├── default.md -│   ├── delimit.md -│   ├── dict.md -│   ├── echoparam.md -│   ├── emojify.md -│   ├── eq.md -│   ├── findRe.md -│   ├── first.md -│   ├── format.md -│   ├── get.md -│   ├── getenv.md -│   ├── getpage.md -│   ├── haschildren.md -│   ├── hasmenucurrent.md -│   ├── hasprefix.md -│   ├── highlight.md -│   ├── htmlescape.md -│   ├── htmlunescape.md -│   ├── humanize.md -│   ├── i18n.md -│   ├── imageconfig.md -│   ├── in.md -│   ├── index-function.md -│   ├── int.md -│   ├── intersect.md -│   ├── ismenucurrent.md -│   ├── isset.md -│   ├── jsonify.md -│   ├── last.md -│   ├── lower.md -│   ├── markdownify.md -│   ├── math.md -│   ├── md5.md -│   ├── now.md -│   ├── param.md -│   ├── partialcached.md -│   ├── plainify.md -│   ├── pluralize.md -│   ├── printf.md -│   ├── querify.md -│   ├── range.md -│   ├── readdir.md -│   ├── readfile.md -│   ├── ref.md -│   ├── rellangurl.md -│   ├── relref.md -│   ├── relurl.md -│   ├── render.md -│   ├── replace.md -│   ├── replacere.md -│   ├── safeURL.md -│   ├── safecss.md -│   ├── safehtml.md -│   ├── safehtmlattr.md -│   ├── safejs.md -│   ├── scratch.md -│   ├── seq.md -│   ├── sha.md -│   ├── shuffle.md -│   ├── singularize.md -│   ├── slice.md -│   ├── slicestr.md -│   ├── sort.md -│   ├── split.md -│   ├── string.md -│   ├── substr.md -│   ├── time.md -│   ├── title.md -│   ├── trim.md -│   ├── truncate.md -│   ├── union.md -│   ├── unix.md -│   ├── upper.md -│   ├── urlize.md -│   ├── where.md -│   └── with.md -├── getting-started -│   ├── _index.md -│   ├── configuration.md -│   ├── directory-structure.md -│   ├── installing.md -│   ├── quick-start.md -│   ├── usage.md -│   └── using-the-hugo-docs.md -├── hosting-and-deployment -│   ├── _index.md -│   ├── deployment-with-rsync.md -│   ├── deployment-with-wercker.md -│   ├── hosting-on-bitbucket.md -│   ├── hosting-on-firebase.md -│   ├── hosting-on-github.md -│   ├── hosting-on-gitlab.md -│   └── hosting-on-netlify.md -├── news -│   ├── _index.md -│   ├── press-and-articles.md -│   └── release-notes.md -├── readfiles -│   ├── README.md -│   ├── bfconfig.md -│   ├── dateformatting.md -│   ├── menuvars.md -│   └── testing.txt -├── showcase -│   ├── 2626info.md -│   ├── _index.md -│   ├── antzucaro.md -│   ├── appernetic.md -│   ├── arresteddevops.md -│   ├── asc.md -│   ├── astrochili.md -│   ├── aydoscom.md -│   ├── barricade.md -│   ├── bepsays.md -│   ├── bugtrackers.io.md -│   ├── camunda-blog.md -│   ├── camunda-docs.md -│   ├── cdnoverview.md -│   ├── chinese-grammar.md -│   ├── chingli.md -│   ├── chipsncookies.md -│   ├── christianmendoza.md -│   ├── cinegyopen.md -│   ├── clearhaus.md -│   ├── cloudshark.md -│   ├── coding-journal.md -│   ├── consequently.md -│   ├── ctlcompiled.md -│   ├── danmux.md -│   ├── datapipelinearchitect.md -│   ├── davidepetilli.md -│   ├── davidrallen.md -│   ├── davidyates.md -│   ├── devmonk.md -│   ├── dmitriid.com.md -│   ├── emilyhorsman.com.md -│   ├── enjoyablerecipes.md -│   ├── esolia-com.md -│   ├── esolia-pro.md -│   ├── eurie.md -│   ├── fale.md -│   ├── fixatom.md -│   ├── fxsitecompat.md -│   ├── gntech.md -│   ├── gogb.md -│   ├── goin5minutes.md -│   ├── h10n.me.md -│   ├── hugo.md -│   ├── jamescampbell.md -│   ├── jorgennilsson.md -│   ├── justinrobertsbook.md -│   ├── kieranhealy.md -│   ├── klingt-net.md -│   ├── launchcode5.md -│   ├── leepenney.md -│   ├── leowkahman.md -│   ├── lk4d4.darth.io.md -│   ├── losslesslife.md -│   ├── lucumtinfo.md -│   ├── mariosanchez.md -│   ├── mayan-edms.md -│   ├── michaelwhatcott.md -│   ├── mongodb-eng-journal.md -│   ├── mtbhomer.md -│   ├── myearworms.md -│   ├── nickoneill.md -│   ├── ninjaducks.in.md -│   ├── ninya.io.md -│   ├── nodesk.md -│   ├── novelist-xyz.md -│   ├── npf.md -│   ├── peteraba.md -│   ├── promotive.md -│   ├── rahulrai.md -│   ├── rakutentech.md -│   ├── rdegges.md -│   ├── readtext.md -│   ├── richardsumilang.md -│   ├── rick-cogley-info.md -│   ├── ridingbytes.md -│   ├── robertbasic.md -│   ├── scottcwilson.md -│   ├── shapeshed.md -│   ├── shelan.md -│   ├── silvergeko.md -│   ├── softinio.md -│   ├── spf13.md -│   ├── steambap.md -│   ├── stefano.chiodino.md -│   ├── stou.md -│   ├── szymonkatra.md -│   ├── techmadeplain.md -│   ├── tendermint.md -│   ├── thecodeking.md -│   ├── thehome.md -│   ├── tutorialonfly.md -│   ├── ucsb.md -│   ├── upbeat.md -│   ├── vamp.md -│   ├── viglug.org.md -│   ├── vurt.co.md -│   ├── yslow-rules.md -│   ├── ysqi.md -│   └── yulinling.net.md -├── templates -│   ├── 404.md -│   ├── _index.md -│   ├── alternatives.md -│   ├── base.md -│   ├── data-templates.md -│   ├── files.md -│   ├── homepage.md -│   ├── internal.md -│   ├── introduction.md -│   ├── lists.md -│   ├── lookup-order.md -│   ├── menu-templates.md -│   ├── ordering-and-grouping.md -│   ├── pagination.md -│   ├── partials.md -│   ├── robots.md -│   ├── rss.md -│   ├── section-templates.md -│   ├── shortcode-templates.md -│   ├── single-page-templates.md -│   ├── sitemap-template.md -│   ├── taxonomy-templates.md -│   ├── template-debugging.md -│   └── views.md -├── themes -│   ├── _index.md -│   ├── creating.md -│   ├── customizing.md -│   ├── installing-and-using-themes.md -│   └── theme-showcase.md -├── tools -│   ├── _index.md -│   ├── editors.md -│   ├── frontends.md -│   ├── migrations.md -│   ├── other.md -│   ├── search.md -│   ├── starter-kits.md -│   └── syntax-highlighting.md -├── troubleshooting -│   ├── _index.md -│   ├── accented-characters-in-urls.md -│   ├── build-performance.md -│   └── eof-error.md -└── variables - ├── _index.md - ├── files.md - ├── git.md - ├── hugo.md - ├── menus.md - ├── page.md - ├── shortcodes.md - ├── site.md - ├── sitemap.md - └── taxonomy.md - -15 directories, 319 files