Anthony Fok
60092aa377
Minor proofreading corrections to Hugo docs
...
- Add backticks and commas where necessary
- Remove some trailing whitespace
- Add front matter example in TOML
- Fix typo in one of the tags in Showcase
- Add 多说 (Duoshuo) as an alternative to Disqus
- Use internal links (i.e. without gohugo.io) where possible
- Use a colon to set off an example
- Change "it's" to "its" where appropriate
- Use typographical (i.e. curly) apostrophe on the front page
where appropriate
- Capitalize "Github" as "GitHub"
2014-10-15 12:18:20 -04:00
Anthony Fok
80b8ca4c9f
More proofreading and minor revisions to Hugo docs
...
Among the various changes, most instances of
{{ template "partials/FILE.html" . }}
were changed to
{{ partial "FILE.html" . }}
Also, in main.go, change "2013" to "2013-14".
2014-09-08 11:41:10 -04:00
Anthony Fok
4069d9c6fc
Minor proofreading corrections to Hugo docs
2014-09-01 08:19:40 -04:00
Franklin Wise
d62bee6923
Added a note after the script adding potential issues per @franklinwise's feedback
2014-08-18 11:58:49 -04:00
Franklin Wise
5c997434f0
hugo builds no site if there are only drafts
...
if you run:
hugo
and all of your posts are drafts, no site gets build.
2014-08-18 11:21:45 -04:00
spf13
e885972a5a
Converting front matter to YAML
2014-05-29 18:45:22 -04:00
Rolando Pereira
c68e60fe55
Fix links to GitHub repo for spencerlyon2/hugo_gh_blog
...
Hello,
The `github_pages_blog.md` tutorial mentioned links to the git repository of "spencerlyon2/hugo_gh_blog" however it was linking to the page itself (i.e. http://spencerlyon2.github.io/hugo_gh_blog ).
This commit replace those links with links to https://github.com/spencerlyon2/hugo_gh_blog
2014-05-28 17:58:11 -04:00
spf13
7be1411681
More doc site improvements. Added documentation's new layout
2014-05-28 01:37:33 -04:00
spf13
acf48b814d
Updating / Rewriting / Adding all of the documentation in preparation for the next release
2014-05-27 18:32:57 -04:00
spf13
39b3dc52bc
Switching docs highlighting to highlight.js .. Docs build super fast again!
2014-05-15 09:58:55 -04:00
Ciaran Downey
8e29aa2afd
Update broken localhost link
2014-04-26 23:08:39 -06:00
spf13
017eb00cc7
Implementing new menu system in the docs site
2014-04-23 03:00:11 -04:00
Stephen Eglen
544baaf32d
typos in mathjax.md
...
Fix some typos.
2014-03-31 14:31:39 -04:00
Spencer Lyon
ffe5ba2dde
ENH: added tutorial for hosting a blog on github pages
2014-03-31 14:26:58 -04:00
Spencer Lyon
8cc8b9e8f7
DOC: added tutorial for using MathJax with Hugo
2014-03-24 15:11:54 -04:00
Alexandre Normand
6dbc86353a
Add Tutorial With Steps to Migrate from Jekyll.
2014-03-13 12:23:33 +01:00