Signed-off-by: Minecon724 <git@m724.eu>
This commit is contained in:
parent
1ee0db9776
commit
710549ca8d
1 changed files with 2 additions and 6 deletions
|
@ -10,10 +10,6 @@ blog-software(config, template, content) = blog website
|
|||
```
|
||||
|
||||
For tips on how to create your own project (workdir), see [Project format](#Project format) below.
|
||||
|
||||
## 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/`
|
||||
|
||||
## API
|
||||
There's no "API," but it's possible to integrate this into your Java project.
|
||||
|
@ -22,7 +18,7 @@ See [Main.java](/Minecon724/blog-software-java/src/branch/master/src/main/java/e
|
|||
If you need a Maven dependency, [see here](/Minecon724/-/packages/maven/eu.m724-blog)
|
||||
|
||||
## Project format
|
||||
There's an ["Example workdir"](/Minecon724/blog-software-java/src/branch/master/example_workdir) which you can take inspiration from.
|
||||
[Here's an example blog](/Minecon724/example-blog) you can take inspiration from.
|
||||
|
||||
Basically:
|
||||
- `assets/` - contains static assets
|
||||
|
@ -41,7 +37,7 @@ Basically:
|
|||
- Custom properties, which can be anything as they are Objects
|
||||
|
||||
## Template format
|
||||
https://pebbletemplates.io is used
|
||||
[Pebble Templates](https://pebbletemplates.io) is used
|
||||
|
||||
- `static/` - contains static assets
|
||||
- `article_template.html` - article template
|
||||
|
|
Loading…
Add table
Reference in a new issue