Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/forestryio/hugo-theme-novela.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Gracilla <nick@neotericdesign.com>2020-01-28 02:47:43 +0300
committerGitHub <noreply@github.com>2020-01-28 02:47:43 +0300
commitd5d278e5935ada7345643d91d8352070baaafa2c (patch)
tree39d84dbe9d5b2d7d6480d6949d75e183a2c39944
parent8e7a8ccc0d99ee948cf456e4d5a4beeedd7d778e (diff)
parentee48c2010b39411f5299a81401addc596aaba3e7 (diff)
Merge pull request #1 from forestryio/master
Merge upstream revisions
-rw-r--r--README.md6
-rw-r--r--go.mod3
-rw-r--r--netlify.toml14
3 files changed, 21 insertions, 2 deletions
diff --git a/README.md b/README.md
index cb1eadc..cf0d26a 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,11 @@
A port of [Narative](https://www.narative.co/)'s Gatsby theme [Novela](https://www.narative.co/labs/novela/)
+**This theme requires Hugo > 0.55.0 and has been tested with Hugo v0.62.2**
+
![](https://raw.githubusercontent.com/forestryio/hugo-theme-novela/master/images/tn.png)
-<a href="https://app.forestry.io/quick-start?repo=forestryio/novela-hugo-starter&engine=hugo&version=0.60.1">
+<a href="https://app.forestry.io/quick-start?repo=forestryio/novela-hugo-starter&engine=hugo&version=0.62.2">
<img alt="Import this project into Forestry" src="https://assets.forestry.io/import-to-forestryK.svg" />
</a>
@@ -13,7 +15,7 @@ A port of [Narative](https://www.narative.co/)'s Gatsby theme [Novela](https://w
### Logo
Add to your projects layout directory your logo's SVG:
-`/layouts/icons/ui/logo.html`
+`/layouts/partials/icons/ui/logo.html`
### Socials
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..eda0213
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/forestryio/hugo-theme-novela
+
+go 1.13
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..2f109d9
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,14 @@
+[build]
+publish = "public"
+command = "hugo --gc --minify"
+
+
+[build.environment]
+HUGO_VERSION = "0.62.2"
+
+
+
+
+# This is a starter template for Netlify builds. See the following links for more:
+# https://www.netlify.com/docs/continuous-deployment/#deploy-contexts
+# https://www.netlify.com/blog/2017/04/11/netlify-plus-hugo-0.20-and-beyond/