Commit Graph

96 Commits

Author SHA1 Message Date
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
Bjørn Erik Pedersen f87f23c5d5 Add note in doc about Jekyll import 2015-11-25 23:18:20 +01:00
Arjen Schwarz e10d430dd4 Improvements to Automated Deployments tutorial
Prevent some frequently occurring problems

* Ensure version number is between quotes
* Ensure git and SSH are installed for the deployment step
* Focus extra attention on the wercker.yml verification site
2015-11-02 23:27:55 -07:00
Timothy Hopper ebcb866060 Update link to S3 deploy instructions
Previous link goes to page with warning "This article is outdated"
2015-10-31 10:09:34 -06:00
Shai Efrati e243464070 Remove dots from snippets.
See confusing issue #1513.
2015-10-30 15:08:49 -06:00
Tobias 6a60c1b612 Fix some typos in docs 2015-10-17 13:48:10 +02:00
Ben Turner 64f053a38b Change port number from 1414 to 1313 (default)
Change the port number to access the site locally from 1414 to 1313 as per the default and the image.
2015-09-23 19:07:01 -06: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
Sam Debruyn 62a84b9a60 The guide is updated to fit the current Wercker interface and configurations.
Wercker changed its interface and default infrastructure (Docker).
2015-07-24 14:35:39 +02:00
Rick Cogley b57bf9e4db Add how-to for foreign language month names
FYI @nicolinuxfr, added the month name example.
2015-07-08 07:38:52 +02:00
Rick Cogley 566f6e9452 Add new tutorial for multilingual sites
Simple tutorial showing one pattern for creating a multilingual site in
Hugo.
2015-06-16 12:17:09 +02:00
bep 30c9dd891b docs: add ToC to some more pages 2015-05-22 20:45:52 +02:00
bep f70c67cdf3 docs: Use ToC length to pick the compact version 2015-05-11 22:23:35 +02:00