This microsite accompanies the exhibition "Dream × Reality: Art and Propaganda 1939 - 1945" by adding historical context illustrated with multimedia content.
Read more about the exhibition.
The site runs on Grav, a open-source flat-file CMS without the need of a database.
Check the Grav repo or excellent documentation for how to get started and how to (super easily) deploy.
The theme 'longread' makes extensive use of Sass. Sass files in /user/themes/longread/scss/
should be compiled to /user/themes/longread/css/
, e.g. by using:
scss --watch user/themes/longread/scss:user/themes/longread/css