summaryrefslogtreecommitdiff
path: root/themes/m10c/exampleSite/config.toml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-14 11:37:40 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-14 11:37:40 -0300
commit0d2881c74335bcb9fd9c150bf209ba3d93cf3b59 (patch)
tree02f05d992833904b50a40a78b9480b596e243c68 /themes/m10c/exampleSite/config.toml
parent1985fbe5280cea489d2d11979829418bb2438153 (diff)
Removed old theme
Diffstat (limited to 'themes/m10c/exampleSite/config.toml')
-rw-r--r--themes/m10c/exampleSite/config.toml39
1 files changed, 0 insertions, 39 deletions
diff --git a/themes/m10c/exampleSite/config.toml b/themes/m10c/exampleSite/config.toml
deleted file mode 100644
index 42eb189..0000000
--- a/themes/m10c/exampleSite/config.toml
+++ /dev/null
@@ -1,39 +0,0 @@
-baseURL = "https://example.com"
-title = "Your title"
-themesDir = "../.."
-theme = "m10c"
-paginate = 5
-
-[params]
- author = "John Doe"
- description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium."
- [[params.social]]
- name = "github"
- url = "https://github.com/gohugoio"
- [[params.social]]
- name = "twitter"
- url = "https://twitter.com/gohugoio"
-
- # Brown theme
- #[params.style]
- # darkestColor = "#463625"
- # darkColor = "#2a3738"
- # primaryColor = "#eeee6a"
- # lightColor = "#96a879"
- # lightestColor = "#ffffff"
-
- # Green theme
- #[params.style]
- # darkestColor = "#315659"
- # darkColor = "#253031"
- # primaryColor = "#dad865"
- # lightColor = "#96a879"
- # lightestColor = "#fff"
-
- # Red and black theme
- #[params.style]
- # darkestColor = "#d35050"
- # darkColor = "#212121"
- # primaryColor = "#ffffff"
- # lightColor = "#a2a2a2"
- # lightestColor = "#d3d3d3"