Tails
b8bcb2fb8b
Include note to allow hugo write permissions outside home dir
2017-12-16 11:44:58 +01:00
Bjørn Erik Pedersen
b36632b312
Remove non-existing source variable
...
Closes https://github.com/gohugoio/hugo/issues/4084
Closes https://github.com/gohugoio/hugo/pull/4085
2017-12-10 01:09:08 +01:00
Bjørn Erik Pedersen
b3c98ba652
Add doc about the new static dir support
2017-11-18 12:54:25 +01:00
Pierre-Alain TORET
a042b67b5b
Update installation instructions for Fedora, CentOS, Red Hat
...
Cleaned the Fedora, CentOS, RH section :
- removed the outdated copr link to spf13 repo
- removed the version mentionned on my copr repo as I follow the releases
2017-11-15 20:52:21 +01:00
digitalcraftsman
95a5d8b469
Fix format of summaryLength in TOML example config
2017-10-17 16:40:59 +02:00
Bjørn Erik Pedersen
88bf0e6637
Merge commit 'ecf5e081b5540e69f4af330233f39a07baf53846'
2017-10-15 10:20:55 +02:00
i-give-up
ee81931a41
Remove delimiters in YAML and TOML config examples
...
The use of `---` and `...` delimiters in the YAML examples seem to
suggest that those delimiters are necessary in a .yaml/.yml file when in
fact they are optional. Also, it seems to be common practice to *not*
use `---` and `...` in .yaml/.yml files. Similarly, it's less common to
use `+++` in .toml files. The examples on TOML's Github repo don't use
it, and Hugo-generated .toml files don't use it either. This commit
removes the delimiters mentioned above to conform with the more common
styles.
Additionally this modifies the example for shortcut to find
configuration option
- add `cd` to make it clear that user has to change to the hugo site's
directory first
- separate the command and the output of the command
2017-10-04 16:36:03 +02:00
Bjørn Erik Pedersen
6c7191331d
Merge commit 'dae5a7c61cceeb0de59f2d755f63e453f71dd9b2'
2017-10-04 09:27:30 +02:00
Cameron Moore
50e04593a7
Document templateMetrics usage
...
Fixes #213
2017-09-29 13:55:39 +02:00
Brendan Roy
0cf8dc046c
Change SummaryLength to be configurable ( #3924 )
...
Move SummaryLength into the ContentSpec struct and refactor the
relevant summary functions to be methods of ContentSpec. The new
summaryLength struct member is configurable by the summaryLength config
value, and the default remains 70. Also updates hugolib/page to use the
refactored methods.
Resolves #3734
2017-09-29 09:04:55 +02:00
Bjørn Erik Pedersen
158cee1b5c
Make the tags into keywords
...
See #32
2017-09-13 19:50:17 +02:00
Giraffe Academy
2b27785915
Add tutorial videos to several docs pages
...
Credits go to @giraffeacademy
2017-09-11 22:06:09 +02:00
Frank Taillandier
44fe0285a0
Fix links to JSON spec
2017-09-07 16:26:06 +02:00
Terence Eden
4e1e43e9ca
Fix broken Pygments url
...
Fixes #161
2017-08-31 18:55:37 +02:00
M Brennan
286985009b
Remove HTML special chars from Windows install example
2017-08-19 08:23:07 +02:00
Leon Barnard
2e05043f16
Add upgrade instructions using homebrew
2017-08-18 22:38:44 +02:00
ManoHaran
8c2b8fb548
Fix explaination for uglyURLs config option
2017-08-07 21:05:01 +02:00
Jaroslav Lichtblau
378aded702
Use community repository for Arch Linux installation guide
2017-08-07 20:47:03 +02:00
Bjørn Erik Pedersen
033752f10f
Merge commit 'e81208265bb3cdb7606d051a23d83aeebcb7d34d'
2017-08-06 17:24:51 +02:00
Abdullah Diab
8353177226
Replace http://example.{com,org}/ with https://example.{com,org}/
...
* Replace http://example.{com,org}/ with https://example.{com,org}/
To be consistent with gohugoio/hugo, @bep suggests changing all
instances of http://(www.)?example.{com,org} with
https://(www.)?example.{com,org}
See issue gohugoio/hugo#3728 with pull request gohugoio/hugo#3739
2017-08-01 22:54:32 +02:00
Bjørn Erik Pedersen
bec2bd12c1
Make the title case style guide configurable
...
This works for the `title` func and the other places where Hugo makes title case.
* AP style (new default)
* Chicago style
* Go style (what we have today)
Fixes #989
2017-07-31 22:16:46 +02:00
Farhan Attamimi
fb7ae80aa3
Fix typo in usage.md
...
Changes "most command commands" to "most common commands".
2017-07-26 14:10:31 +02:00
Bjørn Erik Pedersen
4aef494434
Adjust titles
2017-07-24 08:30:02 +02:00
Michael Henderson
362acdb26b
Fix typo in quickstart
...
Change "relase" to "release"
See #80
2017-07-23 18:17:17 -06:00
Ryan Watters
c24405600d
Remove inline icons from installation guide
...
Fixes #78
2017-07-24 01:00:19 +02:00
Bjørn Erik Pedersen
622f49cf8e
Add a full commands section at the quick start end
2017-07-23 23:52:28 +02:00
Bjørn Erik Pedersen
5e0cfaa92b
Adjust Linux install
2017-07-23 21:24:55 +02:00
Bjørn Erik Pedersen
d51397c2fe
Fix broken link in Quick Start
...
Fixes #3729
2017-07-23 20:20:12 +02:00
Bjørn Erik Pedersen
1fb39846c8
Add /quickstart alias to quickstart
2017-07-23 18:45:48 +02:00
Bjørn Erik Pedersen
7440616b1b
Add new and simpler quickstart
...
Fixes #75
2017-07-23 18:43:20 +02:00
Bjørn Erik Pedersen
572b9e7590
Clean up the code shortcode use
...
* No markdown needed
* No code fence needed
See #61
2017-07-20 11:51:45 +02:00
Bjørn Erik Pedersen
a1b2fd3bdc
Remove the code fence language codes
...
See #61
2017-07-20 11:51:45 +02:00
Bjørn Erik Pedersen
092271c24c
Use infinitive mood for main titles
...
Updates #46
2017-07-19 19:19:29 +02:00
Bjørn Erik Pedersen
b0470688f1
Use infinitive mood for titles
...
Fixes #46
2017-07-17 21:22:03 +02:00
Bjørn Erik Pedersen
61203de8cb
Some minor edits of the getting started section
2017-07-16 22:11:34 +02:00
Bjørn Erik Pedersen
4ac6e82810
Update content references to new gohugoio org
2017-07-16 14:38:15 +02:00
Bjørn Erik Pedersen
2d75e09066
Content fix
2017-07-16 00:24:03 +02:00
Bjørn Erik Pedersen
87db4be71e
Remove the tags config for now
...
See https://github.com/gohugoio/hugoDocs/issues/32
2017-07-14 10:54:47 +02:00
Ryan Watters
52aedacd2b
Add admonition note to getenv function
2017-07-13 00:05:15 -06:00
Ryan Watters
9305be17ca
Make minor tweaks to docs on generated dirs in Directory Structure
2017-07-13 00:05:15 -06:00
Ryan Watters
ed98ef4eed
Update dir structure and remove old YT video from Quick Start
2017-07-13 00:05:15 -06:00
Ryan Watters
5004ef61cf
Update output of "hugo help" on Basic Usage page
...
Closes rdwatters/hugo-docs-concept#114
2017-07-13 00:00:26 -06:00
Ryan Watters
6df80224b7
Add CentOS to Install Hugo page
...
Closes rdwatters/hugo-docs-concept#133
See PR gohugoio/hugo#3581
2017-07-12 23:57:24 -06:00
Ryan Watters
d78c5b4d5c
Replace all instances of discuss.gohugo.io with new discourse.gohugo.io URL
2017-06-16 20:50:36 -05:00
Ryan Watters
e731a7aa51
Fix heading typo for Windows 10 users in install instructions
2017-06-16 20:44:24 -05:00
Ryan Watters
4231fd695e
Update all relevant instances of spf13 to gohugoio in install instructions
2017-06-16 20:39:42 -05:00
Ryan Watters
b68758a9fe
Update _index.md to show more intuitive link titles
2017-05-26 14:51:57 -05:00
Bud Parr
7fd64f19c8
Merge bp/theme-design branch containing Bud Parr's new design
...
It's a beautiful thing. A thousand thanks, Bud.
See PR rdwatters/hugo-docs-concept#118
2017-05-26 14:25:22 -05:00
Ryan Watters
f4d9612e61
Update console message in sample code for brew installation
2017-05-24 13:57:20 -05:00
Ryan Watters
801ab9f59e
Remove "brew update" from install page
...
Closes rdwatters/hugo-docs-concept#115
2017-05-24 13:52:34 -05:00