This is our custom theme for Grav CMS running at eduref.eu based on Grav Antimatter theme. All our website content is seperated in another repository.
If you want to improve our theme, you should start with learning some basics about grav. For theme development the theme tutorial is highly recommended.
To see everything in action you should configure a local setup.
Our installation process for Grav comes in two flavours...
The docker image cares about everything. It contains the Grav installation including this theme.
For local testing, a default user admin
with password admin
is created.
Furthermore docker downloads all website content from our content repository:
- Install Docker Community Edition (Windows users: check the requirements)
- Run from repository root
docker build -t eduref-website .
to build the docker image - Run the image with
docker run -p 80:80 eduref-website
as a container - The website should run at http://localhost/
Configure a Webserver (e. g. Apache) with php on your own.
- Install Grav in web root
- Copy the
antimatter
folder infouser/themes
of your grav installation - Check of troubleshooting guide if someting wents wrong.