Abhishek Anil Deshmukh be2f0c3f99 updated the about page
2025-03-05 12:09:00 +01:00
2025-03-05 12:09:00 +01:00
2025-03-05 12:09:00 +01:00
2024-08-20 11:05:33 +02:00
2024-08-23 13:18:20 +02:00

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
The creator of static site for the portfolio and blog
Readme 6.7 MiB
Languages
JavaScript 99.2%
HTML 0.7%
SCSS 0.1%