Commit Graph

40 Commits

Author SHA1 Message Date
C. S. Samulski 0c4eb1c0d7 docs: Explain themes dir in quickstart guide
Themes is currently not included in the description that follows `tree -a` even
though it is autogenerated for you by `new site`.
2017-03-10 22:05:28 +01:00
Kiley Dorton 7c25494995 docs: Fix ambiguous typo in quickstart 2017-02-24 20:54:03 +01:00
Albert Nigmatzianov 1b73ffc0f7 all: Unify case of config variable names
All config variables starts with low-case and uses camelCase.

If there is abbreviation at the beginning of the name, the whole
abbreviation will be written in low-case.
If there is abbreviation at the end of the name, the
whole abbreviation will be written in upper-case.
For example, rssURI.
2016-10-24 20:56:00 +02:00
Nicholas Thomson bd24bc27e9 docs: Improve instructions in quickstart.md 2016-10-21 19:20:34 +02:00
Russ Shanahan 44b1d8d5f0 docs: Fix typo in Quickstart guide
To publish a post, draft status should be changed to `false`.
2016-09-06 14:34:46 +02:00
Mark D. Blackwell 465285c14d docs: Improve Quickstart guide
Fixes #2331.
2016-09-03 15:19:01 +02:00
Steef Hegeman ef76fe9d6c docs: Just a small grammar fix in quickstart.md 2016-08-18 20:58:29 +02:00
Bjørn Erik Pedersen 655568258d Replace replace-this-with-your-hugo-site.com with example.org
Fixes #2264
2016-07-08 21:38:28 +02:00
Frank Blecha eec1597d09 docs: Grammar fix in overview/quickstart.md 2016-06-02 22:13:01 +02:00
Brijesh Bittu 67f7192f8a docs: Fix minor typo in overview/quickstart.md 2016-05-27 19:32:27 +02:00
nurp 95bcebb84f docs: Fix git clone for hugo_theme_robust in quickstart guide 2016-05-17 21:10:04 +02:00
Alvaro Garcia 9629e92c3d docs: Add notion of exiting the themes folder in quickstart 2016-04-22 19:47:59 +02:00
Cian Ruane f0c63bdca4 docs: Grammar fixes in overview/quickstart.md 2016-04-22 19:43:11 +02:00
digitalcraftsman 28d302a372 docs: Move image-width fix to style.css 2016-04-22 18:23:12 +02:00
Shekhar Gulati 33fc77c284 Docs: use Shekhar Gulati's Hugo tutorial as quickstart guide 2016-03-10 20:36:54 +01:00
Anthony Fok 41ccee5a2d Docs: Change the pseudo-absolute path to a relative one
See #1765
2016-01-09 11:57:14 -07: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 bf0d34ef7e Remove an erroneous "$" prompt in quickstart guide 2015-11-29 21:43:49 -07:00
Doug Horner 443790fb7d Added the command in the documentation.
It was confusing that the command was not in step 5, while it is in step 6.
2015-11-29 21:38:52 -07:00
digitalcraftsman 79c69d07c4 Docs: improve quickstart guide
Fixes #1553
2015-11-27 15:40:16 -07:00
digitalcraftsman 42f6e2d205 Docs: extend the migration tool list and add a cross-reference in the start guide 2015-09-12 21:51:35 +02:00
Anthony Fok 7dca679def Change "ctrl+c" to "Ctrl+C" 2015-02-11 01:11:50 -07:00
Anthony Fok cc26557401 [Docs] Say which directory to clone the hugoThemes
On http://gohugo.io/overview/quickstart/, explicitly state
that hugoThemes is to be cloned from within the working directory,
like it is stated on http://gohugo.io/themes/installing/.

Fixes #886
2015-02-08 19:52:27 -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
Dan Hersam 638aca8b72 Added three videos to documentation.
Created shortcode for YouTube videos and made the videos responsive in the
stylesheet.
2015-01-27 23:44:46 +01: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 dcf31bea6a Docs: Minor copyediting/proofreading
- Correct some typos
- Add backticks and commas where necessary
- Use fenced code blocks specifying "bash" as the language
  to avoid weird highlighting
- Place commas outside of quotation marks surroundingn codes
  to avoid possible confusion
- Suggest users to use the discussion forum rather than the
  mailing list
2014-12-08 22:44:30 +01: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
Aurelius Prochazka ab67500e75 Removed text from code block. 2014-10-02 13:45:47 -04:00
Anthony Fok 4069d9c6fc Minor proofreading corrections to Hugo docs 2014-09-01 08:19:40 -04:00
Anthony Fok 770b1f68e3 quickstart.md: Put long options inside backticks
Also minor adjustment to blank lines.
2014-08-30 01:16:18 -04:00
Abe Pazos 5202efd160 Add empty line to correctly render a list 2014-06-03 15:09:53 -04:00
spf13 e885972a5a Converting front matter to YAML 2014-05-29 18:45:22 -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 017eb00cc7 Implementing new menu system in the docs site 2014-04-23 03:00:11 -04:00
Alex Dunn 7512073f6e clearer pseudo command in quickstart doc
- previously it was ambiguous between the actual Step 1 and the "step 1" of the steps *within* Step 2 ("Clone into the hugo repository")

- also fixed a typo I guess
2014-03-13 11:59:36 +01:00
Javed Khan 99ea4ef919 quickstart docs - fix flag needs arg error
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-11-23 08:47:25 -08:00
spf13 70de05211a Big visual overhaul of the docs. Docs now using indexes for all menu generation. 2013-10-26 02:18:14 -04: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 7957e52fce Adding a quick start guide to hugo docs 2013-10-17 22:53:04 -04:00