diff --git a/.github/workflows/jekyll-docker.yml b/.github/workflows/jekyll-docker.yml new file mode 100644 index 000000000000..60e57369de43 --- /dev/null +++ b/.github/workflows/jekyll-docker.yml @@ -0,0 +1,20 @@ +name: Jekyll site CI + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Build the site in the jekyll/builder container + run: | + docker run \ + -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ + jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future" diff --git a/CNAME b/CNAME index b9655642c4c5..e69a773ed423 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -story.jyunko.cn \ No newline at end of file +krailynd.drums.io \ No newline at end of file diff --git a/css/styles.css b/css/styles.css index f5fad7996b1a..687ae0d05c3a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -8,6 +8,7 @@ @import url("styles-authors.css"); @import url("../css/media.css"); + body { line-height: 1.45; color: hsl(0, 0%, 5%); @@ -44,7 +45,7 @@ p { } .thing { - color:#ff3366; + color:#5c5c5c; } h2 { @@ -67,7 +68,7 @@ p { } small, .font_small { - font-size: 0.667rem; + font-size: 0.967rem; font-family: "Anonymous Pro", 'Courier New', Courier, monospace; } @@ -178,7 +179,7 @@ p { .menu-index { -ms-grid-column-span:4; grid-column:span 4; - background-color:#33cc99; + background-color:#2e2e2e; justify-items:center; } @@ -200,7 +201,7 @@ p { button { padding:1rem; - background-color:hsl(51, 100%, 50%); + background-color:hsl(0deg 0% 100%); border:3px solid black; } @@ -222,7 +223,7 @@ p { top: 0; left: 0; - background-color: hsla(160, 60%, 50%, 0.95); + background-color: hsl(0deg 0% 0% / 64%); overflow-x: hidden; -webkit-transition: 0.5s; -o-transition: 0.5s; @@ -255,12 +256,12 @@ p { } .overlay h2 a { - color: #ff3366; + color: #4d4d4d; font-size: calc(2rem + 1.5vw); } .overlay h2 a:hover { - color: #409dd7; + color: #6d8a73b3; } .overlay-content-block { diff --git a/index.html b/index.html index 21c049e2d4cd..85eb754537cd 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ content="200 старонак чыстай прозы, задавальненьня, інтэлектуальнай оргіі і простага каханьня для душы."> -
这其实是我在2022年就有的想法,我当时看着自己的一篇一篇日记,觉得还是要找个方式把它们全部存起来,自2019年以来,我一直有给他人分享我的日记片段的习惯,于是我创建了这个组织,并fork了一个日历风格的基于jykell的站点,最后在上面进行了我个人日记片段的连载,你们可以在Diary读到大部分内容。现在,日记已经有了,那么小说呢?至于小说,我其实从小就写过一个,但是真正关于人际与现实世界的小说(比如《余言后续》)一直到2022年才开始动笔。我写了很久,因为我记性很差的缘故,因此我经常需要花很久的时间去回忆当时发生的事情或者翻阅很久的关于那段时间的日记,但好在一切都快结束了。总之,我很庆幸自己能够完成这几本小说以及这几篇文章,不管你是谁,总之,你好,祝你生活愉快! +
Actually, I have aspirations and inspirations in computing, which were inspired by Chema Alonso. On the other hand, music touches my ears and tastes. I've been involved in music production for a year now, and I still enjoy it.
+