Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 785 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 785 Bytes

blog

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
Loading

Building guide

How the application can be built is to be found here.

Environment variables

Contentful

Project is based on the default Contentful blog starter template.

# Content Delivery Access Token
export CONTENTFUL_CDA_TOKEN=...

Gravatar

For /about page a gravatar API key is required.

export GRAVATAR_API_KEY=...