Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/sanusart/araneum
- Owner: sanusart
- License: mit
- Created: 2016-02-23T21:07:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T21:28:37.000Z (almost 9 years ago)
- Last Synced: 2024-10-30T06:27:25.418Z (2 months ago)
- Language: HTML
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)