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

github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2021-05-04 22:54:51 +0300
committerDarshan Baral <darshanbaral@gmail.com>2021-05-04 22:54:51 +0300
commite6e1271a65244813dcab29565bc75ba34da9729c (patch)
tree40af65ddbc6222ff120a66690d39c7c5043c98ef
parent229c82d4e9d941232e4fc0bda7ad2cfbbfa55d6c (diff)
fixed config, replace images
-rw-r--r--exampleSite/config.toml18
-rw-r--r--images/screenshot.pngbin175027 -> 201839 bytes
-rw-r--r--images/tn.pngbin136445 -> 168297 bytes
3 files changed, 7 insertions, 11 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 4e5d128..95e8ca0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -7,9 +7,9 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
name = "example.org"
title = "Sada Theme"
author = "Darshan Baral"
- description = "Simple single page resume theme"
- copyright = ""
- theme = "dark" # or light
+ description = "Simple single page portfolio theme made with Tailwind CSS"
+ copyright = "Custom copyright message"
+ theme = "light" # or light
useResources = false
# Profile section
@@ -22,26 +22,22 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
title = "Links"
[[params.social.list]]
- class = "fab"
- icon = "fa-linkedin-in"
+ icon = "fab fa-linkedin-in"
url = "#"
title = "LinkedIn"
[[params.social.list]]
- class = "fab"
- icon = "fa-github"
+ icon = "fab fa-github"
url = "#"
title = "GitHub"
[[params.social.list]]
- class = "ai"
- icon = "ai-google-scholar"
+ icon = "ai ai-google-scholar"
url = "#"
title = "Google Scholar"
[[params.social.list]]
- class = "ai"
- icon = "ai-researchgate"
+ icon = "ai ai-researchgate"
url = "#"
title = "ResearchGate"
diff --git a/images/screenshot.png b/images/screenshot.png
index a8072eb..6909a50 100644
--- a/images/screenshot.png
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
index a32faae..64ce63d 100644
--- a/images/tn.png
+++ b/images/tn.png
Binary files differ