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
- Host: GitHub
- URL: https://github.com/mozfreddyb/worklog-system
- Owner: mozfreddyb
- Created: 2017-02-10T11:27:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T07:56:48.000Z (over 9 years ago)
- Last Synced: 2025-08-24T23:36:20.135Z (9 months ago)
- Topics: blog, markdown, worklog
- Language: CSS
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.