This website requires JavaScript.
Explore
Help
Sign In
chanbakjsd
/
blgo
forked from
Team-Ortix/blgo
Watch
1
Star
0
Fork
You've already forked blgo
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
a50504f747
blgo
/
.gitignore
4 lines
29 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: Implement config parsing and start a server based on config
2020-11-30 14:15:27 +07:00
config.json
feat: Implement basic handler functionality The `default` handler is currently all empty and should be setup in the future. It's currently present as the default theme is in fact, default. The debug template can be used to debug the content being passed into the template as it just prints them out.
2020-11-30 15:29:44 +07:00
content/
feat: Add static path and per-template style.css The handler now searches in the static path first and fallback to the content directory otherwise. If that fails, the 404 template is rendered as expected. The style.css path is now reserved for templates' style.css file and does not follow the regular search path. This means that /style.css will serve a 404 page even if static/style.css or content/style.css.md exists.
2020-12-01 14:16:56 +07:00
static/