Commit Graph

108 Commits

Author SHA1 Message Date
Albert Nigmatzianov d4f7985f05 docs: Delete brew update from docs
Fix #3518
2017-05-25 13:31:38 +02:00
Hans Ott 8806478a8c docs: Fix bash command in tutorials/github-pages-blog 2017-05-08 22:14:14 +02:00
Takuya Kitazawa f63d129611 docs: Replace cdn.mathjax.org with cdnjs.cloudflare.com 2017-04-30 21:43:38 +02:00
Tom Harvey 7084c7fab8 docs: Fix typos 2017-04-28 07:36:38 +02:00
Ricardo N Feliciano 28146cb354 docs: Properly capitalize GitHub 2017-04-05 18:41:23 +02:00
Cameron Moore 46c053c3e9 docs: Update contributing guides
Add vendoring and make targets.  Require Go 1.8+ and remove mention of
GOPATH (just assume $HOME/go).

Due to time contraints, the contributing tutorial was only slightly
updated to make obvious corrections.

Fixes #3153
2017-03-14 23:03:49 +01:00
Stanislav Popov 881b1a7936 docs: Correct toml syntax in Github deploy tutorial 2017-03-05 11:33:37 +01:00
Keane Nguyen 294bce35c8 docs: Correct date in automated deployment tutorial
Last modified date couldn't be parsed by Hugo.
2017-02-28 21:12:34 +01:00
Keane Nguyen a68d285e30 docs: Revise automated deployment tutorial
Update tutorial to reflect changes to Wercker website.
2017-02-27 20:31:38 +01:00
Yizhe Xu 6693e6c53e docs: Add instructions for customized domain 2017-02-09 10:50:16 +01:00
Dundonian 7cf6f05b72 docs: Update Bitbucket Hosting Tutorial 2017-02-05 21:55:18 +01:00
digitalcraftsman a0712401d7 docs: Update author credits in GH pages tutorial 2017-01-15 20:08:34 +01:00
Gunnar Morling c6b882dff6 docs: Update tutorial on GitHub Pages deployment
Now it describes the deployment via /docs folder and git worktree.
2017-01-15 19:50:20 +01:00
Akilan Elango ee0d7e7459 docs: Add details about binary names for setup on Windows
The tutorial for installing on windows didn't mention the exact name of the
hugo executable in windows which is generally hugo_<hugo-version>_windows_<arch>.exe.
The tutorial mentioned the windows executable's name as hugo.exe, which
can be confusing sometimes. So extra information has been added to
rename the executable to hugo.exe which would be easy to use.

Fixes #2656
2016-12-22 17:03:33 +01:00
Adrien Poupin 010af97129 doc: Add a "Deployment with rsync" tutorial page
This is kind of a generic process and not so difficult. It seems important to me that it should be documented.
2016-11-04 17:00:24 +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
Bjørn Erik Pedersen 6f41a0de74 Use example.org for replace-this-with-your-hugo-site.com
Fixes #2575
2016-10-14 09:51:39 +02:00
Pine 798d2913d9 docs: Us vs you 2016-10-03 00:45:23 +02:00
digitalcraftsman a725d9ef2a docs: Fix typo in tutorials/how-to-contribute-to-hugo.md 2016-09-28 17:27:18 +02:00
Joseph Anderson f02850d7f5 docs: Fix typo on hosting-on-gitlab
Corrects "github" typo to "gitlab"
2016-09-27 16:22:42 +02:00
digitalcraftsman 08272751b1 docs: List multilingual tpl vars and show menu creation
Fixes #2436
2016-09-16 15:37:12 +02:00
Mark D. Blackwell 1e632ce688 docs: Clarify Creating a New Theme 2016-09-01 20:34:00 -04:00
Mark D. Blackwell 7453baf8b5 docs: Follow through on watch default 2016-08-18 20:55:05 +02:00
Georg Hartmann b2e645a057 docs: Correct name of release archives for OS X
Fixes #2341
2016-08-18 20:49:13 +02:00
Mark D. Blackwell 96b46738d0 docs: Correct all erroneous swaps of "it's" and "its" 2016-08-18 20:42:40 +02:00
Anthony Fok 0b27b1c32a docs: Update last-mod date of installing-on-windows.md
Sorry, this should have been part of the previous commit.
2016-07-18 18:06:39 -06:00
Anthony Fok 244de58648 docs: Fix PATH issue in the instruction for Windows 10
i.e., "The PATH entry should be the folder where Hugo lives, not the binary."
Fixes #2280.

