Skip to content

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

Notifications You must be signed in to change notification settings

scurty-labs/vblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages