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

header.json « data « exampleSite - github.com/uicardiodev/hugo-sodium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9c94f394478074fbc50028e48c4a7c71dbf02a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "brand" : "Sodium Theme",
  "logo" : "logo-black.svg",
  "links" : [
    {
      "title" : "Home",
      "href" : ""
    },
    {
      "title" : "Features",
      "href" : "#features"
    },
    {
      "title" : "Pricing",
      "href" : "#pricing"
    },
    {
      "title" : "Contact",
      "href" : "#contact"
    }
  ]
}