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
Hanchen Wang
b4b1b3f6dd
docs: Add instructions on buildExpired in build configurations
2016-06-14 15:45:26 +02:00
Frank Blecha
eec1597d09
docs: Grammar fix in overview/quickstart.md
2016-06-02 22:13:01 +02:00
Brijesh Bittu
67f7192f8a
docs: Fix minor typo in overview/quickstart.md
2016-05-27 19:32:27 +02:00
nurp
95bcebb84f
docs: Fix git clone for hugo_theme_robust in quickstart guide
2016-05-17 21:10:04 +02:00
yuzroz
88ead6e6e6
docs: Fix typo in overview/configuration.md
2016-05-04 21:44:28 +02:00
mattjmcnaughton
8ed5df05df
docs: Fix links in the documentation
...
A couple of internal links use `#toc_4` to attempt to locate a document
element within another document page. In both of these instances, there
is no element on the linked to pages with the id `#toc_4`. This commit
updates those links with the document elements which were the original
intended links, meaning these links now take you directly to the
intended element.
Signed-off-by: mattjmcnaughton <mattjmcnaughton@gmail.com >
2016-05-04 21:35:24 +02:00
Alvaro Garcia
9629e92c3d
docs: Add notion of exiting the themes folder in quickstart
2016-04-22 19:47:59 +02:00
Cian Ruane
f0c63bdca4
docs: Grammar fixes in overview/quickstart.md
2016-04-22 19:43:11 +02:00
digitalcraftsman
28d302a372
docs: Move image-width fix to style.css
2016-04-22 18:23:12 +02:00
Bjørn Erik Pedersen
e435b6e290
docs: Add some doc about ENV config
...
See #2090
2016-04-18 18:45:37 +02:00
Robert Basic
8524aeac55
tpl: Do not write to cache when ignoring cache
...
Fixes #2067
Closes #2069
2016-04-14 10:48:26 +02:00