-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (100 loc) · 4.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.124.1">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>YochidrosKit | Home </title><meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta property="og:image" content="[ogp.webp]"/>
<link rel="alternate" type="application/rss+xml" href="https://yochidros.github.io/index.xml" title="YochidrosKit" />
<meta property="og:title" content="YochidrosKit" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://yochidros.github.io/" /><meta property="og:image" content="https://yochidros.github.io/ogp.webp" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://yochidros.github.io/ogp.webp" /><meta name="twitter:title" content="YochidrosKit"/>
<meta name="twitter:description" content=""/>
<script src="https://yochidros.github.io/js/feather.min.js"></script>
<link href="https://yochidros.github.io/css/fonts.2c2227b81b1970a03e760aa2e6121cd01f87c88586803cbb282aa224720a765f.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://yochidros.github.io/css/main.ac08a4c9714baa859217f92f051deb58df2938ec352b506df655005dcaf98cc0.css" />
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="https://yochidros.github.io/css/dark.726cd11ca6eb7c4f7d48eb420354f814e5c1b94281aaf8fd0511c1319f7f78a4.css" media="(prefers-color-scheme: dark)" />
</head>
<body>
<div class="content">
<header>
<div class="main">
<a href="https://yochidros.github.io/">YochidrosKit</a>
</div>
<nav>
<a href="/">Home</a>
<a href="/posts">Posts</a>
<a href="/about">About</a>
<a href="/tags">Tags</a>
</nav>
</header>
<main class="list">
<div class="site-description"></div>
<section class="list-item">
<h1 class="title"><a href="/posts/rust-nes/">Rust Nes</a></h1>
<time>Apr 14, 2024</time>
<br><div class="description">
Nes emulator written Rust.
</div>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/expo-for-beginner/">Hands on Expo</a></h1>
<time>Apr 3, 2024</time>
<br><div class="description">
Expoチュートリアルやった
</div>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/gleam-begin/">Gleam 触ってみる</a></h1>
<time>Mar 29, 2024</time>
<br><div class="description">
gleamというプログラミング言語が1.0.0をリリースしたことを知り、興味がわいたので触ってみた
</div>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/introduce-swiftui/">SwiftUIについて書きました</a></h1>
<time>Dec 10, 2021</time>
<br><div class="description">
SwiftUI導入したってよ
</div>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/2020-12-kmm/">KMM触ってみた</a></h1>
<time>Dec 11, 2020</time>
<br><div class="description">
KMMについて書きました
</div>
</section>
<ul class="pagination">
<span class="page-item page-prev">
</span>
<span class="page-item page-next">
<a href="/page/2/" class="page-link" aria-label="Next"><span aria-hidden="true">Next →</span></a>
</span>
</ul>
</main>
<footer>
<div style="display:flex"><a class="soc" href="https://github.com/yochidros" rel="me" title="GitHub"><i data-feather="github"></i></a>
<a class="border"></a><a class="soc" href="https://x.com/yochidros" rel="me" title="X"><i data-feather="twitter"></i></a>
<a class="border"></a></div>
<div class="footer-info">
2024 © yochidros | <a
href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
</div>
</footer>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NB866KJ4NJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NB866KJ4NJ');
</script><script>
feather.replace()
</script>
</div>
</body>
</html>