Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
A simple and fast personal(single user) blogging system written in V using VWeb.
- Host: GitHub
- URL: https://github.com/scurty-labs/vblog
- Owner: scurty-labs
- Created: 2020-08-25T07:02:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T00:04:29.000Z (about 1 year ago)
- Last Synced: 2024-08-04T01:03:52.552Z (6 months ago)
- Language: V
- Size: 1.35 MB
- Stars: 27
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-v - vblog - A simple, fast and responsive blogging system. (Applications / Web)
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)