forked from projects/fipamo
added generic site setting file, removed actual setting file. oops
This commit is contained in:
parent
2749d0ab9f
commit
750a55ef1c
2 changed files with 5 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,3 +17,4 @@ brain/models/_backup/
|
||||||
/migrations
|
/migrations
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
/forfipamo
|
/forfipamo
|
||||||
|
site-settings.json
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"url": "http://fipamo.local",
|
"url": "http://your.domain",
|
||||||
"title": "This is Fipamo, bro",
|
"title": "This is the title",
|
||||||
"description": "The most chill blog framework ever.",
|
"description": "A few words describing the site",
|
||||||
"theme": "default-light",
|
"theme": "default-light",
|
||||||
"private": "false",
|
"private": "false",
|
||||||
"feautred-url":"",
|
"feautred-url":"fancybackground.something",
|
||||||
"email":
|
"email":
|
||||||
{
|
{
|
||||||
"smtp":
|
"smtp":
|
Loading…
Reference in a new issue