Skip to content

gdevxy/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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=...