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

config.json « exampleSite - github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69467306b4968f5a263a67ed8b1337c4cdc542c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "baseURL": "https://redgood.netlify.app/",
  "languageCode": "en-us",
  "title": "demo of redgood",
  "theme": "redgood",
  "disableKinds": "taxonomyTerm",
  "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": "#"
    }
  }
}