forked from Git/hugo-story
Upload files to 'config/development'
This commit is contained in:
parent
84f78b201f
commit
14aa2edfb3
|
@ -0,0 +1,48 @@
|
||||||
|
## -----------------------------------------------
|
||||||
|
## Basic Configuration
|
||||||
|
## -----------------------------------------------
|
||||||
|
|
||||||
|
title = "AGR.asia - Strategic Risk Intelligence"
|
||||||
|
copyright = "{year}"
|
||||||
|
|
||||||
|
## -----------------------------------------------
|
||||||
|
## Publish
|
||||||
|
## -----------------------------------------------
|
||||||
|
|
||||||
|
relativeURLs = "true"
|
||||||
|
#canonifyURLs = "true"
|
||||||
|
|
||||||
|
# Local
|
||||||
|
baseURL = "/"
|
||||||
|
publishDir = "public"
|
||||||
|
|
||||||
|
# Remote
|
||||||
|
#baseURL = "https://caressofsteel.github.io/demos/hugo/hugo-story/"
|
||||||
|
#publishDir = "//centos/sites/hugodev/hugostory/"
|
||||||
|
|
||||||
|
## -----------------------------------------------
|
||||||
|
## Hugo Built-in Features
|
||||||
|
## -----------------------------------------------
|
||||||
|
|
||||||
|
disableKinds = ["taxonomy", "taxonomyTerm", "section"]
|
||||||
|
# googleAnalytics = "G-XXXXXXXXXX"
|
||||||
|
|
||||||
|
## -----------------------------------------------
|
||||||
|
## Site Parameters
|
||||||
|
## -----------------------------------------------
|
||||||
|
|
||||||
|
[Params]
|
||||||
|
description = "A (modular, highly tweakable) responsive one-page theme for Hugo"
|
||||||
|
logo = "images/banner.jpg"
|
||||||
|
favicon = true
|
||||||
|
|
||||||
|
[Params.social]
|
||||||
|
git = "https://git.9x0rg.com/x0rg/hugo-story-agr"
|
||||||
|
twitter = "https://twitter.com/"
|
||||||
|
email = "hello@agr.asia"
|
||||||
|
linkedin = "https://linkedin.com"
|
||||||
|
mastodon = "https://joinmastodon.org/"
|
||||||
|
|
||||||
|
[Params.asset]
|
||||||
|
fontawesome_css = ["css/fontawesome-all.min.css"]
|
||||||
|
fontawesome_js = ["js/fontawesome-all.min.js"]
|
Loading…
Reference in New Issue