added generic site setting file, removed actual setting file. oops
parent
2749d0ab9f
commit
750a55ef1c
@ -1,10 +1,10 @@
|
||||
{
|
||||
"url": "http://fipamo.local",
|
||||
"title": "This is Fipamo, bro",
|
||||
"description": "The most chill blog framework ever.",
|
||||
"url": "http://your.domain",
|
||||
"title": "This is the title",
|
||||
"description": "A few words describing the site",
|
||||
"theme": "default-light",
|
||||
"private": "false",
|
||||
"feautred-url":"",
|
||||
"feautred-url":"fancybackground.something",
|
||||
"email":
|
||||
{
|
||||
"smtp":
|
Loading…
Reference in New Issue