Skip to content

puppy-witch/tlachtga-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tlachtga Theme

Retro Technomancy Esque Zola Theme

Theme Preview

# Add theme to your Zola site
git submodule add https://github.com/puppy-witch/tlachtga-theme.git themes/tlachtga

Set 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

Features

  • 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

Shortcodes

Alert

{% alert(type="warning") %}
Important message here!
{% end %}

Spell Block

{% spell(title="My Spell", difficulty="beginner") %}
Instructions for your casting...
{% end %}

Project Card

{% project-card(title="My Project", tech_stack=["Rust", "HTML"]) %}
Project description...
{% end %}

Configuration

See the example config.toml for all available options.

License

Anti-Capitalist Software (License)[/LICENSE]

Credits

Created by Puppy Witch

About

Retro Zola Theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published