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.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/exampleSite/config.json b/exampleSite/config.json
new file mode 100644
index 0000000..6db7329
--- /dev/null
+++ b/exampleSite/config.json
@@ -0,0 +1,28 @@
+{
+ "baseURL": "https://redgood.netlify.app/",
+ "languageCode": "en-us",
+ "title": "demo of redgood",
+ "theme": "redgood",
+ "params": {
+ "author": "Urja Acharya",
+ "description": "a hugo theme made by Urja Acharya",
+ "theme": {
+ "dateFormat": "2006-01-02",
+ "copyrightInFooter": false,
+ "footerText": "customizable short *markdown* enabled text"
+ },
+ "about": {
+ "profileImage": "https://images.pexels.com/photos/1274922/pexels-photo-1274922.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
+ "h": 650,
+ "w": 940,
+ "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": "#"
+ }
+ }
+}