Index: {{$ind}}
-Value: {{$value}}
- {{end}} - {{end}}diff --git a/content/about-hugo/_index.md b/content/about-hugo/_index.md index 0886a4143..51c884407 100644 --- a/content/about-hugo/_index.md +++ b/content/about-hugo/_index.md @@ -16,7 +16,7 @@ notes: ## What is Hugo? Hugo is a general-purpose website framework. Technically speaking, Hugo is -a static site generator. Unlike systems that dynamically build a page +a [static site generator][]. Unlike systems that dynamically build a page with each visitor request, Hugo builds pages when you create your content. Since websites are viewed far more often than they are edited, Hugo is optimized for website viewing for the end users of your site and an ideal writing experience for authors. @@ -59,7 +59,6 @@ pages. * [Hugo Performance Benchmark(@bep)] - [Aerobatic]: https://www.aerobatic.com/ [Amazon S3]: http://aws.amazon.com/s3/ [CloudFront]: http://aws.amazon.com/cloudfront/ "Amazon CloudFront" @@ -75,4 +74,5 @@ pages. [Jekyll]: http://jekyllrb.com/ [Middleman]: https://middlemanapp.com/ [Nanoc]: http://nanoc.ws/ +[static site generator]: /about-hugo/benefits-of-static/ [Surge]: https://surge.sh \ No newline at end of file diff --git a/content/about-hugo/roadmap.md b/content/about-hugo/roadmap.md index 84224a85b..c2db2c066 100644 --- a/content/about-hugo/roadmap.md +++ b/content/about-hugo/roadmap.md @@ -24,14 +24,16 @@ In no particular order, here is what is currently being worked on for the Hugo p * Native support for additional content formats (AsciiDoc [#1435][], reST [#1436][]) * And, last but not least, *your* best ideas! -{{% note "Contributions Welcome" %}} -Feel free to [contribute](/contribute-to-hugo/) or open a new issue if you have an idea for a new feature. -{{% /note %}} +## Contributions Welcome + +Feel free to [contribute][] or open a new issue if you have an idea for a new feature. + [#98]: https://github.com/spf13/hugo/issues/98 [#1014]: https://github.com/spf13/hugo/issues/1014 [#1435]: https://github.com/spf13/hugo/issues/1435 [#1436]: https://github.com/spf13/hugo/issues/1436 +[contribute]: /contribute-to-hugo/ [hosting and deployment]: /hosting-and-deployment/ [existing migration tools]: /developer-tool/migrations/ [related Discuss thread]: https://discuss.gohugo.io/t/web-based-editor/155 diff --git a/content/tutorials/_index.md b/content/tutorials/_index.md new file mode 100644 index 000000000..9b3b44853 --- /dev/null +++ b/content/tutorials/_index.md @@ -0,0 +1,14 @@ +--- +title: Overview of Tutorials +linktitle: Overview of Tutorials +description: +date: 2017-02-01 +publishdate: 2017-02-01 +lastmod: 2017-02-01 +tags: [tutorials,learning] +weight: +draft: false +slug: +aliases: +notes: +--- \ No newline at end of file diff --git a/themes/hugodocs/layouts/_default/section.html b/themes/hugodocs/layouts/_default/section.html index 0c83d7020..d0b885510 100644 --- a/themes/hugodocs/layouts/_default/section.html +++ b/themes/hugodocs/layouts/_default/section.html @@ -19,5 +19,6 @@
Index: {{$ind}}
-Value: {{$value}}
- {{end}} - {{end}}