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

github.com/uicardiodev/hugo-sodium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/data/header.json')
-rw-r--r--exampleSite/data/header.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/exampleSite/data/header.json b/exampleSite/data/header.json
new file mode 100644
index 0000000..f9c94f3
--- /dev/null
+++ b/exampleSite/data/header.json
@@ -0,0 +1,22 @@
+{
+ "brand" : "Sodium Theme",
+ "logo" : "logo-black.svg",
+ "links" : [
+ {
+ "title" : "Home",
+ "href" : ""
+ },
+ {
+ "title" : "Features",
+ "href" : "#features"
+ },
+ {
+ "title" : "Pricing",
+ "href" : "#pricing"
+ },
+ {
+ "title" : "Contact",
+ "href" : "#contact"
+ }
+ ]
+} \ No newline at end of file