Skip to content

Commit

Permalink
添加blog文章📃,优化其他细节
Browse files Browse the repository at this point in the history
  • Loading branch information
NightRainMilkyWay committed Sep 22, 2024
1 parent bd3d510 commit 1a22e6b
Show file tree
Hide file tree
Showing 48 changed files with 3,503 additions and 1,244 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
This is an example site used for solely for testing purposes. **It is not meant to be used as a template for your site**.

To create a new site, please use the starter template: [CaiJimmy/hugo-theme-stack-starter](https://github.com/CaiJimmy/hugo-theme-stack-starter/)
6 changes: 4 additions & 2 deletions archetypes/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ license:
hidden: false
comments: true
draft: false
categories: [""]
tags: [""]
categories:
-
tags:
-
---


78 changes: 78 additions & 0 deletions assets/scss/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,81 @@ $defaultTagColors: #fff, #fff, #fff, #fff, #fff;
--container-padding: 15px;
--widget-separation: var(--section-separation);
}

@media (prefers-reduced-motion: no-preference) {
html:not(.no-sliding) [slide-enter],
html:not(.no-sliding) .slide-enter,
html:not(.no-sliding) .main > div > *,
html:not(.no-sliding) #VPContent > div > div.VPFeatures.VPHomeFeatures > *,
html:not(.no-sliding) .TeamPage > *,
html:not(.no-sliding) .VPHomeHero > * {
--enter-stage: 0;
--enter-step: 90ms;
--enter-initial: 0ms;
animation: slide-enter 1s both 1;
animation-delay: calc(
var(--enter-initial) + var(--enter-stage) * var(--enter-step)
);
}

.main > div > *:nth-child(1) {
--enter-stage: 1;
}
.main > div > *:nth-child(2) {
--enter-stage: 2;
}
.main > div > *:nth-child(3) {
--enter-stage: 3;
}
.main > div > *:nth-child(4) {
--enter-stage: 4;
}
.main > div > *:nth-child(5) {
--enter-stage: 5;
}
.main > div > *:nth-child(6) {
--enter-stage: 6;
}
.main > div > *:nth-child(7) {
--enter-stage: 7;
}
.main > div > *:nth-child(8) {
--enter-stage: 8;
}
.main > div > *:nth-child(9) {
--enter-stage: 9;
}
.main > div > *:nth-child(10) {
--enter-stage: 10;
}
.main > div > *:nth-child(11) {
--enter-stage: 11;
}
.main > div > *:nth-child(12) {
--enter-stage: 12;
}
.main > div > *:nth-child(13) {
--enter-stage: 13;
}
.main > div > *:nth-child(14) {
--enter-stage: 14;
}
.main > div > *:nth-child(15) {
--enter-stage: 15;
}
.main > div > *:nth-child(16) {
--enter-stage: 16;
}
.main > div > *:nth-child(17) {
--enter-stage: 17;
}
.main > div > *:nth-child(18) {
--enter-stage: 18;
}
.main > div > *:nth-child(19) {
--enter-stage: 19;
}
.main > div > *:nth-child(20) {
--enter-stage: 20;
}
}
37 changes: 34 additions & 3 deletions content/page/about/index.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,44 @@ menu:
params:
icon: user
---
## 我是NightRainMilkyWay

