Uses zola, to convert markdown to the final static site.
For testing
zola serve
To build
zola build
- Basic site
- Test post
- Text
- Images
- Code
- Video
- Migrate old posts
- Support for indian languages
- Automate deployment whenever I push code
- Pagination
- Add a share button kinda thing
On the server the hosting is done using lighttpd (nice docker container, one line deployment)
docker run -d \
--name blog-protfolio \
-v /home/deshmukh/blog/public:/var/www/html:ro \
-p 378:80 \
rtsp/lighttpd
Description
Languages
JavaScript
99.2%
HTML
0.7%
SCSS
0.1%