666 Commits

Author SHA1 Message Date
Ryan Watters
2d1854f7fb Add 20+ Release Notes 2017-04-18 12:27:26 -05:00
Ryan Watters
b1ce0d9861 Fix .Date.Pages typos across the board 2017-04-18 12:20:16 -05:00
Ryan Watters
f7fae4b156 Fix .Date.Pages typos across the board 2017-04-18 12:20:00 -05:00
digitalcraftsman
ed0c3ec4ef Fix .Data.Pages range in sample
See spf13/hugo#3350
2017-04-16 13:26:51 +02:00
Ryan Watters
fcca2cad5d Clean up single page and list template explanations further 2017-04-14 18:40:35 -05:00
Ryan Watters
318a75ec33 Update homepage terminal to govendor install instructions 2017-04-14 18:10:24 -05:00
Ryan Watters
74da85edf6 Fix small typographical errors in shortcode templating page 2017-04-14 17:59:24 -05:00
Ryan Watters
d557ca80c3 Explain use of .Params in shortcode templating
Closes rdwatters/hugo-docs-concept#84
2017-04-14 17:55:30 -05:00
Ryan Watters
807f45196c Make small typographical tweaks to homepage template 2017-04-14 17:32:48 -05:00
Ryan Watters
8f70189a3c Fix typographical errors in lists.md 2017-04-14 17:21:48 -05:00
Ryan Watters
e845755601 Beef up explanation of _index.md in homepage content 2017-04-14 17:15:38 -05:00
Ryan Watters
452bd58af8 Add admonition note to GitHub hosting
Closes rdwatters/hugo-docs-concept#54
2017-04-14 16:42:14 -05:00
Ryan Watters
9ed90b708a Add more in-page references to date-related page vars
Closes rdwatters/hugo-docs-concept#86
2017-04-14 14:54:15 -05:00
digitalcraftsman
0fff8177db Propose archetype usage for summary divider in content-management/summaries.md
Comment by @rdwatters: Nice catch.

See PR rdwatters/hugo-docs-concept#89
2017-04-14 13:44:37 -05:00
digitalcraftsman
8aaa5e171f Fix typo in content-management/types.md
Cheers!

See PR rdwatters/hugo-docs-concept#88
2017-04-14 13:43:49 -05:00
Ryan Watters
26f8775488 Fix broken link in toc.md to page variables 2017-04-14 13:40:49 -05:00
Ryan Watters
c5e2fa228e Fix link in cm-cross references 2017-04-14 13:38:34 -05:00
digitalcraftsman
83fba81535 Fix links in content-management/front-matter.md
Thanks @digitalcraftsman

See PR rdwatters/hugo-docs-concept#87
2017-04-14 12:22:33 -05:00
Ryan Watters
ab7f43e181 Update math function page to include "add" usage with strings
Closes rdwatters/hugo-docs-concept#85
2017-04-12 15:24:32 -05:00
Ryan Watters
da02241839 Remove unnecessary keys from config file 2017-04-12 13:19:57 -05:00
Ryan Watters
81fa0a45dc Adjust all metadata partials to use absURL and relURL 2017-04-12 13:08:56 -05:00
Ryan Watters
7ee73ffde3 Update scripts to use absURL func 2017-04-12 11:54:24 -05:00
Ryan Watters
9a1c3f42fe Add CLI Overview 2017-04-10 23:21:37 -05:00
Ryan Watters
aa0c2bd6b7 Add Emacs Easy Hugo to "other tools" page
Closes rdwatters/hugo-docs-concept#81
See PR gohugoio/hugo#3306
2017-04-10 23:11:26 -05:00
Ryan Watters
2677772044 Fix env var description in configuration.md 2017-04-10 23:06:17 -05:00
Ryan Watters
24ae7df130 Add mention of output format configuration to configuration.md 2017-04-10 23:01:22 -05:00
Ryan Watters
0b51849d0c Remove wip badge from output formats page 2017-04-10 22:58:14 -05:00
Ryan Watters
08ff6f6176 Do a small language cleanup for output formats page 2017-04-10 22:56:27 -05:00
Ryan Watters
33db41438c Update custom outputs title and aliases 2017-04-10 21:27:49 -05:00
Ryan Watters
6652cb8bf2 Move custom outputs to templating section 2017-04-10 21:18:36 -05:00
Ryan Watters
2ea0e17bed Update incorrect titles in example front matter
Closes rdwatters/hugo-docs-concept#83
2017-04-09 18:27:27 -05:00
Ryan Watters
b50796e3ac Add siba.ai to showcase 2017-04-08 11:39:56 -05:00
Ryan Watters
31014f0a05 Fix typos in yt shortcode description
Closes rdwatters/hugo-docs-concept#78
See gohugoio/hugo#3298
2017-04-08 00:59:37 -05:00
Ryan Watters
f80b90b91a Add back CRP 2017-04-07 19:08:27 -05:00
Ryan Watters
9f1c72ee1d Fix typo for code block on templates introduction 2017-04-07 18:56:02 -05:00
Ryan Watters
0902a1c08b Make toc font size less obnoxiously large 2017-04-07 18:51:56 -05:00
Ryan Watters
8f60e9ace1 Update single page template example
Closes rdwatters/hugo-docs-concept#69
2017-04-07 15:58:43 -05:00
Ryan Watters
bd40c73f29 Add datatable shortcodes and custom outputs draft
Closes rdwatters/hugo-docs-concept#77
2017-04-07 15:19:28 -05:00
Ryan Watters
f9df1ed657 Change datatable shortcode to articlelistshortcode 2017-04-07 13:47:42 -05:00
Ryan Watters
3ce3917e4a Remove mention of v0.20 in Getting Started 2017-04-07 13:01:55 -05:00
Ryan Watters
aa5fddd507 Change width and height of search icon in SVG dimensions 2017-04-07 12:59:28 -05:00
digitalcraftsman
1b63800519 Fix links in content-management/front-matter.md
See PR rdwatters/hugo-docs-concept#75
2017-04-07 12:35:36 -05:00
Ryan Watters
c05526d6cc Remove "Using Hugo's Server in Production" section
Closes rdwatters/hugo-docs-concept#76
2017-04-07 12:35:39 -05:00
digitalcraftsman
0b4c1af04b Add some improvements to getting-started/usage.md
- use HTTPS links when possible
- correct/add link to deployment section
- add data/ as watched folder

See PR rdwatters/hugo-docs-concept#72
2017-04-07 12:31:12 -05:00
digitalcraftsman
63034b100f Keep names of content formats more consistent
LGTM

See PR rdwatters/hugo-docs-concept#73
2017-04-07 12:13:05 -05:00
digitalcraftsman
39f1401b0a Keep the name of content formats more consistent
LGTM

See PR rdwatters/hugo-docs-concept#74
2017-04-07 12:12:10 -05:00
Ryan Watters
2e639d9567 Make a small casing fix on installing page 2017-04-07 12:06:37 -05:00
digitalcraftsman
2329545aa7 Favor HTTPS and use ref.-style links more consistently
Fix a few small merging conflicts, but this is all good by me.
Thanks @digitalcraftsman!

See PR rdwatters/hugo-docs-concept#71
2017-04-07 12:01:52 -05:00
Ryan Watters
83dcf5f3c4 Add SiteGetPage example to taxonomy templates 2017-04-06 20:45:08 -05:00
Ryan Watters
45bf976bcf Add Li-Wen Yip press additions to articles data file 2017-04-06 20:27:00 -05:00