57 Commits

Author SHA1 Message Date
maiki
fb28bb03ec Remove metaDataFormat setting 2019-09-01 23:48:21 +02:00
Ariel Rokem
b8a73a6981 Fixes typo
Repeats https://github.com/gohugoio/hugo/pull/6278
2019-09-01 11:00:47 +02:00
Connor Kirkpatrick
e8219a4207 Add explanation on how to set config params via environment variables 2019-08-13 10:50:17 -04:00
Anton Kaminsky
f9c01d474d Mention that drafts are not deployed by default (#883) 2019-08-08 07:51:16 -04:00
Christian Oliff
d86e10b1e7 HTTPS links in Docs
I didn't touch old release notes and some code examples.
All links were tested and in some cases updated to prevent redirects where URLs have changed.
2019-07-30 10:31:12 -04:00
Bjørn Erik Pedersen
3fdb45b3cd docs: Add Hugo Modules docs 2019-07-25 13:21:30 +02:00
Bjørn Erik Pedersen
36c27be373
Update configuration.md 2019-07-10 15:23:54 +02:00
Jake Jarvis
4a6876dec1 Small typo fix in configuration.md
".htacess" to ".htaccess"
2019-06-22 10:29:09 +02:00
aspeteRakete
6c88ab2da9 Update directory-structure.md
Just a copy+paste error.
2019-06-17 07:45:12 -04:00
Hanzei
88f559e816 Fix spelling mistakes 2019-06-14 14:58:38 +02:00
Alex
abab573356 Update directory-structure.md
When running hugo new site sitename it does not create the assets or config directories by default. 

I updated the layout example to remove the directories and include config.toml and made a note in the assets and config directory sections to highlight they are not created by default.
2019-06-13 17:55:23 +02:00
Witold Baryluk
d9e467b8b7 Actuall show how to generate pages in quickstart
The development server isn't really that important for quick start.

Yes it is useful but makes things complex.

The most important part is really static site generation, and it is actually hard to find how to do it in your tutorials!

Same for `hugo new`. It is automagic, and anti-thesis of things being simple. This is why I added section to make it less magic, and simply allow content to be done manually.
2019-06-13 17:51:23 +02:00
Ricardo N Feliciano
b1902faaa2 Remove incorrect note about Hugo snap --classic use. 2019-06-13 17:45:46 +02:00
Gucccii
bc962fbdfa Updated installing.md file to include linuxbrew installation
* Updated installing.md file to include linuxbrew installation

* fix typo
2019-06-13 17:26:17 +02:00
Christian Oliff
5a64301ba9 HTTPS link to yaml.org/spec/ 2019-05-30 18:16:20 +02:00
Alexander Borsuk
9f684318fb Removed mentioning of removed --stepAnalysis command line option 2019-05-13 21:06:58 +02:00
Bjørn Erik Pedersen
a5a5f5d75c
Start of taxonomy docs update for Hugo 0.55
Closes https://github.com/gohugoio/hugo/issues/5843
2019-04-11 14:11:59 +02:00
Bjørn Erik Pedersen
dd3fe9f92b Add HUGO_NUMWORKERMULTIPLIER
And use that to calculate number of workers, if set, else fall back to number of logical CPUs.

Also tweak the relevant related settings to match the new setup.

Also remove the setting of `runtime.GOMAXPROCS` as this has been the default behaviour since Go 1.5.

Fixes #5814
2019-04-05 10:21:25 +02:00
Moritz »mo.« Sauer
1dba24fde6 Clarify: summaryLength uses words not characters 2019-03-13 10:16:14 +01:00
Bjørn Erik Pedersen
8cba70e28c
Document disableAliases
Closes https://github.com/gohugoio/hugo/issues/5722
2019-02-28 14:30:18 +01:00
Bjørn Erik Pedersen
942bc19721
Add one more video 2019-02-13 13:14:11 +01:00
Bjørn Erik Pedersen
2e1e1091dd
Update the rest of the videos
Closes #735
2019-02-13 12:45:23 +01:00
Bjørn Erik Pedersen
a7dc70f2bd
Add new installation video 2019-02-13 12:38:02 +01:00
Regis Philibert
b922ae7d55
This adds documentation to the new configDir/Environment logic from .53 (#729)
Adds a config entry to Directory Structure
Adds a Hugo.Environment entry to variables/hugo
Edit the configuration page to wrap first part under a Configuration File heading and introduce a second heading, Configuration Directory to present the feature.
2019-01-22 14:27:14 -05:00
Tim McCormack
0870bd9a28 Fix typo in paginate description 2019-01-18 15:11:05 +00:00
Kaushal Modi
b73dcb9adc Consistently use "posts" as section name in examples
While Hugo does not care if the section is named "post" or "posts",
this commit normalizes the whole Hugo documentation to use "posts"
when used as an example for a section name to prevent user confusion.

Fixes https://github.com/gohugoio/hugoDocs/issues/720.

Also highlight the use of `site.Params.mainSections`.
2019-01-14 13:23:53 -05:00
maiki
7a56abbcec Format definitions 2019-01-13 23:47:43 +00:00
Kaushal Modi
a9c6fd9b73 Minor clarification over the last commit 2019-01-08 12:54:22 -05:00
Kaushal Modi
5c86bdc8a9 Add alternative instructions for Quick Start for non-git users
Ref: https://discourse.gohugo.io/t/error-on-quick-start/16216/7
2019-01-08 12:37:39 -05:00
Bjørn Erik Pedersen
6d30c5aa1f
Update configuration.md 2018-11-29 11:43:21 +01:00
Bjørn Erik Pedersen
4c3fd4fa4d docs: Document inline shortcodes
See #4011
2018-11-27 16:14:09 +01:00
Bjørn Erik Pedersen
a1cb98c129 cache/filecache: Add a :project placeholder
This allows for "cache per Hugo project", making `hugo --gc` work as expected, even if you have several Hugo projects running on the same PC.

See #5439
2018-11-14 23:14:51 +01:00
Bjørn Erik Pedersen
07c1b2b46f cache/filecache: Use time.Duration for maxAge
Fixes #5438
2018-11-14 23:14:50 +01:00
Bjørn Erik Pedersen
72b6791a16 docs: Document the new file cache
See #5404
2018-11-13 14:29:45 +01:00
Rasool Dastoori
f3ca6209ad Add languageName to configuration 2018-10-04 07:36:49 +02:00
Bjørn Erik Pedersen
9c93ac0315
Update installing.md 2018-09-25 13:22:34 +02:00
Bjørn Erik Pedersen
e5e98b950c
Update code-toggle.md 2018-09-20 14:39:55 +02:00
Sapphire Mason-Brown
340c9c6236 Update 'Fetch from Github' installation instructions in line with Github README 2018-09-20 11:07:40 +02:00
Admiral Martin
d9f06c23c4 Add tip about clearing browser cache (#608)
Ref: https://discourse.gohugo.io/t/hugo-server-command-serving-wrong-page/13576/7
2018-09-19 13:02:41 -04:00
Anthony Nelzin-Santos
5ec663bd60 Fix wrong date in frontmatter config example (#602) 2018-09-14 14:11:34 -04:00
Cody Craven
1a05638572 Add Solus install guide (#590) 2018-09-11 16:16:31 -04:00
Ali Husnain Arshad
8a0d65b0dc Update Windows Installation instructions (#564) 2018-09-11 16:12:19 -04:00
Mark Meves
9b494a58cd Add comma in example config
(also make style more consistent with use of commas in a few places)
2018-08-17 08:43:04 +02:00
Bjørn Erik Pedersen
3b53b54f95
Update installing.md 2018-08-10 23:29:22 +02:00
Anthony Fok
c9cc7852cb
Add "scoop install hugo" for quick install on Windows
Hugo on Chocolatey https://chocolatey.org/packages/hugo is still at 0.45
over a week after the 0.46 release,
while Hugo on Scoop was updated to 0.46 on the day of its release.

I discovered Scoop by chance earlier today in README.md of GitHub Hub,
especially the removal of Chocolatey-related instructions due to
Chocolatey's failure to update the hub package for over two years.
See e3bf3bc971
2018-08-10 02:32:28 -06:00
Regis Philibert
3037527fe5
Update Directory Structure following Hugo Pipes
#560
2018-08-09 12:23:41 -04:00
Bangel
dbecb967da Add assetDir key to config list
# References
- `assetDir` Added in this commit: dea71670c0
- Hugo Pipes documentation referencing the Asset Directory key: https://gohugo.io/hugo-pipes/introduction/#asset-directory
2018-08-08 18:45:37 +02:00
Anthony Fok
81847981f1 Add notes for installing "extended" Sass/SCSS version
including the new "extended" track of Hugo Snap.
2018-08-01 09:17:44 +02:00
Bjørn Erik Pedersen
1fd1219b02 docs: Document refLinksErrorLevel and refLinksNotFoundURL
See #4964
2018-07-19 15:04:00 +02:00
Matthias Van Woensel
d847ccd8b8 More spelling error fixes
exemple -> example
2018-07-16 18:19:34 -04:00