/Bloget

Reads notes from Markdown files and builds my blogs out of it

Primary LanguagePythonMIT LicenseMIT

Bloget 💬 📃 📢

pylint black License: MIT

This script generates static files for my blogs in Russian and English. I expect no interest in it since I made it for personal purposes, so there are no detailed instructions on how to use it.

If you have any questions, feel free to contact me or open an issue.

🙂 How to use?

To build a blog from C:\Blogs\ru and start a web-server to test the result:

cd C:\Blogs\ru
bloget build --output=C:\Blogs\test --skin=C:\Blogs\skin --url=http://localhost:8085 --webserver

To push changes in C:\Blogs\ru to GitHub:

cd C:\Blogs\ru
git add .
git commit -m "Content update"
git push