more updates
This commit is contained in:
parent
24615e069f
commit
129a8befa2
|
@ -88,13 +88,13 @@ opt/app/.git/objects/pack
|
||||||
opt/app/.git/refs
|
opt/app/.git/refs
|
||||||
opt/app/.git/refs/heads/master
|
opt/app/.git/refs/heads/master
|
||||||
opt/app/.git/refs/heads/updates
|
opt/app/.git/refs/heads/updates
|
||||||
opt/app/.nuxt/dist/0.nuxt.bundle.cabb8e44fef2f7294b40.js
|
opt/app/.nuxt/dist/0.nuxt.bundle.4b9cc2e32c0f467ee864.js
|
||||||
opt/app/.nuxt/dist/1.nuxt.bundle.bbbffbc78054dc5f0891.js
|
opt/app/.nuxt/dist/1.nuxt.bundle.bbbffbc78054dc5f0891.js
|
||||||
opt/app/.nuxt/dist/index.html
|
opt/app/.nuxt/dist/index.html
|
||||||
opt/app/.nuxt/dist/manifest.a99b97d9c9bc251323e7.js
|
opt/app/.nuxt/dist/manifest.3d73755da5587b09860e.js
|
||||||
opt/app/.nuxt/dist/nuxt.bundle.dbf51a8ed53569a6c1b0.js
|
opt/app/.nuxt/dist/nuxt.bundle.dbf51a8ed53569a6c1b0.js
|
||||||
opt/app/.nuxt/dist/server-bundle.json
|
opt/app/.nuxt/dist/server-bundle.json
|
||||||
opt/app/.nuxt/dist/vendor.bundle.a99b97d9c9bc251323e7.js
|
opt/app/.nuxt/dist/vendor.bundle.3d73755da5587b09860e.js
|
||||||
opt/app/.sandstorm/launcher.sh
|
opt/app/.sandstorm/launcher.sh
|
||||||
opt/app/README.md
|
opt/app/README.md
|
||||||
opt/app/node_modules/.bin/babel-node
|
opt/app/node_modules/.bin/babel-node
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
## 0.69.0 (2020-04-10)
|
## 0.69.0 (2020-04-10)
|
||||||
|
|
||||||
The "I can't stand Hugo 0.20.somethng anymore" release.
|
The "I can't stand Hugo 0.20.something anymore" release.
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
</p>
|
</p>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<p>Your public site is available at <a :href="url" target="_blank">{{ url }}</a>.</p>
|
<p>Your public site is available at <a :href="url" rel="noopener" target="_blank">{{ url }}</a>.</p>
|
||||||
<div v-if="!isDemo">
|
<div v-if="!isDemo">
|
||||||
<p>To set up your domain to point at your public site, add the following DNS records to your domain. Replace <code>blog.example.com</code> with your site's hostname.</p>
|
<p>To set up your domain to point at your public site, add the following DNS records to your domain. Replace <code>blog.example.com</code> with your site's hostname.</p>
|
||||||
<table>
|
<table>
|
||||||
|
@ -57,6 +57,12 @@
|
||||||
<render-template
|
<render-template
|
||||||
rpcId="gitPush"
|
rpcId="gitPush"
|
||||||
:template="'git remote add origin ' + this.gitUrl + '\ngit push -fu origin master'"/>
|
:template="'git remote add origin ' + this.gitUrl + '\ngit push -fu origin master'"/>
|
||||||
|
<h2>Admin Interface</h2>
|
||||||
|
<p>
|
||||||
|
...had to be removed temporarily because Caddy 1 isn't recommended anymore and
|
||||||
|
<a target="_blank" rel="noopener" href="https://caddy.community/t/new-old-plugin-http-filebrowser/5103">Caddy 2 needs some work to get working well with Hugo</a>.
|
||||||
|
<a target="_blank" rel="noopener" href="https://github.com/johnbintz/hugo-sandstorm">Want to help?</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue