Go to file
Quad 83d77f8865 Implement logging/formatting 2022-04-13 22:22:52 +02:00
src Implement logging/formatting 2022-04-13 22:22:52 +02:00
static/css Initial CSS base 2022-04-11 14:36:29 +02:00
.gitignore Move stuff to data folder, so I can just gitignore that entire folder 2022-04-13 17:24:01 +02:00
LICENSE.txt Add license 2022-04-07 20:27:23 +02:00
README.md SQLite boilerplate 2022-04-13 17:14:13 +02:00
nimblog.nimble Initial templating implementation 2022-04-07 20:23:56 +02:00
schema.sql SQLite boilerplate 2022-04-13 17:14:13 +02:00

README.md

nimblog

Basic blog written in nim, mostly for learning purposes.

How to run

  1. Install your distro's nim package or equivalent
  2. Navigate to the folder where this README is located
  3. Fetch dependencies, compile and run: nimble run