Skip to content

Commit

Permalink
[Automation] Site update No.139
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 14, 2024
0 parents commit cabd31e
Show file tree
Hide file tree
Showing 245 changed files with 662 additions and 0 deletions.
1 change: 1 addition & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en" ><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="generator" content="Jekyll v4.3.3" /><meta property="og:title" content="404: Page not found" /><meta property="og:locale" content="en" /><meta name="description" content="A minimal, portfolio, sidebar, bootstrap Jekyll theme with responsive web design and focuses on text presentation." /><meta property="og:description" content="A minimal, portfolio, sidebar, bootstrap Jekyll theme with responsive web design and focuses on text presentation." /><link rel="canonical" href="https://ssdh233.github.io/404.html" /><meta property="og:url" content="https://ssdh233.github.io/404.html" /><meta property="og:site_name" content="松松de小屋" /><meta property="og:type" content="website" /><meta name="twitter:card" content="summary" /><meta property="twitter:title" content="404: Page not found" /><meta name="twitter:site" content="@ssdh233" /><meta name="google-site-verification" content="google_meta_tag_verification" /> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"WebPage","description":"A minimal, portfolio, sidebar, bootstrap Jekyll theme with responsive web design and focuses on text presentation.","headline":"404: Page not found","url":"https://ssdh233.github.io/404.html"}</script><title>404: Page not found | 松松de小屋</title><link rel="manifest" href="/assets/img/favicons/site.webmanifest"><link rel="shortcut icon" href="/assets/img/favicons/favicon.ico"><meta name="apple-mobile-web-app-title" content="松松de小屋"><meta name="application-name" content="松松de小屋"><meta name="msapplication-TileColor" content="#da532c"><meta name="msapplication-config" content="/assets/img/favicons/browserconfig.xml"><meta name="theme-color" content="#ffffff"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"><link rel="dns-prefetch" href="https://fonts.gstatic.com"><link rel="preconnect" href="https://www.google-analytics.com" crossorigin="use-credentials"><link rel="dns-prefetch" href="https://www.google-analytics.com"><link rel="preconnect" href="https://www.googletagmanager.com" crossorigin="anonymous"><link rel="dns-prefetch" href="https://www.googletagmanager.com"><link rel="preconnect" href="https://cdn.jsdelivr.net"><link rel="dns-prefetch" href="https://cdn.jsdelivr.net"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"><link rel="stylesheet" href="/assets/css/style.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/magnific-popup.min.css"> <script src="https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js"></script> <script type="text/javascript"> class ModeToggle { static get MODE_KEY() { return "mode"; } static get DARK_MODE() { return "dark"; } static get LIGHT_MODE() { return "light"; } constructor() { if (this.hasMode) { if (this.isDarkMode) { if (!this.isSysDarkPrefer) { this.setDark(); } } else { if (this.isSysDarkPrefer) { this.setLight(); } } } this.setDark(); /* set dark mode as default */ let self = this; /* always follow the system prefers */ this.sysDarkPrefers.addEventListener("change", () => { if (self.hasMode) { if (self.isDarkMode) { if (!self.isSysDarkPrefer) { self.setDark(); } } else { if (self.isSysDarkPrefer) { self.setLight(); } } self.clearMode(); } self.updateMermaid(); }); } /* constructor() */ get sysDarkPrefers() { return window.matchMedia("(prefers-color-scheme: dark)"); } get isSysDarkPrefer() { return this.sysDarkPrefers.matches; } get isDarkMode() { return this.mode === ModeToggle.DARK_MODE; } get isLightMode() { return this.mode === ModeToggle.LIGHT_MODE; } get hasMode() { return this.mode != null; } get mode() { return sessionStorage.getItem(ModeToggle.MODE_KEY); } /* get the current mode on screen */ get modeStatus() { if (this.isDarkMode || (!this.hasMode && this.isSysDarkPrefer)) { return ModeToggle.DARK_MODE; } else { return ModeToggle.LIGHT_MODE; } } setDark() { $("html").attr(ModeToggle.MODE_KEY, ModeToggle.DARK_MODE); sessionStorage.setItem(ModeToggle.MODE_KEY, ModeToggle.DARK_MODE); } setLight() { $("html").attr(ModeToggle.MODE_KEY, ModeToggle.LIGHT_MODE); sessionStorage.setItem(ModeToggle.MODE_KEY, ModeToggle.LIGHT_MODE); } clearMode() { $("html").removeAttr(ModeToggle.MODE_KEY); sessionStorage.removeItem(ModeToggle.MODE_KEY); } updateMermaid() { if (typeof mermaid !== "undefined") { let expectedTheme = this.modeStatus === ModeToggle.DARK_MODE ? "dark" : "default"; let config = { theme: expectedTheme }; /* re-render the SVG › <https://github.com/mermaid-js/mermaid/issues/311#issuecomment-332557344> */ $(".mermaid").each(function () { let svgCode = $(this).prev().children().html(); $(this).removeAttr("data-processed"); $(this).html(svgCode); }); mermaid.initialize(config); mermaid.init(undefined, ".mermaid"); } } } /* ModeToggle */ const toggle = new ModeToggle(); function flipMode() { if (toggle.hasMode) { if (toggle.isSysDarkPrefer) { if (toggle.isLightMode) { toggle.clearMode(); } else { toggle.setLight(); } } else { if (toggle.isDarkMode) { toggle.clearMode(); } else { toggle.setDark(); } } } else { if (toggle.isSysDarkPrefer) { toggle.setLight(); } else { toggle.setDark(); } } toggle.updateMermaid(); } /* flipMode() */ </script><body data-spy="scroll" data-target="#toc"><div id="sidebar" class="d-flex flex-column align-items-end" lang="en"><div class="profile-wrapper text-center"><div id="avatar"> <a href="/" alt="avatar" class="mx-auto"> <img src="https://ssdh233.me/assets/avatar.jpg" alt="avatar" onerror="this.style.display='none'"> </a></div><div class="site-title mt-3"> <a href="/">松松de小屋</a></div><div class="site-subtitle">人生の99%はゲームで出来ている</div></div><ul class="w-100"><li class="nav-item"> <a href="/" class="nav-link"> <i class="fa-fw fas fa-home ml-xl-3 mr-xl-3 unloaded"></i> <span>HOME</span> </a><li class="nav-item"> <a href="/about/" class="nav-link"> <i class="fa-fw fas fa-info-circle ml-xl-3 mr-xl-3 unloaded"></i> <span>ABOUT</span> </a><li class="nav-item"> <a href="/projects/" class="nav-link"> <i class="fa-fw fas fa-project-diagram ml-xl-3 mr-xl-3 unloaded"></i> <span>PROJECTS</span> </a><li class="nav-item"> <a href="/categories/" class="nav-link"> <i class="fa-fw fas fa-stream ml-xl-3 mr-xl-3 unloaded"></i> <span>CATEGORIES</span> </a><li class="nav-item"> <a href="/archives/" class="nav-link"> <i class="fa-fw fas fa-archive ml-xl-3 mr-xl-3 unloaded"></i> <span>ARCHIVES</span> </a><li class="nav-item"> <a href="/tags/" class="nav-link"> <i class="fa-fw fas fa-tag ml-xl-3 mr-xl-3 unloaded"></i> <span>TAGS</span> </a><li class="nav-item"> <a href="/links/" class="nav-link"> <i class="fa-fw fa fa-link ml-xl-3 mr-xl-3 unloaded"></i> <span>LINKS</span> </a></ul><div class="sidebar-bottom mt-auto d-flex justify-content-center align-items-center"> <a id="mode-toggle-wrapper" tabindex="0" onclick="flipMode()"> <i class="mode-toggle fas fa-adjust"></i> </a> <span class="icon-border"></span> <a href="https://twitter.com/ssdh233" aria-label="twitter" target="_blank" rel="noopener"> <i class="fab fa-twitter"></i> </a> <a href="https://github.com/ssdh233" aria-label="github" target="_blank" rel="noopener"> <i class="fab fa-github"></i> </a> <a href="https://space.bilibili.com/132990" aria-label="bilibili" target="_blank" rel="noopener"> <i class="fa fa-play-circle"></i> </a> <a href=" javascript:location.href = 'mailto:' + ['songsongdahu233','gmail.com'].join('@')" aria-label="email" > <i class="fas fa-envelope"></i> </a> <a href="/feed.xml" aria-label="rss" > <i class="fas fa-rss"></i> </a></div></div><div id="topbar-wrapper" class="row justify-content-center topbar-down"><div id="topbar" class="col-11 d-flex h-100 align-items-center justify-content-between"> <span id="breadcrumb"> <span> <a href="/"> Home </a> </span> <span>404: Page not found</span> </span> <i id="sidebar-trigger" class="fas fa-bars fa-fw"></i><div id="topbar-title"> 404: Page not found</div><i id="search-trigger" class="fas fa-search fa-fw"></i> <span id="search-wrapper" class="align-items-center"> <i class="fas fa-search fa-fw"></i> <input class="form-control" id="search-input" type="search" aria-label="search" autocomplete="off" placeholder="Search..."> <i class="fa fa-times-circle fa-fw" id="search-cleaner"></i> </span> <span id="search-cancel" >Cancel</span></div></div><div id="main-wrapper"><div id="main"><div class="row alone"><div id="core-wrapper" class="col-12 col-lg-11 col-xl-8"><div class="post pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4"><h1 class="dynamic-title">404: Page not found</h1><div class="post-content"><div class="lead"><p>Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.</p><p><a href="/">Head back Home</a> to try finding it again, or search for it on the <a href="/archives">Archives page</a>.</p></div></div></div></div><div id="panel-wrapper" class="col-xl-3 pl-2 text-muted topbar-down"><div class="access"><div id="access-lastmod" class="post"><h4 data-toc-skip>Recent Update</h4><ul class="post-content pl-0 pb-1 ml-1 mt-2"><li><a href="/blog/2024/03/15/macross-si-2.html">超时空要塞Shooting Insight感想 二日目</a><li><a href="/blog/2020/11/01/popn-01.html">ポップン奮闘記 其の壱</a><li><a href="/blog/2021/10/15/mbtl.html">MELTY BLOOD: TYPE LUMINA</a><li><a href="/blog/2021/12/30/mbtl-2.html">MBTL中间报告 A+初达成!</a><li><a href="/blog/2022/04/23/mbtl-3.html">MBTL中间报告2 S初达成!</a></ul></div><div id="access-tags"><h4 class="text-muted" data-toc-skip>Trending Tags</h4><div class="d-flex flex-wrap mt-3 mb-1 mr-3"> <a class="post-tag" href="/tags/%E9%9F%B3%E3%82%B2%E3%83%BC/">音ゲー</a> <a class="post-tag" href="/tags/%E3%82%B2%E3%83%BC%E3%83%A0%E6%84%9F%E6%83%B3/">ゲーム感想</a> <a class="post-tag" href="/tags/%E3%83%9D%E3%83%83%E3%83%97%E3%83%B3/">ポップン</a> <a class="post-tag" href="/tags/%E6%97%A5%E8%A8%98/">日記</a> <a class="post-tag" href="/tags/%E5%A4%AA%E9%BC%93/">太鼓</a> <a class="post-tag" href="/tags/%E6%A0%BC%E3%82%B2%E3%83%BC/">格ゲー</a> <a class="post-tag" href="/tags/%E9%BA%BB%E9%9B%80/">麻雀</a> <a class="post-tag" href="/tags/%E3%83%A1%E3%83%AB%E3%83%96%E3%83%A9/">メルブラ</a> <a class="post-tag" href="/tags/%E5%A4%A9%E9%B3%B3/">天鳳</a> <a class="post-tag" href="/tags/%E8%AA%9E%E5%AD%A6/">語学</a></div></div></div></div></div><footer class="d-flex w-100 justify-content-center"><div class="d-flex justify-content-between align-items-center text-muted"><div class="footer-left"><p class="mb-0"> © 2024 <a href="https://twitter.com/ssdh233">ssdh233</a>. <span data-toggle="tooltip" data-placement="top" title="Except where otherwise noted, the blog posts on this site are licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.">Some rights reserved.</span></p></div><div class="footer-right"><p class="mb-0"> Powered by <a href="https://jekyllrb.com" target="_blank" rel="noopener">Jekyll</a> with <a href="https://github.com/cotes2020/jekyll-theme-chirpy" target="_blank" rel="noopener">Chirpy</a> theme.</p></div></div></footer></div><div id="search-result-wrapper" class="d-flex justify-content-center unloaded"><div class="col-12 col-sm-11 post-content"><div id="search-hints"><div id="access-tags"><h4 class="text-muted" data-toc-skip>Trending Tags</h4><div class="d-flex flex-wrap mt-3 mb-1 mr-3"> <a class="post-tag" href="/tags/%E9%9F%B3%E3%82%B2%E3%83%BC/">音ゲー</a> <a class="post-tag" href="/tags/%E3%82%B2%E3%83%BC%E3%83%A0%E6%84%9F%E6%83%B3/">ゲーム感想</a> <a class="post-tag" href="/tags/%E3%83%9D%E3%83%83%E3%83%97%E3%83%B3/">ポップン</a> <a class="post-tag" href="/tags/%E6%97%A5%E8%A8%98/">日記</a> <a class="post-tag" href="/tags/%E5%A4%AA%E9%BC%93/">太鼓</a> <a class="post-tag" href="/tags/%E6%A0%BC%E3%82%B2%E3%83%BC/">格ゲー</a> <a class="post-tag" href="/tags/%E9%BA%BB%E9%9B%80/">麻雀</a> <a class="post-tag" href="/tags/%E3%83%A1%E3%83%AB%E3%83%96%E3%83%A9/">メルブラ</a> <a class="post-tag" href="/tags/%E5%A4%A9%E9%B3%B3/">天鳳</a> <a class="post-tag" href="/tags/%E8%AA%9E%E5%AD%A6/">語学</a></div></div></div><div id="search-results" class="d-flex flex-wrap justify-content-center text-muted mt-3"></div></div></div></div><div id="mask"></div><a id="back-to-top" href="#" aria-label="back-to-top" class="btn btn-lg btn-box-shadow" role="button"> <i class="fas fa-angle-up"></i> </a> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dest/simple-jekyll-search.min.js"></script> <script> SimpleJekyllSearch({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('search-results'), json: '/assets/js/data/search.json', searchResultTemplate: '<div class="pl-1 pr-1 pl-sm-2 pr-sm-2 pl-lg-4 pr-lg-4 pl-xl-0 pr-xl-0"> <a href="{url}">{title}</a><div class="post-meta d-flex flex-column flex-sm-row text-muted mt-1 mb-1"> {categories} {tags}</div><p>{snippet}</p></div>', noResultsText: '<p class="mt-5">Oops! No result founds.</p>', templateMiddleware: function(prop, value, template) { if (prop === 'categories') { if (value === '') { return `${value}`; } else { return `<div class="mr-sm-4"><i class="far fa-folder fa-fw"></i>${value}</div>`; } } if (prop === 'tags') { if (value === '') { return `${value}`; } else { return `<div><i class="fa fa-tag fa-fw"></i>${value}</div>`; } } } }); </script> <script src="https://cdn.jsdelivr.net/combine/npm/lozad/dist/lozad.min.js,npm/magnific-popup@1/dist/jquery.magnific-popup.min.js,npm/clipboard@2/dist/clipboard.min.js"></script> <script defer src="/assets/js/dist/page.min.js"></script> <script src="https://cdn.jsdelivr.net/combine/npm/[email protected],npm/bootstrap@4/dist/js/bootstrap.min.js"></script> <script defer src="/app.js"></script> <script defer src="https://www.googletagmanager.com/gtag/js?id=UA-89581468-1"></script> <script> document.addEventListener("DOMContentLoaded", function(event) { window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-89581468-1'); }); </script>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssdh233.me
1 change: 1 addition & 0 deletions about/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions about_cn/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Registering Service Worker */ if('serviceWorker' in navigator) { navigator.serviceWorker.register('/sw.js'); };
1 change: 1 addition & 0 deletions archives/index.html

Large diffs are not rendered by default.

Binary file added assets/2016-12-29-version-1-1-2/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-01-15-game-center/1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-01-23-kac/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-01-23-kac/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-06-18-tenhou-1/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-06-18-tenhou-1/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-06-18-tenhou-1/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-06-18-tenhou-1/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-06-18-tenhou-1/13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-06-18-tenhou-1/14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-06-18-tenhou-1/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-06-18-tenhou-1/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-06-18-tenhou-1/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-06-18-tenhou-1/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-06-18-tenhou-1/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-06-18-tenhou-1/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-06-18-tenhou-1/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-06-18-tenhou-1/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-07-09-tenhou-2/N1.2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-07-09-tenhou-2/N2.0-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-07-09-tenhou-2/N2.0-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-07-09-tenhou-2/N2.0-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-07-09-tenhou-2/N2.0-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-07-09-tenhou-2/N2.1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-07-09-tenhou-2/N2.1-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2017-07-09-tenhou-2/N2.1-3.png
Binary file added assets/2017-07-09-tenhou-2/N3.1-1.png
Binary file added assets/2017-07-09-tenhou-2/T2.0-1.png
Binary file added assets/2017-07-09-tenhou-2/T2.0-2.png
Binary file added assets/2017-07-09-tenhou-2/T3.0-1.png
Binary file added assets/2017-07-09-tenhou-2/T3.0-2.png
Binary file added assets/2017-07-09-tenhou-2/T4.0-1.png
Binary file added assets/2017-07-09-tenhou-2/T4.1-1.png
Binary file added assets/2017-07-09-tenhou-2/T4.1-2.png
Binary file added assets/2017-08-05-touhou/1.jpg
Binary file added assets/2017-08-05-touhou/2.jpg
Binary file added assets/2019-08-02/banhuan.jpg
Binary file added assets/2019-08-02/chaocai.jpg
Binary file added assets/2019-08-02/easy.png
Binary file added assets/2019-08-02/hard.png
Binary file added assets/2019-08-02/normal.png
Binary file added assets/2019-08-02/quanhuan.jpg
Binary file added assets/2019-08-02/veryhard.png
Binary file added assets/2019-08-03/judge.jpg
Binary file added assets/2020-09-27/assist.jpg
Binary file added assets/2020-09-27/attack.jpg
Binary file added assets/2020-09-27/commanddemon.jpg
Binary file added assets/2020-09-27/consumingshadows.jpg
Binary file added assets/2020-09-27/devourmagic.jpg
Binary file added assets/2020-09-27/felhunter.jpg
Binary file added assets/2020-09-27/flee.jpg
Binary file added assets/2020-09-27/follow.jpg
Binary file added assets/2020-09-27/imp.jpg
Binary file added assets/2020-09-27/infernal.jpg
Binary file added assets/2020-09-27/moveto.jpg
Binary file added assets/2020-09-27/passive.jpg
Binary file added assets/2020-09-27/seduction.jpg
Binary file added assets/2020-09-27/singemagic.jpg
Binary file added assets/2020-09-27/spelllock.jpg
Binary file added assets/2020-09-27/succubus.jpg
Binary file added assets/2020-09-27/suffering.jpg
Binary file added assets/2020-09-27/voidwalker.jpg
Binary file added assets/2020-09-27/whipslash.jpg
Binary file added assets/2020-12-01-popn-01/49badcount.png
Binary file added assets/2021-06-26-arena-byebye/1.png
Binary file added assets/2021-07-11/doublemiku.jpg
Binary file added assets/2021-07-11/dx3900.png
Binary file added assets/2021-08-01-popn-03/clear.png
Binary file added assets/2021-08-01-popn-03/silent.jpg
Binary file added assets/2021-10-01/pmsclear.png
Binary file added assets/2021-10-14/rank.jpg
Binary file added assets/2021-10-14/shield.mp4
Binary file not shown.
Binary file added assets/2021-10-14/trophy.png
Binary file added assets/2021-11-01-ex/1.jpg
Binary file added assets/2021-11-01-ex/2.jpg
Binary file added assets/2021-11-01-ex/3.jpg
Binary file added assets/2021-11-01-ex/4.jpg
Binary file added assets/2021-11-01/25oclock.jpg
Binary file added assets/2021-11-01/chaos.jpg
Binary file added assets/2021-11-01/dirge.jpg
Binary file added assets/2021-11-01/en.jpg
Binary file added assets/2021-11-01/kagachi.jpg
Binary file added assets/2021-11-01/pmsclear.png
Binary file added assets/2021-11-01/ppu.jpg
Binary file added assets/2021-11-01/toikon.jpg
Binary file added assets/2021-11-01/touhou.jpg
Binary file added assets/2021-12-01/oto.jpg
Binary file added assets/2021-12-20/rod.jpg
Binary file added assets/2021-12-20/rod2.jpg
Binary file added assets/2021-12-29/A+.jpg
Binary file added assets/2022-01-01/2021.png
Binary file added assets/2022-01-09/4B.jpg
Binary file added assets/2022-01-09/entrance.jpg
Binary file added assets/2022-01-09/ez2on.png
Binary file added assets/2022-01-09/super_lovely.jpg
Binary file added assets/2022-01-19/WOW.png
Binary file added assets/2022-01-19/taiko.jpg
Binary file added assets/2022-01-31/1.png
Binary file added assets/2022-01-31/2.png
Binary file added assets/2022-03-10/Spp.png
Binary file added assets/2022-04-23/S.jpg
Binary file added assets/2022-04-23/mbcombo.png
Binary file added assets/2022-07-05/S+.png
Binary file added assets/2022-07-31/notes.png
Binary file added assets/2022-07-31/pms.png
Binary file added assets/2022-12-12/ChaosQ.jpg
Binary file added assets/2022-12-12/chaos_reason.png
Binary file added assets/2022-12-12/popperzU.jpg
Binary file added assets/2023-01-01/2022.png
Binary file added assets/2023-01-04/NAGA1.png
Binary file added assets/2023-01-04/NAGA2.png
Binary file added assets/2023-01-04/naga.png
Binary file added assets/2023-01-04/quesheng.jpg
Binary file added assets/2023-01-04/ssdh233NAGA.png
Binary file added assets/2023-01-04/tongji.png
Binary file added assets/avatar.jpg
7 changes: 7 additions & 0 deletions assets/css/style.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/css/style.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/img/favicons/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8"?> <browserconfig> <msapplication> <tile> <square150x150logo src="/assets/img/favicons/mstile-150x150.png" /> <TileColor>#da532c</TileColor> </tile> </msapplication> </browserconfig>
Binary file added assets/img/favicons/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions assets/img/favicons/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "name": "松松de小屋", "short_name": "松松de小屋", "description": "A minimal, portfolio, sidebar, bootstrap Jekyll theme with responsive web design and focuses on text presentation.", "start_url": "/index.html", "theme_color": "#2a1e6b", "background_color": "#ffffff", "display": "fullscreen" }
11 changes: 11 additions & 0 deletions assets/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="https://ssdh233.github.io/404.html">
<script>location="https://ssdh233.github.io/404.html"</script>
<meta http-equiv="refresh" content="0; url=https://ssdh233.github.io/404.html">
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="https://ssdh233.github.io/404.html">Click here if you are not redirected.</a>
</html>
1 change: 1 addition & 0 deletions assets/js/data/search.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/js/data/swcache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cabd31e

Please sign in to comment.