Skip to content

Latest commit

 

History

54 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rigby

Rigby is a micro-blogging platform.

To set up your own instance of rigby, you need a few things:

Config file

An example config.json file:

{
  "database": "rigby.db",
  "server": {
    "port": 3000,
    "origin": "localhost"
  },
  "rss": {
    "baseUrl": "http://localhost:3000"
  }
}

SQLite

Rigby uses SQLite for its database

Golang compiler

You'll also need the Go Programming Language tools installed in order to compile the project.

About

Custom Blogging Platform

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages