-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3791bdc
commit a983682
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
# GoBlog | ||
|
||
Deploy your own blog in as little as 15 seconds. | ||
GoBlog is our entry for the 2016 GopherGala. | ||
|
||
GoBlog is a platform for easily deploying your own blog. We are powered by [Journey](https://github.com/kabukky/journey), a blog engine written in Go which is compatible with Ghost themes. | ||
|
||
# Why GoBlog? | ||
|
||
We provide a platform for bloggers to write freely from around the world. We provide each user with an unlimited number of blogs, unlimited page views and storage, premium DDOS protection, a CDN, and custom theme support. Our implementation of this platform is almost entirely in Go with server configuration handled by bash. | ||
|
||
# Why Journey? | ||
|
||
We chose Journey as our base because it is a powerful blogging engine fully compatible with Ghost [themes](http://marketplace.ghost.org/). Transitioning over to it is easy. | ||
|
||
# Our Team | ||
[Faraz Fazli](https://www.github.com/farazfazli) - Backend Go Developer | ||
|
||
[Zain Hoda](https://github.com/zainhoda) - Frontend Developer | ||
|
||
[Anne Moroney](https://github.com/AnneTheAgile) - UX Developer |