From 750a55ef1cbdeceac1256b9479da424cfcb3d89a Mon Sep 17 00:00:00 2001 From: Ro Date: Thu, 20 Dec 2018 15:48:08 -0500 Subject: [PATCH] added generic site setting file, removed actual setting file. oops --- .gitignore | 1 + site-settings.json => site-settings.json.example | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) rename site-settings.json => site-settings.json.example (62%) diff --git a/.gitignore b/.gitignore index 74b2d0e..278ce0c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ brain/models/_backup/ /migrations *.DS_Store /forfipamo +site-settings.json \ No newline at end of file diff --git a/site-settings.json b/site-settings.json.example similarity index 62% rename from site-settings.json rename to site-settings.json.example index 9534408..9e92206 100644 --- a/site-settings.json +++ b/site-settings.json.example @@ -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":