From 6faf2d6c60852cddac6cddd7ca48ade01869bb2b Mon Sep 17 00:00:00 2001 From: revsuine Date: Wed, 20 Nov 2024 00:17:36 +0000 Subject: [PATCH 1/2] fucking around w syntax highlighting --- .gitignore | 2 ++ assets/css/syntax.css | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 assets/css/syntax.css diff --git a/.gitignore b/.gitignore index bda7dd7..63e2d90 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ public/ .hugo_build.lock deploy +content/blog/syntax_highlighting_test.md + diff --git a/assets/css/syntax.css b/assets/css/syntax.css new file mode 100644 index 0000000..2349aa2 --- /dev/null +++ b/assets/css/syntax.css @@ -0,0 +1,2 @@ +/* overriding syntax.css */ + From 024e8adccba41b731c28432ce47d5d56b0ff8573 Mon Sep 17 00:00:00 2001 From: revsuine Date: Wed, 20 Nov 2024 00:23:20 +0000 Subject: [PATCH 2/2] remove extra baseurl --- .gitignore | 2 ++ hugo.toml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bda7dd7..63e2d90 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ public/ .hugo_build.lock deploy +content/blog/syntax_highlighting_test.md + diff --git a/hugo.toml b/hugo.toml index 49af646..6c69525 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,6 @@ baseURL = 'https://revsuine.xyz/' languageCode = 'en-gb' title = 'revsuine' -baseurl = "/" theme = 'boxgruv'