dev-blog

1.0
development
Last updated

Description

Self-hostable blogging server written in Go meant for small & development-focused blogs.

Specification

Pitch

This project is a self-hostable blogging server written in Go meant for small & development-focused blogs. The server itself is written in Go and should be stand-alone. This repo also contains an example client for interacting with the server and serves as examples on how to use the system. The client is a React SPA and as such should be easily deployable anywhere.

Features

  • Mutli-author support using GitHub Authentication
  • CRUD operations for blog posts
  • Hierarchical categories
  • Dynamic tagging system
  • Third-party importing from various API
  • Currently supports dev.to

Technologies

    go go
    react react
    typescript typescript

Recent Commits

Merge pull request #21 from f0rbit/dev

center images in preview

remove width & height from article img

update todo

Merge pull request #20 from f0rbit/dev

update todo

css updates for safari

fix create post bug

update todo

add support for asciidoc rendering