15 lines
No EOL
611 B
Markdown
15 lines
No EOL
611 B
Markdown
This program takes a template, posts and config to make you a blog.
|
|
|
|
## Usage
|
|
|
|
1. [Download the program](https://git.m724.eu/Minecon724/blog-software-java/actions/runs/latest/artifacts/built-jar)
|
|
2. Get a working directory. [Example](https://git.m724.eu/Minecon724/blog-software-java/src/branch/master/example_workdir) \
|
|
Don't forget to `git init`!
|
|
3. Run the program:
|
|
```shell
|
|
java -jar blog-software-java-1.0-SNAPSHOT.jar
|
|
```
|
|
|
|
## Important caveats
|
|
Generated site must be the root of a subdomain, like `https://example.com/`. \
|
|
You can't put it in a directory, like `https://example.com/blog/` |