Commit Graph

598 Commits

Author SHA1 Message Date
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
Ryan Watters 7ad5d51e67 Update lastmod for single page templates 2017-04-06 17:30:59 -05:00
Ryan Watters c7816c5b52 Update single page examples to use more recent Hugo features 2017-04-06 17:04:05 -05:00
Ryan Watters 7d60b1a55a Update mixed param type error for shortcodes 2017-04-06 15:46:23 -05:00
Ryan Watters abe58bf5a3 Remove more wordiness from shortcode parameter type intro text 2017-04-06 15:44:46 -05:00
Ryan Watters 7ad76bfa1b Make yet another typo fix in shortcode templates 2017-04-06 15:44:13 -05:00
Ryan Watters 2e9810485b Clean up shortcode templates
Closes rdwatters/hugo-docs-concept#67
2017-04-06 15:35:55 -05:00
Ryan Watters 74d331ba53 Change to Template Lookup Order for temp-lookup linktitle 2017-04-06 14:36:00 -05:00
Ryan Watters 78164269cf Fix heading typo in cm shortcodes 2017-04-06 14:32:41 -05:00
Ryan Watters 56d459d6fa Fix heading in cm-shortcodes 2017-04-06 14:31:27 -05:00
Ryan Watters 3375fc2b7b Fix heading in cm-shortcodes 2017-04-06 14:31:14 -05:00
Albert Nigmatzianov 35fffad1e9 Update content-management/multilingual to reflect new TOML support
@bogem Thanks a lot for your help, sir!
And for the great work on implementing this feature.
I appreciate it! 😄

Fixes rdwatters/hugo-docs-concept#64
See PR rdwatters/hugo-docs-concept#65 and PR gohugoio/hugo#3257
2017-04-06 11:50:14 -05:00
Anthony Fok bf2d2bbede Fix typo: "KaTex" → "KaTeX"
Thanks for the good catch and keen eye @anthonyfok.
Much appreciated!

See PR rdwatters/hugo-docs-concept#66
2017-04-06 11:49:11 -05:00
Ryan Watters 119182aa43 Add sections_weight to all content files 2017-04-05 18:48:10 -05:00
Ryan Watters ce428a9cca Update trim description with note on whitespace 2017-04-05 18:31:18 -05:00
Ryan Watters fe78595c89 Add emphasis to trim function explanation 2017-04-05 18:24:40 -05:00
Ryan Watters f4b1293510 Fix typos in syntax highlighting docs 2017-04-05 14:28:05 -05:00
Ryan Watters 6b7c849789 Update trim explanation per gohugoio/hugo#3279 2017-04-05 12:50:38 -05:00
Ryan Watters 4b1dfc1d52 Update govendor instructions in source install 2017-04-05 11:21:23 -05:00