https://github.com/dlsf/dasblog
Code of https://blog.das.moe
https://github.com/dlsf/dasblog
Last synced: about 2 months ago
JSON representation
Code of https://blog.das.moe
- Host: GitHub
- URL: https://github.com/dlsf/dasblog
- Owner: dlsf
- License: mpl-2.0
- Created: 2024-03-09T12:57:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T21:29:08.000Z (2 months ago)
- Last Synced: 2025-03-15T22:25:49.248Z (2 months ago)
- Language: Java
- Homepage:
- Size: 543 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dasBlog
The source code of the [blog.das.moe](https://blog.das.moe) website. Designed to be minimalistic, it serves mostly static Markdown files as slightly stylized HTML using [Javalin](https://github.com/javalin/javalin).
## Usage
Markdown files that should be published as posts need to be placed in the `posts/` directory and need a specific YAML header. They are categorized via their `category` metadata, but additional folders can be used to structure them.
Please refer to the example [about page](posts/about.md) for details.
## Running the site
You can host the website locally via [docker-compose](docker-compose.yml).