proto-blog

command module
v0.0.0-...-55baf6f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2015 License: MIT Imports: 16 Imported by: 0

README

proto-blog

What is it?

Proto-blog is an experimental blog-engine which let you write posts using the markdown format.

proto-blog-screenshot-00.png

Build

go build -o proto-blog

Config

Edit the file blog.cfg

[blog]
title = The Bootstrap Blog
description = The official example template of creating a blog with Bootstrap.
secret = something-very-secret
session-name = blog-session
theme = bootstrap-blog
port = 8080
database-filename = blog.db

[author]
name = John Doe
username = johndoe
email = your@email.com

Running

export blog_password_<username>=<password>
./proto-blog

i.e.:

export blog_password_johndoe=123456
./proto-blog

Posting

You'll need to login accessing /admin and entering your username and password. After that, go back to home and click in new post

More images!

proto-blog-screenshot-01.png

proto-blog-screenshot-02.png

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL