bring over the legacy stuff
BIN
assets/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 8.6 KiB |
BIN
assets/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
assets/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
3
assets/boardgames/index.php
Normal 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
After Width: | Height: | Size: 477 B |
BIN
assets/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
assets/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
assets/icon.png
Normal file
After Width: | Height: | Size: 12 KiB |
1
assets/robots.txt
Normal file
|
@ -0,0 +1 @@
|
|||
User-agent: *
|
1
assets/site.webmanifest
Normal 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"}
|
|
@ -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", {
|
||||
|
|
|
@ -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}}">
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
permalink: false
|
||||
---
|