Anthony Fok
c4e21471ad
Add workaround to Fetch from GitHub documentation
...
`govendor get` attempts to run `govendor install +local` after fetching
dependencies, but it would not succeed unless the current directory is
somewhere inside $GOPATH/src? That is my limited understanding anyway.
Fixes gohugoio/hugo#3657
2017-06-28 03:12:38 -06:00
Ricardo N Feliciano
652ca1faaf
Add Docker Hugo to installation page
2017-06-22 21:20:09 +02:00
daftaupe
1ab7a03414
Remove specific Hugo version from installing.md
...
Removed the version in the repo (unmaintainable in the long term, the page will always be obsolete).
Changed the order of the repos, most up-to-date first.
2017-06-22 21:17:14 +02:00
Bjørn Erik Pedersen
d349ce8e4c
Update content files with new discussion URL
2017-06-17 10:01:14 +02:00
Leon Barnard
728f04ce8a
Adding upgrade instructions using Homebrew
2017-06-16 11:38:43 -07:00
Bjørn Erik Pedersen
a5ba00a65b
docs: Update content references to gohugoio/hugo
2017-06-13 18:54:42 +02:00
daftaupe
f23c4cf699
docs: Add note on updates for rpm-based distros
2017-06-12 19:44:16 +02:00
Albert Nigmatzianov
3b78344d61
docs: Update overview/usage
2017-05-28 12:10:16 +02:00
Albert Nigmatzianov
d4f7985f05
docs: Delete brew update from docs
...
Fix #3518
2017-05-25 13:31:38 +02:00
Tejas Kumar
5176e52b38
docs: Fixed incorrect specification of directory structure
...
Hugo looks for the list/single templates of a taxonomy in `/layouts/taxonomy`, not `/layouts/taxonomies` as correctly mentioned in [this doc page](https://gohugo.io/templates/list/ ). This change is simply a minor reconciliation.
2017-05-11 12:46:24 +02:00
Chris Hager
0f53dc24d1
docs: Add info about Pygments installation in installing.md
...
Additional information about the Pygments dependency in the "installing from source" chapter.
2017-04-06 13:48:22 +02:00
Dan Callahan
be7a82df0b
docs: Fix documentation of non-existent 'editor' config
2017-03-17 23:57:53 +01: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
Anthony Fok
cce193b7c1
docs: Add Linux distro-specific installation instructions
...
Backported from https://hugodocs.info/getting-started/installing/
with added mention for Fedora and Red Hat.
2017-03-14 06:13:28 -06:00
Anthony Fok
28c18c8e39
docs: Note Hugo as Snap package can write only inside $HOME
...
Backported from https://hugodocs.info/getting-started/installing/
Fixes #3143
2017-03-14 06:13:28 -06:00
Anthony Fok
7f534b2f75
docs: Replace Mac OS X with macOS in three places
2017-03-14 06:13:28 -06:00
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
Bjørn Erik Pedersen
0d0b07e0f6
docs: Add documentation for disableKinds
...
Fixes #3054
2017-02-26 21:51:53 +01:00
Kiley Dorton
7c25494995
docs: Fix ambiguous typo in quickstart
2017-02-24 20:54:03 +01:00
Cameron Moore
696901fa2f
hugolib: Make RSS item limit configurable
...
Add a new rssLimit site configuration option with default of 15. Prior
to this fix, you could create your own RSS feed to override the default
limit of 15, but we still had a hardcoded limit of 50 items set in
`hugolib.renderRSS()`.
With this option in place, the `range first 15 .Data.Pages` logic is no
longer hardcoded into the embedded RSS template.
Because the size of the slice passed to the template is now limited to
rssLimit instead of 50, this commit is a breaking change for sites
with a custom RSS template that expects more than 15 items.
Fixes #3035
2017-02-17 19:53:08 +01:00
Bjørn Erik Pedersen
7f16c22368
docs: Remove the source relative links docs
...
See #3028
2017-02-13 16:35:05 +07:00
ZaneDev
d2a0d9c2d3
docs: Add netlify to the list of static hosting solutions
...
Netlify is a solid solution similar to surge and aerobatic and they have a great free plan and pro plan for open source projects.
2017-01-26 19:42:56 +01:00
Leo Arias
2a48beb297
Add the instructions to install the snap
2017-01-06 18:55:25 +01:00
digitalcraftsman
b609efae5a
docs: Fix typo in overview/source-directory.md
2017-01-02 15:58:48 +01:00
Cameron Moore
1b04188976
docs: Update GitInfo usage docs
2016-12-15 11:15:15 +01:00
Cameron Moore
7be90228bb
commands: Add noChmod option to disable perm sync
...
Includes updates to docs.
Fixes #2749
2016-11-30 08:35:30 +01:00
digitalcraftsman
955d18a0c4
docs: Set correct default archetype directory in overview
...
Fixes #2719 .
2016-11-23 19:53:24 +01:00
Bjørn Erik Pedersen
72ee52dd2e
docs: Add Pages to variables section
...
And some other minor doc fixes.
Closes #2297
Closes #2649
2016-11-22 09:57:03 +01:00
Bjørn Erik Pedersen
89d069208e
docs: Add sections on node now being a page
...
Updates #2297
2016-11-22 09:57: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
vsopvsop
9e36e61944
Updated link for Ace template site
2016-10-15 16:48:26 +05:30
Michael Bleigh
39606c4277
docs: Add Firebase Hosting to usage.md
2016-10-10 20:26:46 +02:00
Michael Bleigh
099128b4d6
docs: Add Firebase Hosting to hosting providers
2016-10-10 20:26:02 +02:00
Robert Schilling
915e64d0cc
docs: Mention GitLab hosting support
2016-10-10 20:14:23 +02:00
Mitchell Cohen
e5aa284f28
tpl: Improve tests and docs for i18n
2016-09-20 11:11:57 +02:00
Mark D. Blackwell
631a855318
docs: Improve Overview Configuration manual
2016-09-17 21:29:37 -04:00
digitalcraftsman
29068726b1
tpl: Add EnableMissingTranslationPlaceholders option
...
Fixes #2451
2016-09-16 17:20:29 +02:00
digitalcraftsman
7f0956d6f5
docs: List i18n folder in source organization
2016-09-16 17:13:59 +02:00
digitalcraftsman
43c5d90baf
docs: List config options for multilingual feature
2016-09-16 14:36:54 +02:00
Bjørn Erik Pedersen
b9fc7ed0c3
Add TODO list support for Blackfriday
...
* Add CSS class to TODO list and list items
* Add a flag to turn task list support off
Fixes #2269
2016-09-09 13:08:20 +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
Mark D. Blackwell
39d11eeb2c
docs: Clarify Usage
2016-08-19 14:38:20 -04:00
Steef Hegeman
ef76fe9d6c
docs: Just a small grammar fix in quickstart.md
2016-08-18 20:58:29 +02:00
Mark D. Blackwell
7453baf8b5
docs: Follow through on watch default
2016-08-18 20:55:05 +02:00
Mark D. Blackwell
79c775f2eb
docs: Improve section 'Why did you write Hugo?'
2016-08-18 20:33:57 +02:00
Mark Ayers
eed80110fa
docs: Convert toml to yaml in config overview
2016-08-12 13:37:30 +02:00
Max Milton
f97d89b075
docs: Add missing configuration option disableHugoGeneratorInject
2016-07-29 19:58:25 +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