Brod8362 / byakuren.pw

Source code for https://hijiri.byakuren.pw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

byakuren.pw

Post Format

Posts are written in markdown, but the first two lines of the file are special.

The first line is the post "title", which will be displayed on the sidebar.

The second line is a timestamp showing when the post was written. To get this value, you can use int(time.time()) in Python.

Example Post Title
168685140

# Header

Post content
etc

Docker

Building

git clone https://github.com/Brod8362/byakuren.pw
docker build -t byakurenssg:latest .

Running

docker run \
  -p 8000:8000 \
  -v /path/to/folder/with/posts:/app/posts \
  byakurenssg:latest

About

Source code for https://hijiri.byakuren.pw


Languages

Language:Rust 71.8%Language:CSS 24.0%Language:Dockerfile 4.2%