---
![Typing SVG](https://readme-typing-svg.demolab.com?font=Fira+Code&size=35&pause=1000&color=FCBFC7&center=%E5%81%87&vCenter=%E5%81%87&repeat=%E7%9C%9F&random=%E5%81%87&width=435&lines=NightRainMilkyWay)

自由开发者 | 开源爱好者 | 技术博主?

***这世界很宽容,宽容到绝对可以允许抬高三公分的枪口,也可以宽容到每个人都可以问心无愧的活着。没有人理应去要求你爱这个世界,但我由衷的希望你爱着自己***


![1723221496024.webp](https://img.nightrainmilkyway.cn/img/1723221496024.webp)
![113845204_p0.jpg](https://img.nightrainmilkyway.cn/img/113845204_p0.jpg)

---

关于我

你好!我是***nightrainmilkyway***,一名热爱编程的开发者,我喜欢参与开源项目、学习新技术,并通过博客和演讲分享我的经验

![Metrics](https://cdn.jsdelivr.net/gh/NightRainMilkyWay/NightRainMilkyWay@main/github-metrics.svg)

![](https://cdn.jsdelivr.net/gh/NightRainMilkyWay/NightRainMilkyWay@main/profile-3d-contrib/profile-season-animate.svg)

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/NightRainMilkyWay/NightRainMilkyWay/output/github-contribution-grid-snake-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/NightRainMilkyWay/NightRainMilkyWay/output/github-contribution-grid-snake.svg">
<img alt="github contribution grid snake animation" src="https://raw.githubusercontent.com/NightRainMilkyWay/NightRainMilkyWay/output/github-contribution-grid-snake.svg">
</picture>

---

与我联系

Gmail : nightrainmilkyway@gmail.com

QQ: 3293811490

---

{{< heatmap >}}
<!---
NightRainMilkyWay/NightRainMilkyWay is a ✨ special ✨ repository because its `README.md` (this file) appears on your GitHub profile.
You can click the Preview link to take a look at your changes.
--->
19 changes: 0 additions & 19 deletions content/post/ct.md

This file was deleted.

17 changes: 10 additions & 7 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@

<link rel='canonical' href='http://localhost:1313/404.html'>

<link rel="stylesheet" href="/scss/style.min.d910d65b8679a418080d2ec133fc8fe9183f6b99bd013b2ae377aca0d16b347c.css"><meta property='og:title' content="404 Page not found">
<link rel="stylesheet" href="/scss/style.min.0729f175c3aba90dcc7f6cc262d86a0d80b78d4b2aba821d70107e5f7dae283b.css"><meta property='og:title' content="404 Page not found">
<meta property='og:description' content="Hello, I'm Nightrain">
<meta property='og:url' content='http://localhost:1313/404.html'>
<meta property='og:site_name' content='Nightrain&#39;s Blog'>
<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2024-08-10T00:42:16&#43;08:00 '/>
<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2024-08-10T21:23:21&#43;08:00 '/>
<meta name="twitter:title" content="404 Page not found">
<meta name="twitter:description" content="Hello, I'm Nightrain">



</head>
<body class="">
<script>
Expand Down Expand Up @@ -260,8 +257,14 @@ <h2 class="article-subtitle">页面不存在</h2>



发表了3篇文章,共计4122字
总计4.12k字






发表了6篇文章,共计5425字
总计5.42k字
</section>


Expand Down
131 changes: 125 additions & 6 deletions public/archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@

<link rel='canonical' href='http://localhost:1313/archives/'>

<link rel="stylesheet" href="/scss/style.min.d910d65b8679a418080d2ec133fc8fe9183f6b99bd013b2ae377aca0d16b347c.css"><meta property='og:title' content="Archives">
<link rel="stylesheet" href="/scss/style.min.0729f175c3aba90dcc7f6cc262d86a0d80b78d4b2aba821d70107e5f7dae283b.css"><meta property='og:title' content="Archives">
<meta property='og:description' content="">
<meta property='og:url' content='http://localhost:1313/archives/'>
<meta property='og:site_name' content='Nightrain&#39;s Blog'>
<meta property='og:type' content='article'><meta property='article:section' content='Page' /><meta property='article:published_time' content='2019-05-28T00:00:00&#43;00:00'/><meta property='article:modified_time' content='2019-05-28T00:00:00&#43;00:00'/>
<meta name="twitter:title" content="Archives">
<meta name="twitter:description" content="">



</head>
<body class="template-archives">
<script>
Expand Down Expand Up @@ -231,6 +228,32 @@ <h2 class="section-title">Categories</h2>
<div class="article-list--tile">


<article class="">
<a href="/categories/android/">



<div class="article-details">
<h2 class="article-title">Android</h2>
</div>
</a>
</article>



<article class="">
<a href="/categories/ndk/">



<div class="article-details">
<h2 class="article-title">NDK</h2>
</div>
</a>
</article>



<article class="">
<a href="/categories/termux/">

Expand All @@ -244,6 +267,45 @@ <h2 class="article-title">Termux</h2>



<article class="">
<a href="/categories/cuprumturbo-scheduler/">



<div class="article-details">
<h2 class="article-title">CuprumTurbo Scheduler</h2>
</div>
</a>
</article>



<article class="">
<a href="/categories/tritium/">



<div class="article-details">
<h2 class="article-title">Tritium</h2>
</div>
</a>
</article>



<article class="">
<a href="/categories/git/">



<div class="article-details">
<h2 class="article-title">Git</h2>
</div>
</a>
</article>



<article class="">
<a href="/categories/qq%E8%A3%85%E6%89%AE/">

Expand Down Expand Up @@ -321,6 +383,57 @@ <h2 class="article-title">Test</h2>
<h2 class="archives-date section-title"><a href="/archives/#2024">2024</a></h2>
<div class="article-list--compact">

<article>
<a href="/p/zerotermux%E6%8A%98%E8%85%BE%E6%97%A5%E8%AE%B03-arch-linux%E4%B8%8A%E8%B7%91ndk/">
<div class="article-details">
<h2 class="article-title">Zerotermux折腾日记(3)-Arch linux上跑NDK</h2>
<footer class="article-time">
<time datetime='2024-08-10T21:23:21&#43;08:00'>Aug 10, 2024</time>
</footer>
</div>
<div class="article-image">

<img src="https://img.nightrainmilkyway.cn/img/1723296375281.webp" loading="lazy" alt="Featured image of post Zerotermux折腾日记(3)-Arch linux上跑NDK" />

</div>

</a>
</article>

<article>
<a href="/p/cuprumturbo-scheduler%E4%BD%BF%E7%94%A8/">
<div class="article-details">
<h2 class="article-title">CuprumTurbo Scheduler使用</h2>
<footer class="article-time">
<time datetime='2024-08-10T21:18:22&#43;08:00'>Aug 10, 2024</time>
</footer>
</div>
<div class="article-image">

<img src="https://img.nightrainmilkyway.cn/img/1723295109779.webp" loading="lazy" alt="Featured image of post CuprumTurbo Scheduler使用" />

</div>

</a>
</article>

<article>
<a href="/p/zerotermux%E6%8A%98%E8%85%BE%E6%97%A5%E8%AE%B02-arch-linux%E5%AE%89%E8%A3%85git/">
<div class="article-details">
<h2 class="article-title">Zerotermux折腾日记(2)-Arch linux安装git</h2>
<footer class="article-time">
<time datetime='2024-08-10T20:58:28&#43;08:00'>Aug 10, 2024</time>
</footer>
</div>
<div class="article-image">

<img src="https://img.nightrainmilkyway.cn/img/1723295107649.webp" loading="lazy" alt="Featured image of post Zerotermux折腾日记(2)-Arch linux安装git" />

</div>

</a>
</article>

<article>
<a href="/p/zerotermux%E6%8A%98%E8%85%BE%E6%97%A5%E8%AE%B01-%E5%AE%89%E8%A3%85arch-linux/">
<div class="article-details">
Expand Down Expand Up @@ -407,8 +520,14 @@ <h2 class="article-title">怎么使用OPatch</h2>



发表了3篇文章,共计4122字
总计4.12k字






发表了6篇文章,共计5425字
总计5.42k字
</section>


Expand Down
Loading

0 comments on commit 1a22e6b

Please sign in to comment.