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:
authorUrja Acharya <urja.acharya@huskers.unl.edu>2020-05-29 03:08:54 +0300
committerUrja Acharya <urja.acharya@huskers.unl.edu>2020-05-29 03:08:54 +0300
commita1960fbca32a8432d4a381240682f2c93adfa705 (patch)
tree2c3d408ebc5932b4330c33db595084b0e4c0bd5d
parent9dde5a9c015cfeab80f3ea312574b5f1088d74f1 (diff)
config is now json
-rw-r--r--exampleSite/config.json28
-rw-r--r--exampleSite/config.toml27
2 files changed, 28 insertions, 27 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": "#"
+ }
+ }
+}
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
deleted file mode 100644
index 8d32bfd..0000000
--- a/exampleSite/config.toml
+++ /dev/null
@@ -1,27 +0,0 @@
-baseURL = "http://example.org/"
-languageCode = "en-us"
-title = "redgood"
-theme = "redgood"
-
-[markup.goldmark.renderer]
-unsafe = true
-
-[params]
-author = "Urja Acharya"
-description = "redgood is a clean minimal javascript-less theme for blogs"
-
-[params.theme]
-dateFormat = "2006-01-02"
-copyrightInFooter = true
-footerText = "Short [text](#) **in** *footer*"
-
-[params.about]
-profileImage = "https://images.pexels.com/photos/1274922/pexels-photo-1274922.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"
-narrative = "I am dshfsdj flaksdjf lsjfasl dkfjlsdkfj lasdkfj. lasdkfj asdlkjf adlskf jlsakdf jasldkjfa **sdjfosdafjl** aksdfjsdfjk alskdjf. oasdif jioasdfj asdiof *jasdlkfj* asdf asdfu asdijfl kaejkljrwlk jwlkejrwejr ssad."
-
-[params.social]
-email = "#"
-linkedin = "#"
-fb = "#"
-twitter = "#"
-github = "#"