Squashed 'docs/' changes from fb551cc75..bcc4f9324
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 1 May 2021 09:45:45 +0000 (11:45 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 1 May 2021 09:45:45 +0000 (11:45 +0200)
bcc4f9324 Add transparent background in rgba for search field
fce835fea Trim newlines from .Inner in the 'code' shortcode
9117f54b3 Remove code toggle from netlify.toml
babbb9090 fix version number - 404 error
d28cf15e1 The input search is not displayed correctly in Safari because of the one declaration CSS background property. Safari needs the no-repeat to be after position and size property. Adjusting the search icon to be vertically on center.
f4ef4c146 Repairing link from issue 131 using jamesrhea's comment https://github.com/gohugoio/hugoDocs/issues/131#issuecomment-324083739
7f73f5685 Update related.md (#1436)
41d24297c Mention `not` (#1432)

git-subtree-dir: docs
git-subtree-split: bcc4f93242334f03c6699e2c4226ee178317ec4b

_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-search.html
content/en/about/benefits.md
content/en/content-management/related.md
content/en/getting-started/configuration-markup.md
content/en/hosting-and-deployment/hosting-on-netlify.md
content/en/templates/introduction.md
layouts/shortcodes/code.html

index d8c4b97bf41dccf9e1ba6c210d645aa8b09f4442..b6c521dc964e17909af438efdecaa97197898438 100644 (file)
@@ -1,6 +1,6 @@
 <form id="site-search-form" action="" role="search">
   <fieldset class="bn ma0 pa0">
     <label class="clip" for="search-input">Search</label>
-    <input type="search" id="search-input" class="needs-js bg-left bn f5 input-reset lh-solid mt3 mt0-ns pl4 pv2 w5 white" placeholder="Search the Docs" name="search-input" value="" style="background: transparent url('/images/icon-search.png') no-repeat 0 8px /16px 16px;">
+    <input type="search" id="search-input" class="needs-js bg-left bn f5 input-reset lh-solid mt3 mt0-ns pl4 pv2 w5 white" placeholder="Search the Docs" name="search-input" value="" style="background: url('/images/icon-search.png') 5px 11px/16px 16px no-repeat; background-color: rgba(255,255,255,0);">
   </fieldset>
-</form>
+</form>
\ No newline at end of file
index 020e58981b2cabe461e96db409bc53f64274b414..d5c13a9c38ddf1205f5d093fe0f64dea2470d479 100644 (file)
@@ -36,7 +36,7 @@ This has many benefits. The most noticeable is performance. HTTP servers are *ve
 
 
 ["An Introduction to Static Site Generators", David Walsh]: https://davidwalsh.name/introduction-static-site-generators
-["Static Site Generators", O'Reilly]: https://www.oreilly.com/web-platform/free/files/static-site-generators.pdf
+["Static Site Generators", O'Reilly]: https://github.com/gohugoio/hugoDocs/files/1242701/static-site-generators.pdf
 ["Top 10 Static Website Generators", Netlify blog]: https://www.netlify.com/blog/2016/05/02/top-ten-static-website-generators/
 [hugovwordpress]: https://gettingthingstech.com/hugo-vs.-wordpress-page-load-speed-comparison-hugo-leaves-wordpress-in-its-dust/
 [StaticGen: Top Open-Source Static Site Generators (GitHub Stars)]: https://www.staticgen.com/
index ec3c3dd6f4a044eb13de5b47a7192edb855ebe6b..c0728fe9930f0c54c278dc05bd1915b0b1f8d33e 100644 (file)
@@ -84,7 +84,7 @@ related:
     weight: 10
 {{< /code-toggle >}}
 
-Note that if you have configured `tags` as a taxonomy, `tags` will also be added to the default configuration abve with the weight of `80`.
+Note that if you have configured `tags` as a taxonomy, `tags` will also be added to the default configuration above with the weight of `80`.
 
 Custom configuration should be set using the same syntax.
 
index 14a23b73424cada9d2f96207e70d56556bb56290..e19bbe47fb65d12918cf93836cc7723d7b32dfc5 100644 (file)
@@ -43,7 +43,7 @@ typographer
 attribute
 : Enable custom attribute support for titles and blocks by adding attribute lists inside single curly brackets (`{.myclass class="class1 class2" }`) and placing it _after the Markdown element it decorates_, on the same line for titles and on a new line directly below for blocks.
 
-{{< new-in "0.81" >}} In Hugo 0.81.0 we added support for adding attributes (e.g. CSS classes) to Markdown blocks, e.g. tables, lists, paragraphs etc.
+{{< new-in "0.81.0" >}} In Hugo 0.81.0 we added support for adding attributes (e.g. CSS classes) to Markdown blocks, e.g. tables, lists, paragraphs etc.
 
 A blockquote with a CSS class:
 
index 74c54b0472c2278885587b3da38701151289fec6..9dfc010af085fdc7793a8c2f486570602e4897f3 100644 (file)
@@ -65,17 +65,17 @@ You can [set Hugo version](https://www.netlify.com/blog/2017/04/11/netlify-plus-
 
 For production:
 
-{{< code-toggle file="netlify" >}}
+{{< code file="netlify.toml" codeLang="toml" >}}
 [context.production.environment]
-  HUGO_VERSION = "0.53"
-{{< /code-toggle >}}
+  HUGO_VERSION = "0.82.1"
+{{< /code >}}
 
 For testing:
 
-```
+{{< code file="netlify.toml" codeLang="toml" >}}
 [context.deploy-preview.environment]
-  HUGO_VERSION = "0.53"
-```
+  HUGO_VERSION = "0.82.1"
+{{< /code >}}
 
 The Netlify configuration file can be a little hard to understand and get right for the different environment, and you may get some inspiration and tips from this site's `netlify.toml`:
 
index 43f88f1473690f0467ea1f884ce16d1ba76280cb..17fa5475cb9f719ae6a85893a71cbdbff1b25805 100644 (file)
@@ -245,7 +245,7 @@ If the _map_, _array_, or _slice_ passed into the range is zero-length then the
 
 ### Conditionals
 
-`if`, `else`, `with`, `or`, and `and` provide the framework for handling conditional logic in Go Templates. Like `range`, each statement is closed with an `{{ end }}`.
+`if`, `else`, `with`, `or`, `and` and `not` provide the framework for handling conditional logic in Go Templates. Like `range`, `if` and `with` statements are closed with an `{{ end }}`.
 
 Go Templates treat the following values as **false**:
 
index eafc02e6bd3d17a87c15c6f4f3683f463f3f7ef3..0ee25149d1c651e33720fa5492d6338116bc17fc 100644 (file)
@@ -1,25 +1,26 @@
 {{ $file := .Get "file" }}
 {{ $codeLang := "" }}
 {{ $suffix := findRE "(\\.[^.]+)$" $file 1 }}
-{{ with  $suffix }}
+{{ with $suffix }}
 {{ $codeLang = (index . 0 | strings.TrimPrefix ".") }}
 {{ end }}
 {{ with .Get "codeLang" }}{{ $codeLang = . }}{{ end }}
-{{ if eq $codeLang "html"}}
+{{ if eq $codeLang "html" }}
 {{ $codeLang = "go-html-template" }}
 {{ end }}
-<div class="code relative" id="{{ $file | urlize}}">
+<div class="code relative" id="{{ $file | urlize }}">
        {{- with $file -}}
-               <div class="filename san-serif f6 dib lh-solid pl2 pv2">{{.}}</div>
+               <div class="filename san-serif f6 dib lh-solid pl2 pv2">{{ . }}</div>
        {{- end -}}
 
        {{ if ne (.Get "copy") "false" }}
                <button class="needs-js copy bg-accent-color-dark f6 absolute top-0 right-0 lh-solid hover-bg-primary-color-dark bn white ph3 pv2" title="Copy this code to your clipboard." data-clipboard-action="copy" aria-label="copy button">
                </button>
                {{/* Functionality located within filesaver.js The copy here is located in the css with .copy class so it can be replaced with JS on success */}}
-       {{end}}
-       <div class="code-copy-content nt3" {{with .Get "download"}}id="{{.}}"{{end}}>
-               {{ if  .Get "nocode" }}{{ $.Inner }}{{ else }}{{ with $codeLang }}{{- highlight $.Inner . "" | -}}{{ else }}<pre><code>{{- .Inner | string -}}</code></pre>{{ end }}{{ end }}
+       {{ end }}
+       <div class="code-copy-content nt3" {{ with .Get "download" }}id="{{ . }}"{{ end }}>
+               {{ $inner := trim .Inner "\n" | safeHTML }}
+               {{ if .Get "nocode" }}{{ $inner }}{{ else }}{{ with $codeLang }}{{ highlight $inner . "" }}{{ else }}<pre><code>{{ $inner }}</code></pre>{{ end }}{{ end }}
        </div>
 
 </div>