Partially working version
authorPieter De Praetere <pieter.de.praetere@helptux.be>
Sun, 27 Dec 2020 13:40:47 +0000 (14:40 +0100)
committerPieter De Praetere <pieter.de.praetere@helptux.be>
Sun, 27 Dec 2020 13:40:47 +0000 (14:40 +0100)
commitea359a98feed12be4ab3d823f31ea0458fb35362
treec05dc02746a3d6a2240160324f701e544fcd7cb1
Partially working version
26 files changed:
.gitignore [new file with mode: 0644]
archetypes/default.md [new file with mode: 0644]
config.toml [new file with mode: 0644]
content/stands/_index.md [new file with mode: 0644]
themes/fosdem/LICENSE [new file with mode: 0644]
themes/fosdem/archetypes/default.md [new file with mode: 0644]
themes/fosdem/layouts/404.html [new file with mode: 0644]
themes/fosdem/layouts/_default/baseof.html [new file with mode: 0644]
themes/fosdem/layouts/_default/list.html [new file with mode: 0644]
themes/fosdem/layouts/_default/single.html [new file with mode: 0644]
themes/fosdem/layouts/index.html [new file with mode: 0644]
themes/fosdem/layouts/partials/footer.html [new file with mode: 0644]
themes/fosdem/layouts/partials/head.html [new file with mode: 0644]
themes/fosdem/layouts/partials/header.html [new file with mode: 0644]
themes/fosdem/layouts/stands/list.html [new file with mode: 0644]
themes/fosdem/layouts/stands/single.html [new file with mode: 0644]
themes/fosdem/layouts/stands/stand.html [new file with mode: 0644]
themes/fosdem/static/cclogo.png [new file with mode: 0644]
themes/fosdem/static/cogweel.png [new file with mode: 0644]
themes/fosdem/static/css/fosdem.css [new file with mode: 0644]
themes/fosdem/static/css/lib/bootstrap/4.5.3/bootstrap.min.css [new file with mode: 0644]
themes/fosdem/static/fosdem21.png [new file with mode: 0644]
themes/fosdem/static/fosdem21_bw.png [new file with mode: 0644]
themes/fosdem/static/js/lib/bootstrap/4.5.3/bootstrap.bundle.min.js [new file with mode: 0644]
themes/fosdem/static/js/lib/jquery/3.5.1/jquery-3.5.1.min.js [new file with mode: 0644]
themes/fosdem/theme.toml [new file with mode: 0644]