scurty-labs/vblog

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

28

stars

31

commits

V

primary language

Dec 20, 2023

updated

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)

Contributors

scurty-labs

29 commits

xn0px90

2 commits

scurty-labs/vblog

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

28

stars

31

commits

V

primary language

Dec 20, 2023

updated

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)

Contributors

scurty-labs

29 commits

xn0px90

2 commits

Languages

V

49.4%

HTML

40.0%

CSS

10.2%