add LFS
This commit is contained in:
parent
a29f15f73c
commit
c1cb5c59e9
66 changed files with 43 additions and 2 deletions
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.gif filter=lfs diff=lfs merge=lfs -text
|
||||
*.m4a filter=lfs diff=lfs merge=lfs -text
|
|
@ -10,10 +10,14 @@ I grew up loving music and loving singing, and stayed in school choirs beginning
|
|||
Anyway, I'll be releasing that kind of stuff here! For now, it's just a collection of my old works...>w< please enjoy!!
|
||||
|
||||
<div class="threecol">
|
||||
<div style="align-content: center; text-align: right; font-size: 1.25rem;">
|
||||
<div class="cover">
|
||||
<img src="/img/songs/kurorekishi_sounds.png" alt="黒歴史サウンド (kurorekishi sound) by mana"><br>
|
||||
<b>黒歴史サウンド</b><br>
|
||||
<small>2024.12.21</small>
|
||||
<small>2024.12.21</small><br>
|
||||
<p style="font-size: .8rem; margin: 0;">
|
||||
<a href="{% link music/kurorekishi.zip %}">
|
||||
full album
|
||||
</a></p>
|
||||
</div>
|
||||
<div style="font-size: .9rem;">
|
||||
<small><b>Disc 1: Solo Works</b></small>
|
||||
|
|
6
_posts/updates/2024-12-22-title.md
Normal file
6
_posts/updates/2024-12-22-title.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "site update"
|
||||
date: 2024-12-22
|
||||
collection: updates
|
||||
---
|
||||
fixed some responsiveness issues and added a full-album download to [my music]({% link _pages/songs.md %}) page!
|
3
music/kurorekishi.zip
Normal file
3
music/kurorekishi.zip
Normal file
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de2e42599a49dcd4ef46bf72760a597ccc53514867a691ba94463d8035e84b77
|
||||
size 305187872
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
22
style.css
22
style.css
|
@ -622,10 +622,32 @@ hr {
|
|||
gap: 10px;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.threecol > * {
|
||||
margin: .5rem;
|
||||
max-width: calc(100% - .1rem);
|
||||
}
|
||||
|
||||
.threecol > p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.threecol > .cover {
|
||||
align-content: center;
|
||||
text-align: right;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
.threecol {
|
||||
justify-content: left;
|
||||
width: calc(100% - .2rem);
|
||||
}
|
||||
.threecol > .cover > img {
|
||||
width: calc(100% - .1rem);
|
||||
}
|
||||
}
|
||||
|
||||
#statuscafe {
|
||||
|
|
Loading…
Add table
Reference in a new issue