Skip to content

Commit

Permalink
update theme as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
sysdl132 committed Dec 28, 2024
1 parent 0e53445 commit 345eaea
Show file tree
Hide file tree
Showing 36 changed files with 64 additions and 61 deletions.
4 changes: 3 additions & 1 deletion README.en.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://cdn.jsdelivr.net/gh/D-Sketon/hugo-theme-reimu@main/images/screenshot.png"/>
<!--<img src="https://cdn.jsdelivr.net/gh/D-Sketon/hugo-theme-reimu@main/images/screenshot.png"/>
<div align = center>
<h1>hugo-theme-reimu</h1>
<img alt="version" src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2FD-Sketon%2Fhugo-theme-reimu%2Fraw%2Fmain%2Fpackage.json&query=%24.version&label=version">
Expand Down Expand Up @@ -763,3 +763,5 @@ Users can switch between CDN sources according to network conditions.
## License
MIT
-->
# Website theme
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://cdn.jsdelivr.net/gh/D-Sketon/hugo-theme-reimu@main/images/screenshot.png"/>
<!--<img src="https://cdn.jsdelivr.net/gh/D-Sketon/hugo-theme-reimu@main/images/screenshot.png"/>
<div align = center>
<h1>hugo-theme-reimu</h1>
<img alt="version" src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2FD-Sketon%2Fhugo-theme-reimu%2Fraw%2Fmain%2Fpackage.json&query=%24.version&label=version">
Expand Down Expand Up @@ -782,4 +782,6 @@ webcache: https://npm.webcache.cn/ # 仅针对npm加速
## 许可
MIT
MIT
-->
# Website theme
20 changes: 10 additions & 10 deletions assets/css/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Colors
:root {
--red-0: #ff0000;
--red-1: #ff5252;
--red-2: #ff7c7c;
--red-3: #ffafaf;
--red-4: #ffd0d0;
--red-5: #ffe4e4;
--red-5-5: #ffecec;
--red-6: #fff3f3;
--red-0: #01bb04;
--red-1: #1ddd20;
--red-2: #40f543;
--red-3: #7df87f;
--red-4: #aeffb0;
--red-5: #d1fdd1;
--red-5-5: #e0fde0;
--red-6: #f9fff9;

--grey-9: #999;
--grey-7: #777;
Expand All @@ -28,8 +28,8 @@
--color-meta-shadow: var(--red-6);
--color-hover-shadow: rgba(150, 150, 150, 0.1);
--color-h2-after: var(--red-1);
--color-red-6-shadow: rgba(255, 78, 78, 0.6);
--color-red-3-shadow: rgba(255, 78, 78, 0.3);
--color-red-6-shadow: rgba(78, 255, 131, 0.6);
--color-red-3-shadow: rgba(78, 255, 134, 0.3);

--highlight-nav: #e6e6e6;
--highlight-scrollbar: #d6d6d6;
Expand Down
4 changes: 2 additions & 2 deletions assets/css/loader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

.spinner-box .loading-word {
color: var(--red-1, #ff5252);
color: var(--red-1, #06d75d);
}
}
}
Expand Down Expand Up @@ -42,7 +42,7 @@

.loading-word {
position: absolute;
color: var(--red-1, #ff5252);
color: var(--red-1, #06d75d);
top: calc(50% + 110px);
left: 50%;
transform: translate(-50%, -50%);
Expand Down
24 changes: 12 additions & 12 deletions config/_default/params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ monthFormat: "2006-01"
dateFormat: "2006-01-02"
timeFormat: "2006-01-02 15:04:05"

author: D-Sketon
description: "少女祈祷中..."
subtitle: "少女祈祷中..."
author: sysdl132
description: "Flixtrain 193"
subtitle: "绿巴 - Flixtrain Vectron 193"

banner: "images/banner.webp"
# You can also write it in the form of the following url
Expand Down Expand Up @@ -63,7 +63,7 @@ open_graph:
excerpt_link: Read More

footer:
since: 2020 # 2020-current year
since: 2019 # 2020-current year
powered: true
count: true
busuanzi: true
Expand All @@ -76,8 +76,8 @@ footer:
sidebar: right

social:
# email: mailto:xxx@gmail.com
# github: https://github.com/yourname
email: mailto:3412913920@qq.com
github: https://github.com/sysdl132
# google: https://plus.google.com/yourname
# twitter: https://twitter.com/yourname
# facebook: https://www.facebook.com/yourname
Expand Down Expand Up @@ -117,7 +117,7 @@ recent_posts_limits: 5

anchor_icon: # default use '#' icon, you can use a hexadecimal representation of fontawesome or icon_font, like 'f0c1'

reimu_cursor: true
reimu_cursor: false

icon_font: 4552607_tq6stt6tcg

Expand Down Expand Up @@ -295,8 +295,8 @@ algolia_search:

preloader:
enable: true
text: 少女祈祷中...
icon: # default use inline svg for fast speed, you can use a image url, like '/images/taichi.png'
text: 'Die Seite wird geladen'
icon: "../images/taichi.png"# default use inline svg for fast speed, you can use a image url, like '/images/taichi.png'

# see https://github.com/D-Sketon/aos.js
animation:
Expand Down Expand Up @@ -333,7 +333,7 @@ firework:
- shape: circle
move: ["emit"]
easing: easeOutExpo
colors: ["#ff5252", "#ff7c7c", "#ffafaf", "#ffd0d0"]
colors: ["#188527", "#1B912A", "#21B334", "#28D93F"]
number: 20
duration: [1200, 1800]
shapeOptions:
Expand All @@ -342,7 +342,7 @@ firework:
- shape: circle
move: ["diffuse"]
easing: easeOutExpo
colors: ["#ff0000"]
colors: ["#00FF1C"]
number: 1
duration: [1200, 1800]
shapeOptions:
Expand Down Expand Up @@ -435,7 +435,7 @@ service_worker:

# Experimental
live2d:
enable: false
enable: true

# https://github.com/CodeByZach/pace
pace:
Expand Down
16 changes: 15 additions & 1 deletion data/covers.yml
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
- https://d-sketon.top/img/_backwebp/bg1.webp
- /images/20241221194132_1.webp
- /images/1.webp
- /images/2.webp
- /images/3.webp
- /images/4.webp
- /images/5.webp
- /images/6.webp
- /images/7.webp
- /images/8.webp
- /images/9.webp
- /images/10.webp
- /images/11.webp
- /images/12.webp
- /images/13.webp
- /images/14.webp
16 changes: 8 additions & 8 deletions data/friends.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- name: D-Sketon
url: https://d-sketon.github.io/
desc: Hexo 建站
image: https://d-sketon.github.io/avatar/avatar.webp
- name: D-Sketon
url: https://d-sketon.github.io/astro-theme-reimu/
desc: Astro 建站
image: https://d-sketon.github.io/avatar/avatar.webp
- name: Eterill
url: https://github.com/EternalIllusion
desc: 代码大师
image: https://avatars.githubusercontent.com/u/190497522?v=4
#- name: D-Sketon
# url: https://d-sketon.github.io/astro-theme-reimu/
# desc: Astro 建站
# image: https://d-sketon.github.io/avatar/avatar.webp
4 changes: 2 additions & 2 deletions i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ sidebar:
tag: Tags

not_found:
title: 4 0 4 (゚⊿゚)ツ
subtitle: NOT FOUND
title: Zwangsbremsung
subtitle: Zur Zeit nicht gefunden

post:
count:
Expand Down
4 changes: 2 additions & 2 deletions i18n/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ friend: フレンド
archives: アーカイブ

not_found:
title: 4 0 4 (゚⊿゚)ツ
subtitle: 満 身 創 痍
title: Zwangsbremsung
subtitle: Zur Zeit nicht gefunden

sidebar:
post: 投稿
Expand Down
4 changes: 2 additions & 2 deletions i18n/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ sidebar:
tag: 标签

not_found:
title: 4 0 4 (゚⊿゚)ツ
subtitle: 満 身 創 痍
title: Zwangsbremsung
subtitle: Zur Zeit nicht gefunden

post:
count:
Expand Down
4 changes: 2 additions & 2 deletions i18n/zh-TW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ sidebar:
tag: 標簽

not_found:
title: 4 0 4 (゚⊿゚)ツ
subtitle: 満 身 創 痍
title: Zwangsbremsung
subtitle: Zur Zeit nicht gefunden

post:
count:
Expand Down
Binary file added static/avatar/avatar.webp
Binary file not shown.
Binary file modified static/favicon.ico
Binary file not shown.
Binary file added static/images/1.webp
Binary file not shown.
Binary file added static/images/10.webp
Binary file not shown.
Binary file added static/images/11.webp
Binary file not shown.
Binary file added static/images/12.webp
Binary file not shown.
Binary file added static/images/13.webp
Binary file not shown.
Binary file added static/images/14.webp
Binary file not shown.
Binary file added static/images/2.webp
Binary file not shown.
Binary file added static/images/20241221194132_1.webp
Binary file not shown.
Binary file added static/images/3.webp
Binary file not shown.
Binary file added static/images/4.webp
Binary file not shown.
Binary file added static/images/5.webp
Binary file not shown.
Binary file added static/images/6.webp
Binary file not shown.
Binary file added static/images/7.webp
Binary file not shown.
Binary file added static/images/8.webp
Binary file not shown.
Binary file added static/images/9.webp
Binary file not shown.
Binary file modified static/images/banner-600w.webp
Binary file not shown.
Binary file modified static/images/banner-800w.webp
Binary file not shown.
Binary file modified static/images/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/banner.webp
Binary file not shown.
Binary file modified static/images/taichi-fill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions static/images/taichi-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/taichi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions static/images/taichi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 345eaea

Please sign in to comment.