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

github.com/rmsubekti/the-roots-home.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahmat Subekti <rahmatsubekti@live.com>2020-07-03 22:17:27 +0300
committerRahmat Subekti <rahmatsubekti@live.com>2020-07-03 22:17:27 +0300
commitb10649bd985d60bdaea0a3c70bb68d9237fba1bf (patch)
tree0bedda29a787664e6b5f74f94e29aa4f5b47dd09
parent018cd4437e57d04acc44691043c8ca2f4dc27ca4 (diff)
fix exampleSite config
-rw-r--r--.gitignore1
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml14
-rw-r--r--images/screenshot.pngbin129589 -> 94411 bytes
-rw-r--r--images/tn.pngbin94411 -> 129589 bytes
5 files changed, 8 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 1b426ce..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-**/*_gen \ No newline at end of file
diff --git a/README.md b/README.md
index 6de8349..4adb3fa 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ The Root's Home
---
Well, I am not root.
-![screenshot](https://github.com/rmsubekti/the-roots-home/raw/master/images/screenshot.png)
+![screenshot](https://github.com/rmsubekti/the-roots-home/raw/master/images/tn.png)
Demo is right here [Root's Home](https://rmsubekti.github.io/the-roots-home/)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8644744..c6b3fde 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,10 +1,10 @@
-baseURL= https://example.com/
-languageCode= id-ID
-title= Root's Home
+baseURL= "https://example.com/"
+languageCode= "id-ID"
+title= "Root's Home"
[params]
Description= "I'm root, I am root, i am root. 😁 i am root."
-disqusShortname=
-theme= the-roots-home
+# disqusShortname=
+theme= "the-roots-home"
enableGitInfo= true
enableEmoji= true
@@ -14,9 +14,9 @@ enableRobotsTXT= true
pygmentsCodeFencesGuessSyntax = true
pygmentsCodeFences = true
pygmentsUseClasses = true
-pygmentsStyle = vs
+pygmentsStyle = "vs"
[pygmentsOptions]
linenos= true
[markup]
- defaultMarkdownHandler= goldmark
+ defaultMarkdownHandler= "goldmark"
diff --git a/images/screenshot.png b/images/screenshot.png
index a2f960b..08cabfd 100644
--- a/images/screenshot.png
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
index 08cabfd..a2f960b 100644
--- a/images/tn.png
+++ b/images/tn.png
Binary files differ