mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Add more to Roadmap and to Getting Started section
This commit is contained in:
@@ -11,4 +11,27 @@ draft: false
|
||||
slug:
|
||||
aliases: [/meta/roadmap]
|
||||
notes:
|
||||
---
|
||||
---
|
||||
|
||||
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
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Project Organization
|
||||
title: New Project Scaffolding
|
||||
linktitle:
|
||||
description: Scaffolding new projects, configuration, and source organization.
|
||||
date: 2016-11-01
|
||||
|
||||
@@ -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:
|
||||
---
|
||||
Reference in New Issue
Block a user