Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.json')
-rw-r--r--exampleSite/config.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/exampleSite/config.json b/exampleSite/config.json
index 19883f2..f3e1ea9 100644
--- a/exampleSite/config.json
+++ b/exampleSite/config.json
@@ -1,5 +1,5 @@
{
- "baseURL": "https://redgood.netlify.app/",
+ "baseURL": "https://www.example.org/",
"languageCode": "en-us",
"title": "demo of redgood",
"theme": "redgood",
@@ -17,11 +17,11 @@
"narrative": "this website is a demo for the redgood theme made by Urja Acharya. this section is customizable and can be used for a short inroduction by modifying `params.about.narrative` in `config`. markdown can be used in **this** section."
},
"social": {
- "email": "#",
- "linkedin": "#",
- "fb": "#",
- "twitter": "#",
- "github": "#"
+ "email": { "url": "#", "icon": "bi bi-envelope" },
+ "linkedin": { "url": "#", "icon": "bi bi-linkedin" },
+ "fb": { "url": "#", "icon": "bi bi-facebook" },
+ "twitter": { "url": "#", "icon": "bi bi-twitter" },
+ "github": { "url": "#", "icon": "bi bi-github" }
}
}
}