diff --git a/config.toml b/config.toml index ab8a46b..1ff3a09 100644 --- a/config.toml +++ b/config.toml @@ -15,7 +15,7 @@ highlight_theme = "ayu-dark" [extra] use_cdn = false theme = "toggle" -comment = false +comment = true menu = [ { name = "/posts", url = "/posts", weight = 1 }, diff --git a/content/posts/2022-otel-elastic/index.md b/content/posts/2022-otel-elastic/index.md index b5b730e..917418a 100644 --- a/content/posts/2022-otel-elastic/index.md +++ b/content/posts/2022-otel-elastic/index.md @@ -2,9 +2,6 @@ title = "Visualisere telemetridata fra .NET mikrotjenester med OpenTelemetry, ElasticSearch, Kibana" date = "2022-10-24" -[extra] -comment = true - [taxonomies] tags=["dotnet", "elastic"] +++ diff --git a/content/posts/2024-data-webapps-with-streamlit/index.md b/content/posts/2024-data-webapps-with-streamlit/index.md index 738a461..5beca9d 100644 --- a/content/posts/2024-data-webapps-with-streamlit/index.md +++ b/content/posts/2024-data-webapps-with-streamlit/index.md @@ -2,9 +2,6 @@ title = "Quick and easy data web apps in Python with Streamlit" date = "2024-04-06" -[extra] -comment = true - [taxonomies] tags=["python"] +++ diff --git a/content/posts/2024-on-colorscheme-changed/index.md b/content/posts/2024-on-colorscheme-changed/index.md index 09b3631..2405ff7 100644 --- a/content/posts/2024-on-colorscheme-changed/index.md +++ b/content/posts/2024-on-colorscheme-changed/index.md @@ -2,9 +2,6 @@ title = "\"On-colorscheme-changed\" with rust and zbus" date = "2024-01-23" -[extra] -comment = true - [taxonomies] tags=["rust", "linux"] +++ diff --git a/content/posts/2024-systemd-resolved-private-ep/index.md b/content/posts/2024-systemd-resolved-private-ep/index.md index 4a95d9c..3033b9a 100644 --- a/content/posts/2024-systemd-resolved-private-ep/index.md +++ b/content/posts/2024-systemd-resolved-private-ep/index.md @@ -2,9 +2,6 @@ title = "Specific DNS servers for specific domain names with systemd-resolved" date = "2024-04-04" -[extra] -comment = true - [taxonomies] tags=["linux"] +++ diff --git a/content/projects/bike-count.md b/content/projects/bike-count.md index 2c00c92..6b620bf 100644 --- a/content/projects/bike-count.md +++ b/content/projects/bike-count.md @@ -2,9 +2,6 @@ title = "Bike-count" description = "Visualizing data from bike-counter's in Stavanger" weight = 7 - -[extra] -comment = true +++ I played a bit with Python pandas and streamlit to learn more about a tech stack I might be working in for an upcoming (as of Feb 2024) project. diff --git a/content/projects/msteams-notify.md b/content/projects/msteams-notify.md index 5890cf4..52f2d52 100644 --- a/content/projects/msteams-notify.md +++ b/content/projects/msteams-notify.md @@ -2,9 +2,6 @@ title = "MS Teams notify" description = "Rust-based console app to work-around easy-to-miss notifications from MS Teams PWA on Linux" weight = 4 - -[extra] -comment = true +++ ### Problem diff --git a/content/projects/new-uuid.md b/content/projects/new-uuid.md index 648bbfe..f0a6ff2 100644 --- a/content/projects/new-uuid.md +++ b/content/projects/new-uuid.md @@ -2,9 +2,6 @@ title = "new-uuid.com" description = "Simple web api to generate uuid's" weight = 3 - -[extra] -comment = true +++ Simple web api to generate random uuid's, diff --git a/content/projects/notes.md b/content/projects/notes.md index 0ccd730..4189bf1 100644 --- a/content/projects/notes.md +++ b/content/projects/notes.md @@ -2,9 +2,6 @@ title = "Notes" description = "Visualizing my personal (and non-confidential) notes using rust mdbook" weight = 6 - -[extra] -comment = true +++ I'm keeping some of my personal (but non-confidential, of course 😃) notes here. diff --git a/content/projects/on-colorscheme-changed.md b/content/projects/on-colorscheme-changed.md index 8b84bb9..983641e 100644 --- a/content/projects/on-colorscheme-changed.md +++ b/content/projects/on-colorscheme-changed.md @@ -2,9 +2,6 @@ title = "On colorscheme changed" description = "Rust-based service to change color theme in the terminal when the system color scheme changes" weight = 5 - -[extra] -comment = true +++ Rust-based service to change color theme in my terminal emulator and editor whenever the system color scheme changes. diff --git a/content/projects/snake.md b/content/projects/snake.md index b261d69..6966eb1 100644 --- a/content/projects/snake.md +++ b/content/projects/snake.md @@ -5,7 +5,6 @@ weight = 1 [extra] local_image = "/projects/snake.png" -comment = true +++ The classic snake game, similar to the one found on Nokia phones in the 90's. diff --git a/content/projects/stellerom.md b/content/projects/stellerom.md index edef5cd..c9c979a 100644 --- a/content/projects/stellerom.md +++ b/content/projects/stellerom.md @@ -2,9 +2,6 @@ title = "Stellerom" description = "Work-in-Progress web app for finding and rating changing rooms near you" weight = 2 - -[extra] -comment = true +++ Work-in-Progress web app for finding and rating changing rooms near you.