From ce9343ce4a777dee3d71af4d5194c20ceb8e4e46 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 6 Sep 2025 12:05:05 -0600 Subject: sysret.org: initial commit --- config.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..db3554d --- /dev/null +++ b/config.toml @@ -0,0 +1,18 @@ +base_url = "https://sysret.org" +compile_sass = true +build_search_index = true +title = "REX.W + 0F 07" + +[markdown] +highlight_code = true + +[extra] +background_color = "dark" +author = "Alejandro Soto" +logo_text = "[~] sysret.org" +use_full_hack_font = true +page_titles = "combined" +favicon_mimetype = "image/png" + +menu_items = [ +] -- cgit v1.2.3