Home

Awesome

vblog

A simple and fast personal(single user for now) blogging system written in V using VWeb.

Setup

First, be sure to install the V module markdown via v install markdown. Second, make sure you have sqlite3.h via sudo apt install libsqlite3-dev

After building with v . or v -prod, run ./vblog to setup your configuration file, fill out the prompts given, then a config file will be initalized and saved.

Run ./vblog , to start the web server.

Go to localhost:8082/admin for login prompt. Port 8082 is default for testing.

Features