bring over the legacy stuff

This commit is contained in:
Joshua Seigler 2024-06-07 03:07:48 -04:00
parent 16128c6279
commit 2e7a075407
13 changed files with 9 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
assets/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View file

@ -0,0 +1,3 @@
<?php
header( 'Location: https://www.boardgamegeek.com/collection/user/kuqumi?geekranks=Board+Game+Rank&excludesubtype=boardgameexpansion&objecttype=thing&gallery=large&columns=title|status|version|rating|bggrating|plays|comment|commands&own=1&ff=1&subtype=boardgame&sort=rating&sortdir=desc' ) ;
?>

BIN
assets/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B

BIN
assets/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

BIN
assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
assets/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

1
assets/robots.txt Normal file
View file

@ -0,0 +1 @@
User-agent: *

1
assets/site.webmanifest Normal file
View file

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#d0603d","background_color":"#d1603d","display":"standalone"}

View file

@ -22,7 +22,9 @@ module.exports = (config) => {
})
.use(mdFootnote)
config.setLibrary("md", mdLib);
config.addPassthroughCopy("assets");
config.addPassthroughCopy({
"assets": "/"
});
// collection from music folder
config.addPassthroughCopy("site/music", {

View file

@ -7,7 +7,7 @@ title: Joshua's Homepage
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{{ "/assets/site.css" | url }}"/>
<link rel="stylesheet" href="{{ "/site.css" | url }}"/>
<title>{{ tag | capitalize if tag else title }} - joshua.seigler.net</title>
</head>
<body data-font="english" data-path="{{page.url}}">

View file

@ -1,3 +0,0 @@
---
permalink: false
---