Also fix a rendering issue with list entries that consist of multiple
paragraphs by using four spaces instead of two.  Special thanks to
@shurcooL for the insight!  (Fixes #2285)

Also made a few minor formatting tweaks.
2016-07-18 17:58:26 -06: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
JoeArizona ea3e2ca11c docs: Update install instructions to reflect hugo.exe filename change
The install tutorial instructed users to rename the *.exe file to
hugo.exe because it used to have a big long name.
In Hugo 0.16 the file is already named hugo.exe, so the tutorial
made no sense on that point. Edited out those instructions.
2016-06-30 02:16:16 -06:00
Riku-Pekka Silvola 364755da98 docs: Add tutorial for GitLab Pages 2016-06-30 00:35:59 -06:00
digitalcraftsman 28d302a372 docs: Move image-width fix to style.css 2016-04-22 18:23:12 +02:00
digitalcraftsman 281dca1862 docs: Fix typo in tutorials/how-to-contribute-to-hugo.md 2016-04-17 20:57:21 +02:00
JoeArizona 9808642e43 docs: Fix missing step in Windows version check instructions
The procedure Start button --> Settings --> About was missing a step. Corrected it to: Start --> Settings --> System --> About. Also replaced ASCII arrows (-->) with Unicode right arrow character (U+2192).
2016-04-09 13:43:40 +02:00
digitalcraftsman 9553c85c1c docs: Remove Mercurial from contribution tutorial
Fixes #2064
2016-04-08 21:52:50 +02:00
digitalcraftsman 7f49f462d1 docs: Add "How to contribute to Hugo" tutorial 2016-04-08 19:18:58 +02:00
Julien Chien 279f0986b4 docs: Fix references to section list templates
Fixes #2032
2016-04-08 10:15:48 -05:00
digitalcraftsman 9ac02ed3fc docs: embed YouTube video in Windows installation tutorial 2016-04-03 14:28:12 +02:00
JohnBlood 05136c59b9 docs: Update set PATH instructions for Windows 2016-04-03 14:22:50 +02:00
digitalcraftsman 8c63a2238b Docs: move tutorial screenshots in their own subfolder 2016-03-12 13:08:46 +01:00
JoeArizona 4b3a2695a3 Docs: update Windows install instructions
- updated the instructions to account for Windows 10 path editor
- linked to third-party editors for pre-10 Windows
- separated instructions for technical and non-technical users changed
D drive paths to C drive since D is the default optical drive on most
Windows systems
- cut the assumption about 64-bit Windows since 32-bit binary is also available
- cut the assumption about command line since we're giving GUI instructions
to non-technical users
- cut a bug in the doc where we had people typing D: at the command prompt
*after* submitting `cd D:\Hugo\Sites.` Recommend snipping 386 and AMD from
ZIP file names, since they don't add useful info and will just confuse novices.
2016-03-12 13:02:54 +01:00
Jason Gowans 271f79584e Docs: add Aerobatic as a deployment option in the Introduction 2016-03-12 12:19:56 +01:00
Jason Gowans e51196d694 Docs: add tutorial for Hosting on Bitbucket 2016-03-12 12:19:31 +01:00
Anthony Fok 2ccc48a105 Docs: Add missing "-b master" parameter to "git submodule add" command
for correct deployment on GitHub Pages.  Thanks, @adrianmoya!

Fixes #1777
2016-01-14 01:24:45 -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 1d16427281 Docs: Run "brew update" before "brew install hugo"
Remind user to always run "brew update" first in order to avoid
repeated bug reports from users who didn't do that.

See #824, #1067, #1537, #1633 and #1749
2016-01-04 23:36:57 -07:00
digitalcraftsman 48404e9d12 Docs: remove unnecessary --watch flag 2015-12-26 20:03:23 -07: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
Anthony Fok 40ccf4ae16 Fix formatting of "Installing on Windows" tutorial 2015-12-16 18:43:55 -07:00
Takeru Naito 1b4dd4ff48 Fix typo in "Creating a New Theme"
the the skeleton's ->
the theme skeleton's
2015-12-01 00:13:48 -07:00
Michael Henderson b5e0e4768c Update for version 0.16
Updated output of commands. Removed unneeded flags such as
--watch. Didn't resist the temptation to reword some parts.
2015-11-28 07:09:42 -07:00