Skip to content
/ blog Public

📗 This repo generates my personal blog

License

Notifications You must be signed in to change notification settings

carlthome/blog

Repository files navigation

Blog

My personal blog, powered by Nikola.

Install

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Use

Add new post with

nikola new_post -f markdown

or new page with

nikola new_page -f markdown

Build the site into a static release with

nikola build

The output in output/ can be served by any web server.

Develop

Start a local web server with hot reloading by

nikola auto

About

📗 This repo generates my personal blog

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published