knazarov.com/README.md

23 lines
829 B
Markdown
Raw Normal View History

2023-06-12 12:40:15 +00:00
# My personal website
This is source code for [knazarov.com](https://knazarov.com), my personal website.
It is written mostly in bash, and uses [markdown.awk](https://git.knazarov.com/knazarov/markdown.awk) to convert
2023-06-12 12:40:15 +00:00
markdown posts and pages to HTML.
The site has very minimal CSS (about 110 lines) that should be enough to display fine in most browsers
including mobile.
I don't intend the code to be easily readable, but given that it's not much, you can probably figure
things out.
## Building
If you're on any Linux system, you can just type `make` in your terminal, and the result will be in the
`./output` directory. However, if you're on a Mac, you probably would need to use gnu awk/sed.
2023-08-19 17:14:42 +00:00
## License
The code is BSD licensed.
Content in Markdown files is [CC-BY](https://creativecommons.org/licenses/by-sa/4.0/).