From 1e9f07747d33784744d9423280319295a43110cd Mon Sep 17 00:00:00 2001 From: Erik Winter Date: Thu, 9 Jan 2025 20:28:11 +0100 Subject: [PATCH] code is bold --- ewintr.nl/config.toml | 3 --- ewintr.nl/content/_index.md | 1 - ewintr.nl/themes/no-style-please/sass/style.scss | 3 ++- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ewintr.nl/config.toml b/ewintr.nl/config.toml index b4138b0..24acf0a 100644 --- a/ewintr.nl/config.toml +++ b/ewintr.nl/config.toml @@ -2,8 +2,6 @@ base_url = "https://ewintr.nl" theme = "no-style-please" -#theme = "radion" -#theme = "duckquill" # Whether to automatically compile all Sass files in the sass directory @@ -21,4 +19,3 @@ highlight_theme = "charcoal" [extra] # Put all your custom variables here list_pages = true -theme = "toggle" diff --git a/ewintr.nl/content/_index.md b/ewintr.nl/content/_index.md index 52a4292..872bd59 100644 --- a/ewintr.nl/content/_index.md +++ b/ewintr.nl/content/_index.md @@ -1,6 +1,5 @@ +++ sort_by = "date" -paginate_by = 5 +++ hoi diff --git a/ewintr.nl/themes/no-style-please/sass/style.scss b/ewintr.nl/themes/no-style-please/sass/style.scss index 0c674da..ee011b3 100644 --- a/ewintr.nl/themes/no-style-please/sass/style.scss +++ b/ewintr.nl/themes/no-style-please/sass/style.scss @@ -70,7 +70,8 @@ table, th, td { code { // color: white; // background: black; - border: 1px solid black; +// border: 1px solid black; + font-weight: bold; } pre code {