Config switch script
This commit is contained in:
parent
f632bf2de5
commit
9773669684
2 changed files with 88 additions and 1 deletions
22
config.yaml
22
config.yaml
|
@ -1,3 +1,23 @@
|
|||
blog:
|
||||
title: 'Example Blog'
|
||||
author: John
|
||||
description: 'A short description of your blog'
|
||||
home: 'on'
|
||||
homeurl: ../
|
||||
homename: Home
|
||||
mainname: ''
|
||||
intro: 'on'
|
||||
disqus: rangitaki
|
||||
analytics: ''
|
||||
footer: "Rangitaki 2016 <a href=\"https://github.com/mmk2410/Rangitaki\" target=\"blank\">\n github.com/mmk2410/Rangitaki</a>"
|
||||
url: 'https://example.com/blog/'
|
||||
design:
|
||||
fab: 'on'
|
||||
drawer: 'on'
|
||||
theme: material-light
|
||||
pagination: 0
|
||||
favicon: 'http://example.com/res/img/favicon.png'
|
||||
rcc:
|
||||
rcc: 'off'
|
||||
rcc: 'on'
|
||||
api: 'on'
|
||||
language: en
|
||||
|
|
Reference in a new issue