Go to file
Quad 88cbeee562 SQLite boilerplate 2022-04-13 17:14:13 +02:00
src SQLite boilerplate 2022-04-13 17:14:13 +02:00
static/css Initial CSS base 2022-04-11 14:36:29 +02:00
.gitignore SQLite boilerplate 2022-04-13 17:14:13 +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