commit f8f315c8e2545ee932d699b96d8f469fe8ab2f62 Author: Maciej Pędzich Date: Sat Sep 6 10:00:35 2025 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d70ebaa --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ff27576 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/tabi"] + path = themes/tabi + url = https://github.com/welpo/tabi.git diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..249d546 --- /dev/null +++ b/config.toml @@ -0,0 +1,32 @@ +base_url = "https://maciejpedzich-preview.onrender.com" +title = "Maciej Pędzich" +theme = "tabi" +default_language = "en" +taxonomies = [{ name = "tags", feed = true }] +build_search_index = true +generate_feeds = true + +[markdown] +highlight_code = true +highlight_theme = "css" +bottom_footnotes = true + +[extra] +skin = "red" +browser_theme_color = "#a41312" +favicon_emoji = "💻" +show_author = false +toc = true +quick_navigation_buttons = true +menu = [ + { name = "Blog", url = "blog" }, + { name = "Tags", url = "tags" }, + { name = "Archive", url = "archive" }, +] +socials = [ + { name = "Email", url = "mailto:contact@maciejpedzi.ch", icon = "email" }, + { name = "Gitea", url = "https://code.maciejpedzi.ch", icon = "gitea" }, + { name = "GitHub", url = "https://github.com/maciejpedzich", icon = "github" }, + { name = "LinkedIn", url = "https://www.linkedin.com/in/maciejpedzich", icon = "linkedin" }, +] +copyright = "© $CURRENT_YEAR Maciej Pędzich $SEPARATOR Content on this website is available under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0) license." diff --git a/themes/tabi b/themes/tabi new file mode 160000 index 0000000..c36d868 --- /dev/null +++ b/themes/tabi @@ -0,0 +1 @@ +Subproject commit c36d868b55036f6357685ed87a018aa8910b63fa