Giter Club home page Giter Club logo

akanke's Introduction

Akanke - Tech Blogging Engine Travis Build Status

Aims to provide minimalistic blogging experience with more technical users in mind.

Features

  • Backed by Markdown files.
  • Fast, files are synced to and served from in-memory database.
  • No database, dependencies or configuration necessary, just run the provided JAR.
  • Wordpress compatible URL scheme for easy migration.
  • Build-in Facebook integration for social features.
  • Open source, 100% Java, free to use.

User Guide

For downloads and installation instructions check out the page: kielczewski.eu/akanke Otherwise just grab the binaries and run it, detailed instructions are provided in the example content.

Docker

You can pull it from Docker image:

docker pull bkielczewski/akanke

And then run:

docker run -rm -p 8080:8080 bkielczewski/akanke

Once it starts, point your browser to:

http://localhost:8080

Development

Requirements

Quick start

  1. mvn install
  2. cd akanke-web
  3. mvn spring-boot:run
  4. Point your browser to http://localhost:8080

Contributing

You're really welcome to contribute or share ideas. Given you know Spring it should be quite straight-forward to make at least some sense out of the code. If not, just ask questions and I'll try to help.

Road map

I'll be looking into:

  • RSS feeds
  • Supporting alternative templating engines (JSP)
  • Admin module that allows creating and editing Markdown files online
  • Build-in Git integration to store and sync ./documents contents using a repo

Release History

03/01/2015 - 1.0.0-SNAPSHOT made public

akanke's People

Contributors

bkielczewski avatar paulojeronimo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

akanke's Issues

an error has occurred ~Cannot find template location(s): [file:templates]

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Cannot find template location(s): [file:templates](please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.