Added docker compose to simulate GitHub pages

This commit is contained in:
Rolf Geuenich
2023-11-03 15:23:19 +01:00
parent 66e07503a2
commit 7eed8ce402
4 changed files with 42 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Copied from https://github.com/github/gitignore/blob/main/Jekyll.gitignore
# Ignore metadata generated by Jekyll
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
# Ignore folders generated by Bundler
.bundle/
vendor/
Gemfile.lock