diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-30 16:51:32 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-30 16:51:32 +0200 |
commit | cbdc69372ef3aa090cf95d6151fa87696618f835 (patch) | |
tree | c0571a9127f9698e56bf3b34db81f4b447b8509d | |
parent | 6618a4f3b9d37b995c5df34f22c27b25a90f2d71 (diff) |
Added better highlighting but i need to fix whitespace and clipboard color
Changes to be committed:
modified: config.toml
-rw-r--r-- | config.toml | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/config.toml b/config.toml index f9249fe..b07db99 100644 --- a/config.toml +++ b/config.toml @@ -11,14 +11,6 @@ default_language = "en" # Theme name to use # theme = "" -# Highlight all code blocks found -# Or enable the highlight.js in the 'extra' config section -highlight_code = true - -# Which theme to use for the code highlighting. -# See below for list of accepted values -highlight_theme = "base16-atelierdune-light" # "1337" - # Whether to generate a RSS feed automatically generate_feed = true feed_filename = "rss.xml" @@ -66,13 +58,23 @@ ignored_content = [] # A list of directories to search for additional `.sublime-syntax` files in. extra_syntaxes = [] -# Optional translation object. The key if present should be a language code +[markdown] +# Highlight all code blocks found +# Or enable the highlight.js in the 'extra' config section +highlight_code = true + +# Which theme to use for the code highlighting. +# See below for list of accepted values +#highlight_theme = "monokai"#"base16-atelierdune-light" # "1337" + +render_emoji = true + [translations] # You can put any kind of data in there and it # will be accessible in all templates + [extra] -# Put all your custom variables here # MathJax rendering support math = true @@ -98,7 +100,7 @@ hermit_social = [ enable = true clipboard = true -theme = "base16-atelierdune-light" # "railscasts" +theme = "1337"#"railscasts" [extra.disqus] |