Skip to content

Commit

Permalink
Merge pull request #76 from CXwudi/main
Browse files Browse the repository at this point in the history
  • Loading branch information
CXwudi authored Jan 13, 2025
2 parents b4d2324 + b151662 commit a7e222e
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# must use 0.112 and above for deep merging of i18n config, see https://github.com/gohugoio/hugo/releases/tag/v0.112.0
# the DoIt theme now require 0.134
# check newest Hugo version at https://github.com/gohugoio/hugo/releases
HUGO_VERSION=0.124.1
HUGO_VERSION=0.139.4
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
hugo:
image: hugo-devcontainer:v${HUGO_VERSION}
Expand Down
26 changes: 10 additions & 16 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
{
"name": "Hugo",
"dockerComposeFile": "docker-compose.yml",
"dockerComposeFile": "compose.yml",
"service": "hugo",
// Set *default* container specific settings.json values on container create.
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.profiles.linux": {
"zsh": {
"path": "/bin/zsh"
}
},
"terminal.integrated.defaultProfile.linux": "zsh"
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"tamasfe.even-better-toml",
Expand All @@ -25,25 +17,27 @@
"yzhang.markdown-all-in-one",
"zaaack.markdown-editor",
"formulahendry.code-runner",
// AI tools
// "GitHub.copilot",
// "GitHub.copilot-chat@prerelease",
"Continue.continue",
"Codeium.codeium"
"Supermaven.supermaven",
"RooVeterinaryInc.roo-cline"
]
}
},
"workspaceFolder": "/workspace/personal-blog",
"features": {
"ghcr.io/nils-geistmann/devcontainers-features/zsh:0": {
"plugins": "git z aliases docker docker-compose common-aliases poetry zsh-syntax-highlighting zsh-autosuggestions ohmyzsh-full-autoupdate"
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [
// 1313
// ],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "uname -a",
"postCreateCommand": ".devcontainer/post-create.sh",
// Uncomment to use Docker from inside the container. See https://aka.ms/vscode-remote/samples/docker-from-docker.
// "mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ],
// Uncomment when using a ptrace-based debugger like C++, Go, and Rust
// "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
}
}
3 changes: 3 additions & 0 deletions .devcontainer/post-create.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/Pilaton/OhMyZsh-full-autoupdate ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/ohmyzsh-full-autoupdate
2 changes: 1 addition & 1 deletion config/_default/hugo.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ languageName = "English"
# whether to include Chinese/Japanese/Korean
hasCJKLanguage = false
# default amount of posts in each pages
paginate = 12
# paginate = 12 # deprecated since 0.128
# [UA-XXXXXXXX-X] google analytics code (replaced by params.analytics.google)
# googleAnalytics = ""
# copyright description used only for seo schema
Expand Down
2 changes: 1 addition & 1 deletion config/_default/hugo.zh-cn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ languageName = "简体中文"
# 是否包括中日韩文字
hasCJKLanguage = true
# 默认每页列表显示的文章数目
paginate = 12
# paginate = 12 # deprecated since 0.128
# [UA-XXXXXXXX-X] 谷歌分析代号 (被 params.analytics.google 替代)
# googleAnalytics = ""
# 版权描述,仅仅用于 SEO
Expand Down
76 changes: 76 additions & 0 deletions content/posts/2024/10-anniversaty-of-2014/index.zh-cn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: "纪念那永远的2014"
# slug: "10-anniversaty-of-2014" # if :slug is in the permalinks configuration, use this to resolve URL conflict with other posts
date: 2024-09-22T00:09:17Z # if year month day in the permalinks configuration and other posts have the same date, modify this to resolve URL conflict with other posts
lastmod: 2024-09-22T00:09:17Z # no longer needed if enableGitInfo = true
draft: true # remember to change it back to false before opening the PR for publishing
authors: [CXwudi] # no quotes
featuredImage: ""
description: "CX二次元王国建国录"
# license: '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a>'

# need quotes for all three
tags: []
categories: ["vocaloid", "acgn", "life"]
series: ["nijiken-autobiography"]
series_weight: 3

# you can copy any config from [params.page] to here to override global default

# outdatedArticleReminder: # uncomment to enable, default is false in config
# enable: true
# reminder: 180
# warning: 365
# sponsor: # uncomment to enable, default is false in config
# enable: true
# bio:
# custom:
# table: # uncomment to disable, default is true
# sort: false
# comment: # uncomment to disable comment system
# enable = false
# lightgallery: true # uncomment if using the better image shortcode
seo:
images: [] # same as featuredImage
---

abstract

<!--more-->
{{< admonition type=quote title="Featured Image Source/封面来源" open=true >}}
**Artist/画师**: [name](link to artist's pixiv / twitter / blog) <!--just to insert a double space behind-->
**Source/来源**: [Image source platform](link to image)
{{< /admonition >}}

自从V家王国与动漫王国加入CX游戏王国以后, CX游戏王国国王, CX, 比以往更加活跃于学习军的指挥, 因为只有学习军打胜仗, 才能保住后方的给初音ミク与动漫划分出来的地盘, 而不会重蹈2010年的覆辙让兴趣被父母扼杀.

然而, 学习军今年依旧出师不利. 再加上QQ权限的设置错误导致动漫被父母知晓. 初音ミク与动漫的命运, 将会何去何从?

"无论如何, 我都会守护你" CX说到

"我一直在这里哟" 初音ミク说到

## 冬X冬X冬XX

### 2013年底

"困扰了呢, 歌姬计划EX/2已经玩得滚瓜烂熟了, 歌姬计划F之后需要PS3, 这... 我妈绝对不会给我买PS3的啊"

CX继续说: "看来, OSU, 由你去暂时代替歌姬计划吧, 去帮我们发掘更多初音的歌"

"没有问题"

"但愿, 获得PS3的时间可以缩短一点吧" CX感叹道.

"说起来动漫看到哪一部了" CX转头问向动漫王国

"目前新番Little Busters! Refrain正在连载, 即将完结. 催泪治愈番 EF - a tale of memories/melodies即将结束, EF - a tale of melodies 可以比肩未闻花名/Clannad等治愈番" 动漫王国负责人回答到

"很好啊, 看来动漫王国的发展很不错啊, 这一年你们为前方学习军带来了大量能量, 辛苦你们了"

"CX, 父母真的会扼杀我们吗?"

"哎, 我也不知道, 走一步是一步吧, 无论如何我都不会放弃动漫, 你们就先安心发展下去吧, 父母那边的威胁, 我会第一个冲上去为你们抵挡的"

### 1月

2 changes: 1 addition & 1 deletion themes/DoIt
Submodule DoIt updated 102 files

0 comments on commit a7e222e

Please sign in to comment.