Skip to content

Commit

Permalink
Theme toggle button follow the same font and added torrent in misc
Browse files Browse the repository at this point in the history
  • Loading branch information
nishimi-ya committed Dec 15, 2024
1 parent 70c1b47 commit 04f72fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2>## Social links and stuff</h2>
<ul>
<li>Bluesky: <a href="https://bsky.app/profile/nishimiya.my.id">@nishimiya.my.id</a></li>
<li>GitHub: <a href="https://github.com/nishimi-ya">nishimi-ya</a></li>
<li>LibreFM: <a href="https://libre.fm/user/nishimiya">nishimiya</a> · <a
<li>Scrobble: <a href="https://libre.fm/user/nishimiya">LibreFM</a> · <a
href="https://www.last.fm/user/nishi-miya">LastFM</a></li>
<li>Blog: <a href="https://blog.nishimiya.my.id/">blog.nishimiya.my.id</a> · <a
href="https://blog.nishimiya.my.id/index.xml">RSS</a></li>
Expand All @@ -71,7 +71,7 @@ <h3>### Linux</h3>
<h3>### Web</h3>
<ul>
<li>
<strong>Shinosawa Hiro Tribute</strong><br>Simple website tribute for Shinosawa Hiro from Hatsuboshi Gakuen<br>
<strong>Shinosawa Hiro Tribute</strong><br>Simple website tribute for Shinosawa Hiro from Hatsuboshi Gakuen.<br>
<a href="https://github.com/nishimi-ya/hiro-shinosawa">Repository</a> · <a
href="http://nishimiya.my.id/hiro-shinosawa/">Preview</a>
</li>
Expand All @@ -86,10 +86,14 @@ <h3>### Web</h3>
<h3>### Misc</h3>
<ul>
<li>
<strong>MPD BlueSky Bot</strong><br>A bot that post current song using MPD to bluesky<br>
<strong>MPD BlueSky Bot</strong><br>A bot that post current song using MPD to bluesky.<br>
<a href="https://github.com/nishimi-ya/mpd-bsky-bot/blob/main/LICENSE">UNLICENSE</a> · <a
href="https://github.com/nishimi-ya/mpd-bsky-bot">Repository</a>
</li>
<li>
<strong>Torrent</strong><br>Personal web torrent interface for managing torrent.<br>
<a href="https://torrent.nishimiya.my.id">Preview</a>
</li>
</ul>

<!-- RSS Feed Section -->
Expand Down
1 change: 1 addition & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ ul li::before {

/* Theme Toggle */
.theme-toggle {
font-family: 'IBM Plex Mono', monospace;
position: fixed;
top: 20px;
right: 20px;
Expand Down

0 comments on commit 04f72fa

Please sign in to comment.