This website requires JavaScript.
Explore
Help
Sign In
quad
/
nimblog
Watch
1
Star
0
Fork
You've already forked nimblog
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
17
Commits
1
Branch
0
Tags
46
KiB
Nim
79.9%
CSS
20.1%
master
Branches
Tags
No results found.
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Quad
48be035341
Some comments
2022-05-13 17:01:32 +02:00
src
Some comments
2022-05-13 17:01:32 +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
Add basic user creation
2022-04-13 23:42:12 +02:00
README.md
nimblog
Basic blog written in nim, mostly for learning purposes.
How to run
Install your distro's
nim
package or equivalent
Navigate to the folder where this README is located
Fetch dependencies, compile and run:
nimble run