Skip to content

jgasteiz/blog

Repository files navigation

Javi's Blog

This is Javi Manzano's personal blog.

How to build and run this thing

  1. Install python dependencies
python3 -m venv env
source ./env/bin/activate
pip install -r requirements.txt
  1. Build the static files
yarn install
yarn build
  1. Generate the blog
make generate

(4. Adding new blog posts)

make new_post

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published