summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-11-21 15:47:08 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-11-21 15:47:08 +0200
commit6618a4f3b9d37b995c5df34f22c27b25a90f2d71 (patch)
treec1fc348b0a246ce9cae35eab075426d017d2a7a2
parent978e7fdeccd0ba92948c413099aa0d88f221f6b0 (diff)
Chose a good highlight theme
Changes to be committed: modified: config.toml
-rw-r--r--config.toml29
1 files changed, 20 insertions, 9 deletions
diff --git a/config.toml b/config.toml
index fd62718..f9249fe 100644
--- a/config.toml
+++ b/config.toml
@@ -1,9 +1,9 @@
-# Base URL of the site, the only required config argument
+# Base URL of the site, the only required config argument - also used for sitemap and rss
base_url = "https://alphara.art"
# Used in RSS by default
title = "Alphara's Blog"
-description = "My blog dedicated to my stuff"
+description = "Blog dedicated to my stuff"
# The default language, used in RSS and as a fallback value
default_language = "en"
@@ -17,7 +17,7 @@ highlight_code = true
# Which theme to use for the code highlighting.
# See below for list of accepted values
-highlight_theme = "agola-dark"
+highlight_theme = "base16-atelierdune-light" # "1337"
# Whether to generate a RSS feed automatically
generate_feed = true
@@ -42,10 +42,19 @@ taxonomies = [
# Whether to automatically compile all sass files found in the `sass` directory
compile_sass = true
+# When set to "true", the generated HTML files are minified.
+minify_html = false
+
+# When set to "true", files in the `static` directory are hard-linked. Useful for large
+# static files. Note that for this to work, both `static` and the
+# output directory need to be on the same filesystem. Note that the theme's `static`
+# files are always copied, regardless of this setting.
+hard_link_static = false
+
# Whether to build a search index out of the pages and section
# content for the `default_language`
# or whether to build a search index to be used later on by a JavaScript library
-build_search_index = false
+build_search_index = true # false
# A list of glob patterns specifying asset files to ignore when
# processing the content directory.
@@ -84,15 +93,17 @@ hermit_social = [
]
-# You can use highlight.js for code highlighting if you dont like the
-# default one
+# You can use highlight.js for code highlighting if you dont like the default one
[extra.highlightjs]
+
enable = true
clipboard = true
-theme = "railscasts"
+theme = "base16-atelierdune-light" # "railscasts"
[extra.disqus]
+
enable = false
+
# Take this from your Disqus account
shortname = "my-supa-dupa-blog"
# Cpmments can be disabled per page by setting:
@@ -102,8 +113,8 @@ shortname = "my-supa-dupa-blog"
# in the posts front-matter
[extra.author]
-name = "Iustin Raznic"
-email = "author@domain.com"
+name = "Iustin Râznic"
+email = "iustin@alphara.art"
[extra.google_analytics]
enable = false