+49
README.md
+24
astro/.gitignore
+4
astro/.vscode/extensions.json
+11
astro/.vscode/launch.json
+46
astro/README.md
+5
astro/astro.config.mjs
+710
astro/bun.lock
+14
astro/package.json
astro/public/android-chrome-192x192.png
This is a binary file and will not be displayed.
astro/public/android-chrome-512x512.png
This is a binary file and will not be displayed.
astro/public/apple-touch-icon.png
This is a binary file and will not be displayed.
astro/public/favicon-16x16.png
This is a binary file and will not be displayed.
astro/public/favicon-32x32.png
This is a binary file and will not be displayed.
astro/public/favicon.ico
This is a binary file and will not be displayed.
+9
astro/public/favicon.svg
+1
astro/public/site.webmanifest
+1
astro/src/assets/astro.svg
+1
astro/src/assets/background.svg
+210
astro/src/components/Welcome.astro
astro/src/layouts/Home.astro
This is a binary file and will not be displayed.
+22
astro/src/layouts/Layout.astro
astro/src/layouts/Wide.astro
This is a binary file and will not be displayed.
+11
astro/src/pages/index.astro
astro/src/site.config.ts
This is a binary file and will not be displayed.
+5
astro/tsconfig.json
+10
jekyll/.gitignore
+5
jekyll/Gemfile
+21
jekyll/LICENSE
+29
jekyll/Makefile
+52
jekyll/README.md
+7
jekyll/_includes/head.html
+1
jekyll/_includes/header.html
+20
jekyll/_layouts/default.html
+7
jekyll/_layouts/page.html
+7
jekyll/_layouts/post.html
jekyll/_sass/.gitkeep
This is a binary file and will not be displayed.
jekyll/assets/.gitkeep
This is a binary file and will not be displayed.
jekyll/assets/android-chrome-192x192.png
This is a binary file and will not be displayed.
jekyll/assets/android-chrome-512x512.png
This is a binary file and will not be displayed.
jekyll/assets/apple-touch-icon.png
This is a binary file and will not be displayed.
jekyll/assets/favicon-16x16.png
This is a binary file and will not be displayed.
jekyll/assets/favicon-32x32.png
This is a binary file and will not be displayed.
jekyll/assets/favicon.ico
This is a binary file and will not be displayed.
+1
jekyll/assets/site.webmanifest
+4
jekyll/docs/development/README.md
+69
jekyll/docs/development/gem.md
+40
jekyll/docs/development/test-theme.md
+128
jekyll/docs/installation.md
+39
jekyll/docs/publish.md
+1
jekyll/docs/template-notes/README.md
+25
jekyll/docs/template-notes/about.md
+18
jekyll/docs/template-notes/install-theme.md
+99
jekyll/docs/template-notes/notes.md
+18
jekyll/docs/template-notes/what-is-a-theme.md
+4
jekyll/docs/usage.md
+25
jekyll/homemadejam-jekyll.gemspec
+7
jekyll/hooks/pre-push
+16
jekyll/index.md
+8
jekyll/page.md
+281
plain-html/css/style.css
+35
plain-html/data/games.json
plain-html/game.html
This is a binary file and will not be displayed.
plain-html/images/android-chrome-192x192.png
This is a binary file and will not be displayed.
plain-html/images/android-chrome-512x512.png
This is a binary file and will not be displayed.
plain-html/images/apple-touch-icon.png
This is a binary file and will not be displayed.
plain-html/images/favicon-16x16.png
This is a binary file and will not be displayed.
plain-html/images/favicon-32x32.png
This is a binary file and will not be displayed.
plain-html/images/favicon.ico
This is a binary file and will not be displayed.