Skip to content

Commit 2547f83

Browse files
author
Tetsuro Sakamoto
committed
Add collection directory
1 parent 30f337a commit 2547f83

File tree

9 files changed

+69
-8
lines changed

9 files changed

+69
-8
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/target
22
/dist
3+
node_modules

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ npm install --global http-server
1111
http-server dist
1212

1313
# Deploy
14-
git push origin master
14+
cargo run
15+
./deploy.sh
1516
```

markups/collection/cool-words.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# かっこいい・語感の良い単語
2+
3+
## あ行
4+
5+
* アーノルド・シュワルツェネッガー
6+
* ウィーナー=ヒンチンの定理
7+
* 確率論
8+
* ヴェネター級
9+
* スターウォーズに登場するスターデストロイヤーの等級名
10+
11+
## か行
12+
13+
* コンセルトヘボウ
14+
* オランダにあるコンサートホール
15+
16+
## さ行
17+
18+
* ザイデル収差
19+
* 佐久長聖(さくちょうせい)
20+
* 長野県にある私立中学校・高等学校
21+
* 猿田彦(さるたひこ)
22+
* シントニックコンマ
23+
* 音楽理論
24+
25+
## た行
26+
27+
* 高々(たかだか)
28+
* 多剤耐性アシネトバクター
29+
30+
## な行
31+
32+
* 中村・八波研(なかむらやつなみけん)
33+
* 東京工業大学の研究室
34+
* 仁科加速器
35+
36+
## は行
37+
38+
* 富嶽(ふがく)
39+
* スーパーコンピューター
40+
41+
## や行
42+
43+
* ユングフラウヨッホ
44+
* スイスにある山

markups/collection/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# List
2+
3+
* [Works](/)
4+
* [Tools](/collection/tools.html)
5+
* [Twitter tags](/collection/twitter-tags.html)
6+
* [かっこいい・語感の良い単語](/collection/cool-words.html)

markups/tools.md renamed to markups/collection/tools.md

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100

101101
### 携帯電話
102102

103+
* Google Pixel 8 (2023 -)
103104
* Google Pixel 3XL (2020 -)
104105
* モバイルバッテリー
105106
* Anker PowerCore III 19200 60W
File renamed without changes.

markups/profile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
* [Twitter](https://twitter.com/monman53)
3030
* [GitHub](https://github.com/monman53)
3131
* [Blog](/blog/)
32-
* [My gears](/tools.html)
32+
* [Collections](/collection/)

markups/sitemap.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@
66

77
## Pages
88

9+
* [Profile](/profile.html)
910
* [Science](/science/)
1011
* [Computer](/science/computer/)
1112
* [グラフ理論用語](/science/computer/graph.html)
1213
* [非線形科学](/science/nonlinear.html)
13-
14-
## Others
15-
16-
* [Profile](/profile.html)
17-
* [Tools](/tools.html)
18-
* [Twitter Tags](/twitter.html)
14+
* [Collections](/collection/)

public/sitemap.txt

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
https://monman53.github.io/
2+
https://monman53.github.io/sitemap.html
23
https://monman53.github.io/profile.html
34
https://monman53.github.io/2dfft/
45
https://monman53.github.io/simple-camera-simulator/
@@ -7,3 +8,14 @@ https://monman53.github.io/juliaset/
78
https://monman53.github.io/plasmidraw/
89
https://monman53.github.io/demos/kd-tree/
910
https://monman53.github.io/blog/
11+
https://monman53.github.io/blog/2022042900.md
12+
https://monman53.github.io/blog/2022050100.md
13+
https://monman53.github.io/documents/photography.pdf
14+
https://monman53.github.io/science/
15+
https://monman53.github.io/science/nonlinear.html
16+
https://monman53.github.io/science/computer/
17+
https://monman53.github.io/science/computer/graph.html
18+
https://monman53.github.io/collection/
19+
https://monman53.github.io/collection/tools.html
20+
https://monman53.github.io/collection/cool-words.html
21+
https://monman53.github.io/collection/twitter-tags.html

0 commit comments

Comments
 (0)