diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-09-06 12:07:53 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-09-06 12:07:53 -0600 |
| commit | d6ae13d24c0e145ab612091818105b271c4a8cb8 (patch) | |
| tree | fd5fa67c9390c1e143cd764189322d2c95f09c25 | |
| parent | e41130310c37e7694d4d62c46d46a0489e93f00a (diff) | |
| parent | ce9343ce4a777dee3d71af4d5194c20ceb8e4e46 (diff) | |
Add 'sysret.org/' from commit '3e165a71b397a668dedb5f38f9cd0603a231ef04'
git-subtree-dir: sysret.org
git-subtree-mainline: 7acff3c8973ffd41a29d12d2a1c050063e297c44
git-subtree-split: 3e165a71b397a668dedb5f38f9cd0603a231ef04
Diffstat (limited to '')
| -rw-r--r-- | sysret.org/.gitignore | 1 | ||||
| -rw-r--r-- | sysret.org/config.toml | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/sysret.org/.gitignore b/sysret.org/.gitignore new file mode 100644 index 0000000..46f5006 --- /dev/null +++ b/sysret.org/.gitignore @@ -0,0 +1 @@ +public/* diff --git a/sysret.org/config.toml b/sysret.org/config.toml new file mode 100644 index 0000000..db3554d --- /dev/null +++ b/sysret.org/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 = [ +] |
