Bjørn Erik Pedersen
55cba056d0
Merge commit '3886fc1fef6ac19d58b9ba1bb642d0c6c9a54031'
2018-03-16 09:44:54 +01:00
Bjørn Erik Pedersen
5ad46d78e0
Merge commit '3886fc1fef6ac19d58b9ba1bb642d0c6c9a54031'
2018-03-16 09:44:54 +01:00
Bjørn Erik Pedersen
211a3c6136
Prepare the forestry.io article for release
2018-03-16 08:20:54 +01:00
Sebastian
23995d6b49
Add forestry.io to showcase
2018-03-16 08:20:22 +01:00
Stefan Weil
3f177c94e4
Fix some typos (found by codespell)
2018-03-15 12:49:04 -04:00
Kaushal Modi
dc26e0a5a6
Clarify the default for site config files and multiple config files
...
Add examples on how to set multiple site config files.
Fixes https://github.com/gohugoio/hugoDocs/issues/146
2018-03-15 12:20:05 -04:00
Kaushal Modi
c87c9c62e1
Review and update the Site config documentation for consistency
2018-03-15 11:17:34 -04:00
Kaushal Modi
a29edc50c0
Fix the default value of rssLimit site config
...
Fixes https://github.com/gohugoio/hugoDocs/issues/417
2018-03-15 11:15:47 -04:00
Lorenz Cuno Klopfenstein
83f3c46b09
Minor style fix
2018-03-14 20:15:20 -04:00
Nick-Rivera
4f860d1a25
Typo capitalization fixes
2018-03-14 17:33:57 -04:00
cmal
7851345c8a
Add docs about comments within templates
2018-03-14 17:24:08 -04:00
Kaushal Modi
d129b4a280
Make the recommendation to use partial over template consistent
...
Also, mention internal templates.
Fixes https://github.com/gohugoio/hugoDocs/issues/382 .
2018-03-14 14:59:12 -04:00
Bjørn Erik Pedersen
6cd260a41d
Update index.md
2018-03-13 22:48:19 +01:00
Bjørn Erik Pedersen
a2787e1a49
Add Let’s Encrypt showcase
2018-03-13 17:47:54 +01:00
Bjørn Erik Pedersen
7e664f69eb
Update configuration.md
2018-03-13 10:49:19 +01:00
Bjørn Erik Pedersen
8002120f13
Update multilingual.md
2018-03-13 10:44:59 +01:00
Bjørn Erik Pedersen
702b46a62a
Add documentation for the disableLanguages setting
2018-03-13 10:44:19 +01:00
Bjørn Erik Pedersen
cb3d395de5
Fix content type reference
...
JSON is not a valid content file type in Hugo.
2018-03-13 00:03:04 +01:00
Kaushal Modi
d332269246
Update Page Kinds documentation
...
Also fixes https://github.com/gohugoio/hugoDocs/issues/402 .
2018-03-12 16:04:18 +01:00
Kaushal Modi
8203f649df
Fix misformed markdown link
2018-03-11 20:25:31 -04:00
Kaushal Modi
19e99c957b
Add Section definition
...
Fixes https://github.com/gohugoio/hugoDocs/issues/409
2018-03-11 23:17:40 +01:00
Bjørn Erik Pedersen
6f301ebcc6
docs: Add docs on the new front matter configuration
...
See #4495
2018-03-11 22:51:11 +01:00
Bjørn Erik Pedersen
ac403c2808
docs: Add docs on the new front matter configuration
...
See #4495
2018-03-11 22:51:11 +01:00
Bjørn Erik Pedersen
7ba35ef56e
Merge commit 'c0290655825e7bb36e13fb39f89d85b392cf1adc'
2018-03-11 20:40:26 +01:00
Bjørn Erik Pedersen
6066c60e62
Merge commit 'c0290655825e7bb36e13fb39f89d85b392cf1adc'
2018-03-11 20:40:26 +01:00
Zhang Liang
4e7e1815b7
Fix some typos
2018-03-10 17:44:35 +01:00
Kaushal Modi
d23d8f5c42
Remove 'fundamentals' category from function pages
...
Fixes https://github.com/gohugoio/hugoDocs/issues/406
2018-03-09 19:09:57 +01:00
Kaushal Modi
52fa65e15f
Mention Chroma as the preferred syntax highlighter
2018-03-09 12:43:22 -05:00
Bjørn Erik Pedersen
8762aee8af
Squashed 'themes/gohugoioTheme/' changes from 396b859f..6f3a8bf5
...
6f3a8bf5 Add Gopher
git-subtree-dir: themes/gohugoioTheme
git-subtree-split: 6f3a8bf525121e4e8ad708a1e60e93a05b991008
2018-03-09 15:45:09 +01:00
Bjørn Erik Pedersen
64ca535db5
Merge commit '8762aee8afe30bec6f1fbc9560749983dc44d60b'
2018-03-09 15:45:09 +01:00
Bjørn Erik Pedersen
03f0673a9a
Move the gopher to the theme
...
So it can Gopher around a little on the theme site, too.
2018-03-09 15:43:51 +01:00
Bjørn Erik Pedersen
320e268cd0
Spelling
2018-03-09 13:33:13 +01:00
Bjørn Erik Pedersen
e45b640f71
More layout lookup work
...
Closes #400
2018-03-09 13:32:21 +01:00
Kaushal Modi
fe0ad9d9d4
Sync the YAML config menu example with TOML's
...
Also remove the "---" delimiters as the presences of those would cause one to
think that that config is in front-matter instead of in site config.
Fixes https://github.com/gohugoio/hugoDocs/issues/397
2018-03-08 16:48:37 -05:00
Jake Rayson
b9505fc70b
Remove template reference to ordinal numbers
...
> Spelled-out cardinal numbers … are not currently supported
So, remove reference to them in "Hugo Date and Time Templating Reference"
2018-03-08 15:48:57 -05:00
Eddie Webb
0fa2532d3c
Remove deprecated Hugoidx, add native hugo solution
...
- Removed HugoIDX which is listed as deprecated
>This project has been retired
>This project has been retired due to upstream API changes in Hugo.
- Adds example gist for client side searching with jquery, fuse.js. Requires no additional build-time process/workflow/tools except hugo!
2018-03-07 23:19:47 -05:00
Kaushal Modi
2152b907c6
Fix a link in the last commit
2018-03-07 15:22:55 -05:00
Kaushal Modi
47614f4167
Manually specifying heading anchors in Markdown content
...
Fixes https://github.com/gohugoio/hugoDocs/issues/393
2018-03-07 15:19:05 -05:00
Bjørn Erik Pedersen
9d6770d2ae
Release notes 0.37.1
2018-03-07 19:11:43 +01:00
Bjørn Erik Pedersen
e1eed8b278
Remove some unused images
2018-03-07 19:11:43 +01:00
hugoreleaser
e960046f54
releaser: Prepare repository for 0.38-DEV
...
[ci skip]
2018-03-07 19:11:43 +01:00
hugoreleaser
4fa83a4ee4
releaser: Add release notes to /docs for release of 0.37.1
...
[ci skip]
2018-03-07 19:11:43 +01:00
hugoreleaser
46c8799955
releaser: Bump versions for release of 0.37.1
...
[ci skip]
2018-03-07 19:11:43 +01:00
hugoreleaser
fb3ac5a3e7
releaser: Prepare repository for 0.38-DEV
...
[ci skip]
2018-03-07 19:11:43 +01:00
hugoreleaser
3d2cab7540
releaser: Prepare repository for 0.38-DEV
...
[ci skip]
2018-03-07 17:58:48 +00:00
hugoreleaser
ee605c7aec
releaser: Prepare repository for 0.38-DEV
...
[ci skip]
2018-03-07 17:58:48 +00:00
hugoreleaser
095e888e11
releaser: Add release notes to /docs for release of 0.37.1
...
[ci skip]
2018-03-07 17:56:23 +00:00
hugoreleaser
31a4de966c
releaser: Add release notes to /docs for release of 0.37.1
...
[ci skip]
2018-03-07 17:56:23 +00:00
hugoreleaser
593fa0dcbf
releaser: Bump versions for release of 0.37.1
...
[ci skip]
2018-03-07 17:56:23 +00:00
hugoreleaser
9dd3dafe14
releaser: Bump versions for release of 0.37.1
...
[ci skip]
2018-03-07 17:56:23 +00:00