Retro Technomancy Esque Zola Theme
# Add theme to your Zola site
git submodule add https://github.com/puppy-witch/tlachtga-theme.git themes/tlachtgaSet theme in config.toml:
theme = "tlachtga"Copy example content:
cp -r themes/tlachtga/content/* content/
cp themes/tlachtga/config.toml .Build your site:
zola build- Theme Switching - Dark/light modes with system preference detection
- Accessible - Screen reader support, keyboard navigation, high contrast
- Custom Shortcodes - Alerts, code blocks, project cards, and more
- Responsive Design - Works on all devices *note turns out this is not quite accurate, having some issues with it on mobile, will update tmr
- Performance - Fast loading, minimal JavaScript
- Customisable - Easy color and font customisation
{% alert(type="warning") %}
Important message here!
{% end %}{% spell(title="My Spell", difficulty="beginner") %}
Instructions for your casting...
{% end %}{% project-card(title="My Project", tech_stack=["Rust", "HTML"]) %}
Project description...
{% end %}See the example config.toml for all available options.
Anti-Capitalist Software (License)[/LICENSE]
Created by Puppy Witch