All Projects → dingoblog → Dingo

dingoblog / Dingo

Licence: mit
Blog engine written in Go (Looking for contributors)

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Dingo

Flog
A Simple Blog Powered by Flask
Stars: ✭ 150 (-46.81%)
Mutual labels:  blog, blog-engine
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (-2.13%)
Mutual labels:  blog, blog-engine
Serendipity
A PHP blog software
Stars: ✭ 151 (-46.45%)
Mutual labels:  blog, blog-engine
Oblog
An Auto Rendering 🔽 Blogging System Based on MarkDown & Vue.js | 自动渲染装载 MarkDown 内容的博客系统
Stars: ✭ 133 (-52.84%)
Mutual labels:  blog, blog-engine
Solo
🎸 一款小而美的博客系统,专为程序员设计。
Stars: ✭ 13,245 (+4596.81%)
Mutual labels:  blog, blog-engine
Sciblog
A blog made with django designed like a scientific paper written in Latex.
Stars: ✭ 145 (-48.58%)
Mutual labels:  blog, blog-engine
Elefant
Elefant, the refreshingly simple PHP CMS and web framework.
Stars: ✭ 188 (-33.33%)
Mutual labels:  blog, blog-engine
Nim websitecreator
Nim fullstack website framework - deploy a website within minutes
Stars: ✭ 124 (-56.03%)
Mutual labels:  blog, blog-engine
Slimcms
SlimCMS - lightweight CMS based on slim 3 framework
Stars: ✭ 201 (-28.72%)
Mutual labels:  blog, blog-engine
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (-29.79%)
Mutual labels:  blog, blog-engine
Dropplets
Welcome to an easier way to blog - A minimalist markdown blogging platform.
Stars: ✭ 1,616 (+473.05%)
Mutual labels:  blog, blog-engine
Vertigo
Blog engine in Go (golang)
Stars: ✭ 266 (-5.67%)
Mutual labels:  blog, blog-engine
Sunengine
SunEngine – site engine with blog, forum and articles sections features support.
Stars: ✭ 130 (-53.9%)
Mutual labels:  blog, blog-engine
Blog
My Blog & Blog System
Stars: ✭ 148 (-47.52%)
Mutual labels:  blog, blog-engine
Blogotext
A little more than a lightweight SQLite Blog-Engine.
Stars: ✭ 129 (-54.26%)
Mutual labels:  blog, blog-engine
Notablog
Generate a minimalistic blog from a Notion table. [WIP]
Stars: ✭ 177 (-37.23%)
Mutual labels:  blog, blog-engine
Plume
Federated blogging application, thanks to ActivityPub (now on https://git.joinplu.me/ — this is just a mirror)
Stars: ✭ 1,615 (+472.7%)
Mutual labels:  blog, blog-engine
Sio.core
✔ [ SIOC ] Swastika I/O Core is an all in one platform (e.g CMS, eCommerce, Forum, Q&A, CRM...) ASP.NET Core / Dotnet Core System based on SIOH Framework.
Stars: ✭ 121 (-57.09%)
Mutual labels:  blog, blog-engine
Lines Engine
Lines is a customizable blog framework for Rails. It aims at making publishing simple and beautiful.
Stars: ✭ 191 (-32.27%)
Mutual labels:  blog, blog-engine
Lazyblorg
Blogging with Org-mode for very lazy people
Stars: ✭ 226 (-19.86%)
Mutual labels:  blog, blog-engine

This project is under heavy development and is not ready for use. However, we'd love to have your contribution.

Dingo Logo

CI status Gitter

Dingo is a full-featured blog engine written in Go.

Dingo

Main Features

  • Blog Comments: Dingo has a built-in comment system.
  • Markdown Editor: You can write your post in markdown format, with a beautiful markdown editor.
  • Powerful Admin Panel: Dingo has a powerful dashboard, in which you can view various information about your blog.

Installation

$ go get github.com/dingoblog/dingo

Run the Server

$ cd $GOPATH/src/github.com/dingoblog/dingo
$ go run main.go --port 8000

Contributing

To contribute, please take a look at our roadmap to find the issue that you would like to work on.

To read the source code, please start from the URL endpoints

Admin Panel

Plase visit http://localhost:8000/signup/ to register a new user and http://localhost:8000/login/ to log into the admin panel.

LICENSE

MIT LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].