upgraded to hugo 0.55.1 and made necessary adjustments

pull/162/head
Scott Anderson 2019-04-16 10:05:16 -06:00
parent 399e3aa781
commit 2fc6cf7701
14 changed files with 16 additions and 4 deletions

View File

@ -4,8 +4,8 @@ jobs:
docker:
- image: circleci/node:latest
environment:
HUGO_VERSION: "0.53"
S3DEPLOY_VERSION: "2.3.0"
HUGO_VERSION: "0.55"
S3DEPLOY_VERSION: "2.3.2"
steps:
- checkout
- restore_cache:

View File

@ -1,3 +1,4 @@
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="cloud-msg">
{{ .Inner }}
</div>

View File

@ -1,3 +1,4 @@
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="cloud">
<a class="cloud-flag" href="#cloud-msg"></a>
{{ .Inner }}

View File

@ -1,3 +1,4 @@
{{ $_hugo_config := `{ "version": 1 }` }}
<section class="code-tab-content">
{{ .Inner }}
</section>

View File

@ -1,3 +1,4 @@
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="code-tabs-wrapper">
{{ .Inner }}
</div>

View File

@ -1,3 +1,4 @@
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="code-tabs">
{{ .Inner }}
</div>

View File

@ -1,3 +1,4 @@
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="enterprise">
<a class="enterprise-flag" href="#enterprise-msg"></a>
{{ .Inner }}

View File

@ -1,4 +1,4 @@
{{ $currentVersion := (index (findRE "[^/]+.*?" .Page.URL) 0) }}
{{ $currentVersion := (index (findRE "[^/]+.*?" .Page.RelPermalink) 0) }}
{{ $functionsPath := print "/" $currentVersion "/reference/flux/functions" }}
<ul>
@ -6,7 +6,7 @@
{{ if in .Title "() function" }}
{{ $title := replaceRE `\ function` "" .Title }}
<li>
<a href="{{ .URL }}">{{ $title }}</a>
<a href="{{ .RelPermalink }}">{{ $title }}</a>
</li>
{{ end }}
{{ end }}

View File

@ -1,3 +1,4 @@
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="note">
{{ .Inner }}
</div>

View File

@ -1,3 +1,4 @@
{{ $_hugo_config := `{ "version": 1 }` }}
<section class="tab-content">
{{ .Inner }}
</section>

View File

@ -1,3 +1,4 @@
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="tabs-wrapper">
{{ .Inner }}
</div>

View File

@ -1,3 +1,4 @@
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="tabs">
{{ .Inner }}
</div>

View File

@ -1,3 +1,4 @@
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="truncate closed">
{{ .Inner }}
<div class="truncate-bottom">

View File

@ -1,3 +1,4 @@
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="warn">
{{ .Inner }}
</div>