Source code for tetsuo.github.io, a static site generator built with Python, HTML, SCSS, and JavaScript.
- Static site generation with Markdown support.
- Article and tag management.
- Customizable templates and styles.
- SEO-friendly with sitemaps and RSS feeds.
- Clone the repository:
git clone https://github.com/tetsuo/tetsuo.github.io.git
- Install dependencies:
pip install -r requirements.txt npm install
- Build styles:
npm run sass
- Generate favicons:
npm run favicons
- Build pages:
python generate.py