Skip to content

Commit

Permalink
Build: All
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunko committed Feb 12, 2025
1 parent d7f591a commit 03256a6
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 18 deletions.
7 changes: 2 additions & 5 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,9 @@ <h3>arts</h3>
</div>

<div class="window-content post-latest">
<a> junko </a> 29 Jan 2025
<a> junko </a> 12 Feb 2025
<div>

i've rewrote the website completely (thank god i made <a href="https://github.com/xjunko/home">Eva</a>, less time migrating the website than before).
<br>
also i added the website to nekoweb :D, hello world!
midsem break in a few days!!

</div>
</div>
Expand Down
20 changes: 20 additions & 0 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,26 @@ <h1>blog</h1>
<!-- Blog list content -->
<div id="content">

<div class="window">
<div class="window-content blog">
<a id="blog-header" class="blog-header" href='/blog/phony-kafu.html'>
<h1>A Vtuber Prodigy</h1>
<span>2 Feb 2025</span>
</a>
<h3 id="blog-caption"> この世で造花より綺麗な花は無いわ </h3>
<p id="blog-content">
<p>As you know, this website, <a href="https://kafu.ovh">kafu.ovh</a>, is a reference to KAF from <a href="https://kamitsubaki.jp/">Kamitsubaki Studio</a>.</p>

</p>
<div id="blog-open">
<a class="href-right" style="text-align: right;"
href='/blog/phony-kafu.html'>
read more
</a>
</div>
</div>
</div>

<div class="window">
<div class="window-content blog">
<a id="blog-header" class="blog-header" href='/blog/buying-a-keitai.html'>
Expand Down
12 changes: 12 additions & 0 deletions channel.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ <h4 class="title"> main thread </h4>
</div>
<br> <br> <br> <br> <br>
<div class="grid-justify">
<div class="window" id="1739370829">
<div class="window-content">
<h3 class="name-small"> junko </h3>
<span class="date"> 12 Feb 2025 </span>
<span class="id"> No: <a href="#1739370829">1739370829</a> </span>
<br>
file: <a href="https://hatsune-miku.has.rocks/r/fr33d0m.jpg">fr33d0m.jpg</a>
(file/jpg)
<p><img class="post-image" loading=lazy src="https://hatsune-miku.has.rocks/r/fr33d0m.jpg"></p>
<p>midsem break in a few days!!</p>
</div>
</div>
<div class="window" id="1738099071">
<div class="window-content">
<h3 class="name-small"> junko </h3>
Expand Down
9 changes: 9 additions & 0 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
<title> junko's ramblings </title>
<description> i post pretty awful stuff here, please excuse my language. </description>
<link> https://kafu.ovh </link>
<item>
<title> post #1739370829 </title>
<description>midsem break in a few days!!

</description>
<link>kafu.ovh/channel.html?#1739370829</link>
<guid>post-1739370829</guid>
<pubDate>2025-02-12 22:33:49 +0800 +08</pubDate>
</item>
<item>
<title> post #1738099071 </title>
<description>
Expand Down
13 changes: 5 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ <h2> guestbook </h2>
<div class="window window-content blog" style="z-index: 2;">
<h3> latest blog post </h3>
<div>
<h2> Minimizing Life </h2><span> 11 Jul 2024
<h2> A Vtuber Prodigy </h2><span> 2 Feb 2025
</span>
<p
style="height: 50px;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;">
**The** day has finally come, after working and getting my OWN salary, I finally have my own source of money that I can spend on without guilt. So, what's the first thing I should get, a new furniture? PC upgrade maybe? Nope, it's a fucking keitai (aka Japanese flip phone).
As you know, this website, <a href="https://kafu.ovh">kafu.ovh</a>, is a reference to KAF from <a href="https://kamitsubaki.jp/">Kamitsubaki Studio</a>.
</p>
<div style="text-align: right;position: relative;top: 2px;">
<a class="href-right" href="/blog/buying-a-keitai.html"> read </a>
<a class="href-right" href="/blog/phony-kafu.html"> read </a>
</div>
</div>
</div>
Expand Down Expand Up @@ -163,12 +163,9 @@ <h2> webrings </h2><div>
</div>

<div class="window-content post-latest">
<a> junko </a> 29 Jan 2025
<a> junko </a> 12 Feb 2025
<div>

i've rewrote the website completely (thank god i made <a href="https://github.com/xjunko/home">Eva</a>, less time migrating the website than before).
<br>
also i added the website to nekoweb :D, hello world!
midsem break in a few days!!

</div>
</div>
Expand Down
7 changes: 2 additions & 5 deletions net.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,12 +333,9 @@ <h2 class="edgy" style="margin: 0"> misc </h2>
</div>

<div class="window-content post-latest">
<a> junko </a> 29 Jan 2025
<a> junko </a> 12 Feb 2025
<div>

i've rewrote the website completely (thank god i made <a href="https://github.com/xjunko/home">Eva</a>, less time migrating the website than before).
<br>
also i added the website to nekoweb :D, hello world!
midsem break in a few days!!

</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions static/css/blog.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
/* ===== Blog-specific ===== */

/* Window Spacing */
.website-grid.website-blog div#content div.window {
margin-bottom: 24px;
}

/* Div */
.blog {
display: flow-root;
Expand Down
5 changes: 5 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,12 +419,17 @@ img[src*="#center"] {

.website-grid #sidebar {
margin-top: 16px;
margin-bottom: 24px;
}

.website-grid.website-blog {
display: block;
}

.website-grid.website-blog div#content div.window {
margin-bottom: 0px;
}

.window-header {
height: 100px;
}
Expand Down

0 comments on commit 03256a6

Please sign in to comment.