Java native based blog powered by Quarkus over Qute templating engine.
flowchart LR
blog(blog):::main--->contentful(contentful):::external
blog--->gravatar(gravatar):::external
qute:::internal---blog
classDef external fill:#480593
classDef internal fill:#a256f8
classDef main fill:#23123B
How the application can be built is to be found here.
Project is based on the default Contentful blog starter template.
# Content Delivery Access Token
export CONTENTFUL_CDA_TOKEN=...
For /about
page a gravatar API key is required.
export GRAVATAR_API_KEY=...