Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanusart/araneum

Araneum will let you create content with ease - Demo (built with araneum): https://araneum.herokuapp.com/
https://github.com/sanusart/araneum

Last synced: 23 days ago
JSON representation

Araneum will let you create content with ease - Demo (built with araneum): https://araneum.herokuapp.com/

Awesome Lists containing this project

README

        

# Araneum

> Please **note**, that Araneum is totally **work in progress**, functionality, structure or even project name are subject to change.

Araneum will let you create content with ease.
You can use Araneum to build your blog, site, documentation or knowledge base using markdown and customize it with easy to create themes.

Example: https://araneum.herokuapp.com
## Made of...

Araneum build on top of [koajs](http://koajs.com/) - web framework for Node.js, and it is actually a pile of modules brought together.

## Installing and using

- Clone this repo: `git clone https://github.com/sanusart/araneum.git`
- change to newly created directory: `cd araneum`
- Install dependencies: `npm install`
- Run it with: `npm start`
- Read documentation

## TODO

- [x] Routing

- [x] Pages & posts

- [x] Categories

- [x] Themes

- [ ] Documentation

- [ ] Search

- [ ] Error handling

- [ ] static site generation

- [ ] Add more themes

## Why? There are piles of stuff like that!

I don'd have a real reason and I don't need one.

## Contribute

Any kind and type of contributions/suggestions are very welcome

## License

[MIT](LICENSE)