diff --git a/content/about-hugo/roadmap.md b/content/about-hugo/roadmap.md index 673dc3a4d..a9faff562 100644 --- a/content/about-hugo/roadmap.md +++ b/content/about-hugo/roadmap.md @@ -11,4 +11,27 @@ draft: false slug: aliases: [/meta/roadmap] notes: ---- \ No newline at end of file +--- + +In no particular order, here is what is currently being worked on for the Hugo project: + +* Intelligently related posts ([#98][]) +* Even easier deployment to S3, SSH, GitHub, rsync. Give the [hosting and deployment][] section a shot or read one of the related [tutorials][]. +* Import from other website systems. There are already existing migration tools but they don’t cover all major platforms. +* An interactive web based editor (See the [related Discuss thread][]) +* Additional [themes][] (always on-going, contributions welcome!) +* Dynamic image resizing via shortcodes ([#1014][]) +* Native support for additional content formats (AsciiDoc [#1435][], reST [#1436][]) +* And, last but not least, *your* best ideas! + +> 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]: /tutorials/how-to-contribute-to-hugo/ +[hosting and deployment]: /hosting-and-deployment/ +[related Discuss thread]: https://discuss.gohugo.io/t/web-based-editor/155 +[themes]: /themes +[tutorials]: /tutorials \ No newline at end of file diff --git a/content/getting-started/_index.md b/content/getting-started/_index.md index bb8417ca9..19c014718 100644 --- a/content/getting-started/_index.md +++ b/content/getting-started/_index.md @@ -1,5 +1,5 @@ --- -title: Getting Started with Hugo Docs +title: How to Use the Hugo Docs linktitle: Using the Hugo Docs description: Description for the Getting Started section. date: 2017-02-01 diff --git a/content/project-organization/_index.md b/content/project-organization/_index.md index c9854f156..005e7a8f2 100644 --- a/content/project-organization/_index.md +++ b/content/project-organization/_index.md @@ -1,5 +1,5 @@ --- -title: Project Organization +title: New Project Scaffolding linktitle: description: Scaffolding new projects, configuration, and source organization. date: 2016-11-01 diff --git a/content/tutorials/how-to-contribute-to-hugo.md b/content/tutorials/how-to-contribute-to-hugo.md new file mode 100644 index 000000000..d5de5da28 --- /dev/null +++ b/content/tutorials/how-to-contribute-to-hugo.md @@ -0,0 +1,14 @@ +--- +title: How to Contribute to Hugo +linktitle: +description: Tutorial developed by DigitalCraftsman of the Hugo community to explain to new developers how to contribute to the Hugo project. +date: 2017-02-01 +publishdate: 2017-02-01 +lastmod: 2017-02-01 +tags: [contribute,tutorials] +weight: +draft: false +slug: +aliases: +notes: +--- \ No newline at end of file