Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scurty-labs/vblog

A simple and fast personal(single user) blogging system written in V using VWeb.
https://github.com/scurty-labs/vblog

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
- Create/Edit/Delete Posts
- Settings for Blog Title, Description and Accent Color.
- Basic Search
- Custom CSS (Alpha)