1
0
This commit is contained in:
syui 2024-04-24 09:48:53 +09:00
parent 5d854a5018
commit 569105b24a
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
7 changed files with 7 additions and 92 deletions

39
.gitignore vendored
View File

@ -1,47 +1,14 @@
public
static/img/.DS_Store
static/.DS_Store
resources
.DS_Store
*/.DS_Store
*/*/.DS_Store
*/*/*/.DS_Store
*/*/*/*/.DS_Store
*/*/*/*/*/.DS_Store
gh-pages.pub
gh-pages
*.DS_Store
**.DS_Store
node_modules
public-vue
resources
yarn.lock
nyan-cat
particles.js
.env
dist
search/dist
search/node_modules
search/yarn-error.log
search/yarn.lock
src-imgauto/dist
src-imgauto/node_modules
src-imgauto/yarn-error.log
src-imgauto/yarn.lock
src-pogo/node_modules
src-pogo/yarn.lock
src-pogo/yarn-error.log
src-manga*
src-pogo/dist
src-bsky/dist
src-bsky/node_modules
src-bsky/*.lock
src-*/node_modules
src-*/dist
src-*/yarn-error.log
src-*/yarn.lock
src-*/public
src-*
src-**
**hugo_build.lock
*.lock
*/*node_*
**node_module*
**.zsh

View File

@ -1,4 +0,0 @@
---
title: "about | syui.ai"
type: syui-1
---

View File

@ -4,7 +4,7 @@
<article>
<div class="content">
{{ if ne .Lastmod .Date }}<div class="post-time-date">update : {{ .Lastmod.Format "2006-01-02" }}</div>{{ end }}
<div class="post-time-date">{{ .Date.Local.Format "2006-01-02" }} / <a href="/syui">{{ .Site.Author.name }}</a>
<div class="post-time-date">{{ .Date.Local.Format "2006-01-02" }} / <a href="https://bsky.syui.ai">@{{ .Site.Author.name }}</a>
{{ $taxo := "tags" }}
{{ with .Param $taxo }}
@ -41,9 +41,9 @@
<h2>{{ .Title }}</h2>
{{ .Content }}
{{ partial "prev_next_post.html" . }}
<!--
{{ partial "prev_next_post.html" . }}
<div class="utterances">
<script src="https://utteranc.es/client.js" repo="syui/syui.github.io" issue-term="pathname" theme="github-light" crossorigin="anonymous" async> </script>
</div>

View File

@ -1,12 +0,0 @@
<h3>ポケモンGo</h3>
<blockquote>
<p>ポケモンと一緒に冒険しています!</p>
<link href=/img/pogo/app.css rel=preload as=style><link href=/img/pogo/app.js rel=preload as=script><link href=/img/pogo/chunk-vendors.css rel=preload as=style><link href=/img/pogo/chunk-vendors.js rel=preload as=script><link href=/img/pogo/chunk-vendors.css rel=stylesheet><link href=/img/pogo/app.css rel=stylesheet><div id=app></div><script src=/img/pogo/chunk-vendors.js></script><script src=/img/pogo/app.js></script>
</blockquote>
<h3>原神</h3>
<blockquote>
<p>原神やってます!</p>
<p><img src="/img/genshin.jpg"></p>
</blockquote>

View File

@ -27,32 +27,7 @@
<p><img src="/img/nike.png"></p>
</blockquote>
<h3>バッジ</h3>
<blockquote>
<p>バッジを作りました</p>
<p><img src="/img/badge.jpg"></p>
</blockquote>
<h3>カード</h3>
<blockquote>
<p>カードを作りました</p>
<p><img src="/img/card.jpg"></p>
</blockquote>
<h3>フィギュア</h3>
<blockquote>
<p>フィギュアを作りました</p>
<p><img src="/img/figure.jpg"></p>
</blockquote>
<h3>3Dモデル</h3>
<blockquote>
<p>3Dモデルを作ってみました</p>
<div class="sketchfab-embed-wrapper"> <iframe title="figure(by scaniverse)" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width="100%" height="380" src="https://sketchfab.com/models/9e65c253cacd42c2b5d579a8e5523b72/embed?camera=0"> </iframe> </div>
</blockquote>
<h3>秘密の箱</h3>
<blockquote>
<p>ひみつのはこをあけるには <code>Ctrl + Enter</code> のこまんど!</p>
</blockquote>

View File

@ -4,9 +4,8 @@
<h3><i class="far fa-question-circle"></i> このサイトについて</h3>
<blockquote>
<p><a href="/syui">syui</a>の個人ページです。</p>
<p>サイト名は<code>syui.ai</code>です。</p>
<p>当サイトの使い方は<a href="/help">こちら</a>です。</p>
<p><a href="https://bsky.syui.ai">@syui</a>のページです。</p>
<p>タイトルは<code>syui.ai</code>です。</p>
</blockquote>
<h3><a href="/about">/about</h3>

View File

@ -1,10 +0,0 @@
{{ partial "head.html" . }}
{{ partial "navbar.html" . }}
{{ partial "header.html" . }}
{{ partial "head-sns.html" . }}
{{ partial "content-about-1.html" . }}
</div>
{{ partial "footer.html" . }}
</body>
</html>