diff --git a/README.md b/README.md index 1a71b8f..ea2dcf6 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Anubis is a simple minimalist theme for [Hugo blog engine](https://gohugo.io/). - ISSO - Utteranc.es - RSS feeds +- Deploy via Netlify (config included in example site) - Hiding posts from the RSS feed - Hidden posts (available only by link) - Translations (en, ru, fr, pl) diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml new file mode 100644 index 0000000..a7f6233 --- /dev/null +++ b/exampleSite/netlify.toml @@ -0,0 +1,8 @@ +[build] +publish = "public" +command = "hugo --gc --minify" + +[context.production.environment] +HUGO_VERSION = "0.92.0" +HUGO_ENV = "production" +HUGO_ENABLEGITINFO = "true" \ No newline at end of file diff --git a/exampleSiteMultilingual/netlify.toml b/exampleSiteMultilingual/netlify.toml new file mode 100644 index 0000000..a7f6233 --- /dev/null +++ b/exampleSiteMultilingual/netlify.toml @@ -0,0 +1,8 @@ +[build] +publish = "public" +command = "hugo --gc --minify" + +[context.production.environment] +HUGO_VERSION = "0.92.0" +HUGO_ENV = "production" +HUGO_ENABLEGITINFO = "true" \ No newline at end of file