Skip to content

Septicuss/rpwiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

A static site generator software written in Java for a wiki. Live demo can be seen here, hosted on fly.io

  1. updates content based on commits to a content repository
  2. generates the HTML content of the page
  3. serves the static assets using a Javalin server

All of the above are split into their own modules which interact when needed. More of a proof of concept, and first time writing a full website with Java.

The categories and content is configurable in two separate configs; one in src/main/resources/config.yml and another one in the actual content, which defines the groups, tags and other features related to the content.

About

๐Ÿ“š Source code of resource pack wiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published