Commit Graph

36 Commits

Author SHA1 Message Date
Cameron Moore 7be90228bb commands: Add noChmod option to disable perm sync
Includes updates to docs.

Fixes #2749
2016-11-30 08:35:30 +01:00
Michael Bleigh 39606c4277 docs: Add Firebase Hosting to usage.md 2016-10-10 20:26:46 +02:00
Robert Schilling 915e64d0cc docs: Mention GitLab hosting support 2016-10-10 20:14:23 +02:00
Mark D. Blackwell 39d11eeb2c docs: Clarify Usage 2016-08-19 14:38:20 -04:00
Mark D. Blackwell 7453baf8b5 docs: Follow through on watch default 2016-08-18 20:55:05 +02:00
Robert Basic 8524aeac55 tpl: Do not write to cache when ignoring cache
Fixes #2067
Closes #2069
2016-04-14 10:48:26 +02:00
Andrew Langhorn 33f9e5c4e7 Docs: clarify that Amazon WS is, actually, AWS
Amazon WS is an uncommon way of referring to Amazon Web Services, which
is usually referred to either by its full name, or as AWS.
2016-02-14 12:12:03 +01:00
Bjørn Erik Pedersen 915fc9468a docs: Add lastmod to content files
Based on last commit in Git.
2016-01-06 23:55:18 +01:00
Anthony Fok 076888b244 Docs: Add nohighlight shortcode and improve formatting
And some random formatting and copyediting fixes.

See also #1708
2015-12-23 09:31:07 -07:00
tryer3000 e5ba3ba110 Update external tutorial links in usage.md 2015-12-02 07:03:54 -07:00
digitalcraftsman 3513b55e0f Docs: improve usage.md 2015-11-27 15:40:17 -07:00
Anthony Fok 85b1f6de09 docs: Fix formatting in overview/usage.md 2015-09-14 12:47:43 -06:00
Anthony Fok e7aef2a043 Complete the Url-to-URL transition in docs
See #959
2015-09-13 05:22:12 -06:00
jlengstorf 7076b807a7 Added details about generated files and development flows 2015-09-08 11:32:47 -04:00
Anthony Fok 8c2d4fca90 doc: Strip trailing whitespace; other revisions
Make some random and non-comprehensive changes to the
template functions documentation to make them more
consistent.
2015-08-04 12:00:08 -06:00
bep 6f4ab3806f docs: getting usage up to spec 2015-05-27 11:59:19 +02:00
Andre R 53ad8c7d8b Fix datePublished to publishdate 2015-05-16 15:58:37 +02:00
Anthony Fok f89e447724 [Docs] Update and expand http://gohugo.io/overview/usage/
The `hugo help` output as shown in http://gohugo.io/overview/usage/
was not yet updated for v0.13. Thanks to @alebaffa for the heads up!

Also:
 - Clarify that, after using `hugo server`, the bare `hugo` command
   need to be run before deployment.
 - Add a section on running `hugo` as production web server,
   and add links to two blog posts of two Hugo users sharing
   their experience.

Partially fixes: #852 and #937
2015-03-12 08:53:48 -06:00
riboflavin 4c3b5e16b4 add note that running with watch doesn't produce a site suitable for deployment 2015-02-17 19:17:38 -08:00
Anthony Fok 7dca679def Change "ctrl+c" to "Ctrl+C" 2015-02-11 01:11:50 -07:00
Anthony Fok 5def25889b [Docs] Copyediting
* Add meta author, description and generator tags
 * Add Hugo version beside the logo and in the footer
 * Suggest the user to run `go get -u -v` to update dependencies
 * Requires Go 1.3+ rather than Go 1.1+
 * Improve rendering/formatting in some places
 * Add trailing slash to URLs where appropriate
 * GitHub redirects all http requests to https, update accordingly
2015-01-28 18:02:40 -07:00
Anthony Fok 46154cd101 Some more random copyediting of Hugo docs
- Change "livereload" and "live reload" to "LiveReload";
 - Add a `$ ` prompt before example command lines
   (not exhaustive, work in progress);
 - Remove unnecessary whitespace from partials;
 - Revise the blackfriday options table in overview/configuration.md
   to make it narrower.
 - Manually set the language for highlight.js where appropriate
 - Rename "404" to "Custom 404 page", and remove incorrect reference
   to "homepage"
 - Credit the author of tutorials/github_pages_blog.md
   (Similar notes are necessary for other contributed pages where
    "I" am not spf13 to avoid reader confusion.)
 - Add CSS for `kbd` and `table` etc. to css/style.css;
 - etc.
2015-01-09 11:51:15 -07:00
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
Kartik Singhal ced9343584 Switch to new hompage 2014-10-02 13:39:59 -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
spf13 e885972a5a Converting front matter to YAML 2014-05-29 18:45:22 -04:00
spf13 ebc5bab2c6 Add future details to documentation 2014-05-29 01:02:43 -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
spf13 017eb00cc7 Implementing new menu system in the docs site 2014-04-23 03:00:11 -04:00
spf13 e9b313c317 Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed #137 2014-03-31 13:23:34 -04:00
spf13 2d7870dee8 Using table of contents within the documentation. 2014-01-28 23:29:05 -05:00
spf13 d1399eb1db Docs menu now powered by indexes.. converting some of the content to use this. 2013-10-25 18:42:46 -04:00
spf13 65b66cc563 Updating usage documentation to new interface 2013-09-30 22:39:06 -04:00
spf13 66c87441bd Complete overhaul of the docs 2013-08-17 21:54:39 -04:00