diff --git a/README.md b/README.md index 6c1ab9cfe..7428f8c58 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,8 @@ We welcome your contributions. To make the process as seamless as possible, we a * When you're ready to create a pull request, be sure to: * Have test cases for the new code. If you have questions about how to do it, please ask in your pull request. * Run `go fmt` - * Squash your commits into a single commit. `git rebase -i`. It's okay to force update your pull request. * Make sure `go test ./...` passes, and `go build` completes. Our Travis CI loop will catch most things that are missing. The exception: Windows. We run on Windows from time to time, but if you have access, please check on a Windows machine too. + * Squash your commits into a single commit. `git rebase -i`. It's okay to force update your pull request. + * Make sure `go test ./...` passes, and `go build` completes. Our Travis CI loop will catch most things that are missing. The exception: Windows. We run on Windows from time to time, but if you have access, please check on a Windows machine too. **Complete documentation is available at [Hugo Documentation](http://gohugo.io/).** diff --git a/docs/content/community/press.md b/docs/content/community/press.md index 7293f8460..eb6d3e604 100644 --- a/docs/content/community/press.md +++ b/docs/content/community/press.md @@ -18,6 +18,7 @@ Hugo has been featured in the following Blog Posts, Press and Media. | ------ | ------ | -----: | | [把这个博客静态化了 (Migrate to Hugo)](http://lich-eng.com/2015/01/03/migrate-to-hugo/) | Li Cheng | 3 Jan 2015 | | [My Hugo Experiment](http://baty.net/2014/12/2014-12-31-my-hugo-experiment/) | Jack Baty | 31 Dec 2014 | +| [6 Static Blog Generators That Aren’t Jekyll](http://www.sitepoint.com/6-static-blog-generators-arent-jekyll/) | David Turnbull | 8 Dec 2014 | | [Travel Blogging Setup](http://www.stou.dk/2014/11/travel-blogging-setup/) | Rasmus Stougaard | 23 Nov 2014 | | [使用Hugo搭建免费个人Blog (How to use Hugo)](http://ulricqin.com/post/how-to-use-hugo/) | Ulric Qin 秦晓辉 | 11 Nov 2014 | | [Hugo para crear sitios web estáticos](http://www.webbizarro.com/noticias/1076/hugo-para-crear-sitios-web-estaticos/) | Web Bizarro | 19 Aug 2014 | diff --git a/docs/content/meta/roadmap.md b/docs/content/meta/roadmap.md index 1e2c6e868..0d77bb93d 100644 --- a/docs/content/meta/roadmap.md +++ b/docs/content/meta/roadmap.md @@ -15,11 +15,21 @@ In no particular order, here is what we are working on: * Intelligently Related Posts * Even easier deployment to S3, SSH, GitHub, rsync - * Import from other website systems (WordPress, Jekyll) - * An interactive web based editor - * Additional themes + * Import from other website systems + * from Drupal (See https://bitbucket.org/rickb777/drupal2hugo by Rick Beton (@rickb777)) + * from WordPress (See [#100][], especially https://github.com/SchumacherFM/wordpress-to-hugo-exporter by Cyrill Schumacher (@SchumacherFM), but volunteers are needed to make it work with latest versions of WordPress.) + * from Jekyll (See [#101][]) + * An interactive web based editor (See http://discuss.gohugo.io/t/web-based-editor/155) + * Additional [themes](https://github.com/spf13/hugoThemes) (always on-going, contributions welcome!) * Dynamic image resizing via shortcodes - * Support for additional formats - * Pagination - * Your best ideas + * Support for additional formats (AsciiDoc ([#470][], [#826][]), reST [#472][]) + * Pagination (See [#96][], [#750][]) + * And, last but not least, ***Your best ideas***! +[#100]: https://github.com/spf13/hugo/issues/100 "hugo import from wordpress · Issue #100 · spf13/hugo" +[#101]: https://github.com/spf13/hugo/issues/101 "hugo import from jekyll · Issue #101 · spf13/hugo" +[#96]: https://github.com/spf13/hugo/issues/96 "Support for pagination · Issue #96 · spf13/hugo" +[#750]: https://github.com/spf13/hugo/pull/750 "Add pagination support for home page, sections and taxonomies by bep · Pull Request #750 · spf13/hugo" +[#470]: https://github.com/spf13/hugo/issues/470 "Support for AsciiDoc · Issue #470 · spf13/hugo" +[#826]: https://github.com/spf13/hugo/pull/826 "Experimental AsciiDoc support with external helpers by anthonyfok · Pull Request #826 · spf13/hugo" +[#472]: https://github.com/spf13/hugo/issues/472 "support for using reST · Issue #472 · spf13/hugo" diff --git a/docs/layouts/index.html b/docs/layouts/index.html index 21ef48407..e7d3d423d 100644 --- a/docs/layouts/index.html +++ b/docs/layouts/index.html @@ -166,6 +166,7 @@

Also, I re-launched my blog (it looks the same as before) using Hugo, a *fast* static engine. Very happy with it. gohugo.io

— Ryan Martinsen (@popthestack) December 30, 2014

I migrated the @BlackOpsTesting.com website from docpad to Hugo last weekend. http://gohugo.io/ Super Fast HTML Generation @spf13

— Alan Richardson (@eviltester) January 9, 2015

Hugo is impressively capable. It's a static site generator by @spf13 written in #golang. Just upgraded to latest release; very powerful.

— Baron Schwartz (@xaprb) January 18, 2015
+

#Hugo A very good alternative for #wordpress!!! A fast and modern static website engine gohugo.io

— WorkHTML (@workhtml) February 4, 2015