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

https://github.com/mozfreddyb/worklog-system

blogsystem for my worklog
https://github.com/mozfreddyb/worklog-system

blog markdown worklog

Last synced: about 1 month ago
JSON representation

blogsystem for my worklog

Awesome Lists containing this project

README

          

# worklog-system
blogsystem for my worklog.

## Setup
* Put your markdown files in `articles/` and host as static content
* Note: The blogsystem and (ab)uses your webserver's Index for folders without an index.html to list them. If you do not have indexing, the blog will not work.

## License
My code (mainly app.js, worker.js, index.html) is under the MPL-2.0 (Mozilla Public License).
Most of the code, is third-party that has its own licenses: highlight.js, marked.js and so on.