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: 19883f29f88700d6bf557d542794be9f3e67a244 (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
{
  "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": "images/profile.jpg",
      "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": "#"
    }
  }
}