This repository hosts static assets for my Blogger theme, including:
- Minified CSS (
theme.min.css
) - Dark mode support (
dark-mode.css
) - JavaScript for UI and dark mode toggle
- Fonts and images
Link to these files in your Blogger theme:
<link rel="stylesheet" href="https://your-username.github.io/blog-assets/css/theme.min.css" />
<link rel="stylesheet" href="https://your-username.github.io/blog-assets/css/dark-mode.css" />
<script src="https://your-username.github.io/blog-assets/js/main.js" defer></script>
<script src="https://your-username.github.io/blog-assets/js/dark-toggle.js" defer></script>