diff --git a/config/_default/config.toml b/config/_default/config.toml index 93473c5..6b2fc69 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,7 +1,7 @@ # Change baseurl before deploy -baseurl = "https://demo.stack.jimmycai.com" +baseurl = "https://bytemeifyoucan.lol" languageCode = "en-us" -paginate = 5 +paginate = 10 title = "Byte me if you can" # Theme i18n support diff --git a/content/categories/example-category/_index.md b/content/categories/example-category/_index.md deleted file mode 100644 index 678b089..0000000 --- a/content/categories/example-category/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Example Category -description: A description of this category -image: - -# Badge style -style: - background: "#2a9d8f" - color: "#fff" ---- \ No newline at end of file diff --git a/content/categories/libreboot/_index.md b/content/categories/libreboot/_index.md new file mode 100644 index 0000000..f36ca30 --- /dev/null +++ b/content/categories/libreboot/_index.md @@ -0,0 +1,10 @@ +--- +title: libreboot +description: Anything and everything related to Libreboot +image: + +# Badge style +style: + background: "#2a9d8f" + color: "#fff" +--- diff --git a/content/post/linux-setup/index.md b/content/post/linux-setup/index.md index ad99043..1061569 100644 --- a/content/post/linux-setup/index.md +++ b/content/post/linux-setup/index.md @@ -1,6 +1,7 @@ --- title: My linux userspace description: A collection of tools i use in my workflow +image: linux.png date: 2023-09-07 00:00:00+0000 categories: - Linux diff --git a/content/post/linux-setup/linux.png b/content/post/linux-setup/linux.png new file mode 100644 index 0000000..e7a6817 Binary files /dev/null and b/content/post/linux-setup/linux.png differ diff --git a/content/post/t400-setup/index.md b/content/post/t400-setup/index.md index 06f81a8..0a2a9b5 100644 --- a/content/post/t400-setup/index.md +++ b/content/post/t400-setup/index.md @@ -1,7 +1,7 @@ --- title: T400 mods description: A collection of ways you can mod a Thinkpad T400 -date: 2023-09-08 00:00:00+0000 +date: 2023-09-07 00:00:00+0000 categories: - Thinkpad - Libreboot