An open API service indexing awesome lists of open source software.

https://github.com/suft/suft.github.io

Personal Portfolio
https://github.com/suft/suft.github.io

personal-website portfolio zine

Last synced: 2 months ago
JSON representation

Personal Portfolio

Awesome Lists containing this project

README

          

# suft.github.io

[![Built with Zine](https://img.shields.io/badge/built%20with-zine-blue)](https://zine-ssg.io)
[![GitHub Pages](https://img.shields.io/badge/deployed%20on-github%20pages-222)](https://pages.github.com/)

My personal website and dev blog built with [Zine](https://zine-ssg.io), a static site generator written in Zig.

## Features

- Blog posts with RSS feed
- Devlog with RSS feed
- Math rendering with Temml
- Syntax highlighting
- Responsive design

## Development

To build the site locally:

1. Install Zig
2. Install Zine
3. Run `zine release` to generate the site
4. Run `zine` to start a local server

## License

[MIT](LICENSE)