Go to file
Quad 7c484b18d3 Move stuff to data folder, so I can just gitignore that entire folder 2022-04-13 17:24:01 +02:00
src Move stuff to data folder, so I can just gitignore that entire folder 2022-04-13 17:24:01 +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