From ef3edffe4528216d7cfdcb22ce749b8e589952ee Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Fri, 24 Feb 2017 19:37:10 -0600 Subject: [PATCH] Update all built-in shortcodes with output and display examples --- config.toml | 2 +- content-changes.md | 189 - content/about-hugo/hugo-features.md | 2 +- content/concept.md | 354 + content/content-management/archetypes.md | 6 +- .../content-organization.md | 40 +- .../content-management/content-summaries.md | 2 +- content/content-management/menus.md | 90 +- content/content-management/shortcodes.md | 99 +- .../content-management/table-of-contents.md | 2 +- content/content-management/url-management.md | 43 +- .../contribute-to-the-hugo-docs.md | 4 +- content/developer-tools/migrate-to-hugo.md | 2 +- content/developer-tools/starter-kits.md | 23 + .../developer-tools/syntax-highlighting.md | 5 +- content/functions/default.md | 2 +- content/functions/delimit.md | 6 +- content/getting-started/configuration.md | 2 +- .../getting-started/directory-structure.md | 3 +- content/getting-started/quick-start.md | 27 +- content/mailing-list.md | 4 +- content/templates/custom-404-page.md | 2 +- content/templates/data-templates.md | 2 +- content/templates/go-template-primer.md | 8 +- content/templates/lists-in-hugo.md | 47 - content/templates/lists.md | 575 + content/templates/local-file-templates.md | 15 +- .../templates/ordering-and-grouping-lists.md | 21 + content/templates/rss-templates.md | 19 +- content/templates/section-templates.md | 421 +- content/templates/shortcode-templates.md | 12 +- content/templates/single-page-templates.md | 38 +- content/templates/taxonomy-templates.md | 2 +- content/themes/creating-a-theme.md | 2 +- content/themes/customizing-a-theme.md | 4 +- tree.md => content/tree.txt | 15 +- .../variables-and-params/other-variables.md | 2 +- .../variables-and-params/page-variables.md | 6 +- layouts/shortcodes/output.html | 6 +- layouts/shortcodes/readfile.html | 7 +- readfile-content/lookupexplanation.md | 6 + readfile-content/menuvars.md | 39 + static/css/style.min.css | 2 +- static/documents/gitlab-git-cheat-sheet.pdf | 130423 +++++++++++++++ strategy.md | 166 - themes/hugodocs/layouts/_default/single.html | 38 +- .../layouts/partials/content-footer.html | 5 +- .../partials/lookup-explanation-markdown.html | 6 - .../pipeline/scss/components/_anchors.scss | 24 +- .../scss/components/_shortcode-examples.scss | 5 + .../pipeline/scss/layout/_site-content.scss | 26 +- themes/hugodocs/pipeline/scss/style.scss | 1 + .../pipeline/scss/vendor/_highlightjs.scss | 5 + 53 files changed, 131770 insertions(+), 1087 deletions(-) delete mode 100644 content-changes.md create mode 100644 content/concept.md create mode 100644 content/developer-tools/starter-kits.md delete mode 100644 content/templates/lists-in-hugo.md create mode 100644 content/templates/lists.md create mode 100644 content/templates/ordering-and-grouping-lists.md rename tree.md => content/tree.txt (97%) create mode 100644 readfile-content/lookupexplanation.md create mode 100644 readfile-content/menuvars.md create mode 100644 static/documents/gitlab-git-cheat-sheet.pdf delete mode 100644 strategy.md create mode 100644 themes/hugodocs/pipeline/scss/components/_shortcode-examples.scss diff --git a/config.toml b/config.toml index 03a591e9f..71013f06a 100644 --- a/config.toml +++ b/config.toml @@ -57,7 +57,7 @@ watch = true [params] organizationname = "" sitedescription = "" - release = "0.18.1" + release = "0.19" # Add GA Tracking Code Here. This leverages a built-in (ie, "internal") partial from HUGO: https://gohugo.io/extras/analytics#configuring-google-analytics googleanalyticstrackingcode = "" ## Critical Render Path. If true, site style will be embedded in a