Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 874 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 874 Bytes

Introduction

This is my personal blog using the pelican project.

I designed the theme using pico.css, font-awesome, and the simple template from pelican.

I host the site right here on GitHub pages.

Run Locally

To run the site locally, you will want to have podman installed.

Build the container to run the site:

make build

And run the container:

make run

You can now view the site at http://localhost:8000.

You can use make clean to remove the output directory and make run to start it up again.

To make a post using the template, run:

make post