You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
cmd | 4 years ago | |
conf | 4 years ago | |
context | 4 years ago | |
integrations | 4 years ago | |
locale | 4 years ago | |
models | 4 years ago | |
routers | 4 years ago | |
setting | 4 years ago | |
static | 4 years ago | |
stuff | 4 years ago | |
templates | 4 years ago | |
vendor | 4 years ago | |
.bra.toml | 4 years ago | |
.drone.yml | 4 years ago | |
.gitignore | 4 years ago | |
Gopkg.lock | 4 years ago | |
Gopkg.toml | 4 years ago | |
LICENSE | 5 years ago | |
LICENSE.gogs | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
TODO | 4 years ago | |
bleurg.go | 4 years ago | |
bleurg.pot | 4 years ago | |
updatepo.sh | 4 years ago |
README.md
bleurg
I wanted a blog, but also a ~wiki~ and the bleurg became reality.
Installation
go get git clone whatever
make
./bleurg web
Usage
It's a SINGLE-USER wiki/blog, enable registration, create your user then disable registration, it will be the first user, and will became administrator automatically.
To create a new wiki page navigate to /wiki/page_name
and the editor will permit to edit content.
To set a content for the sidebar, edit or create /wiki/sidebar
.
Import
Create a directory like imports/
with files insides:
# imports/files.yml
posts:
my_post.md:
title: Wow post
date: "2018-05-25"
such_post.md:
title: fdkjfsldk
date: "1990-02-13"
pages:
my_page.md:
title: title here
url: guess what
With the markdown post content in imports/my_post.md
etc.
Then run ./bleurg import -d imports -u your_registered_user
License and contact
MIT, see LICENSE.*
.
Made by Dashie <dashie @ otter . sh>.