File tree Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Original file line number Diff line number Diff line change 1+ # ウェブサイトの歴史
2+
3+ 旧 LEC 及び、LRA 系列のウェブサイトの歴史に関して記載します。
4+
5+ (日付は大体です。Git の履歴をもとにしていますが、昔はコミットとデプロイするタイミングが異なるため、正確な日付ではない可能性が高いです)
6+
7+ ``` mermaid
8+ %%{
9+ init: {
10+ 'theme': 'forest',
11+ 'gitGraph': { 'mainBranchName': 'free-website' }
12+ }
13+ }%%
14+
15+ gitGraph
16+ branch lemon73-gitlab.io
17+ branch lemon73-blog
18+ branch alicenovel-web-app
19+ checkout free-website
20+ commit id: "2023/1/x"
21+ commit id: "2023/1/17"
22+
23+ branch lemon73-computing-github-io
24+ commit id: "2023/1/31"
25+
26+ checkout lemon73-gitlab.io
27+ commit id: "2023/5/26"
28+
29+ checkout alicenovel-web-app
30+ commit id: "2023/9/1"
31+
32+ checkout lemon73-gitlab.io
33+ commit id: "2023/11/12"
34+
35+ checkout lemon73-blog
36+ commit id: "2024/2/19"
37+
38+ checkout lemon73-computing-github-io
39+ commit id: "2024/3/25"
40+
41+ checkout lemon73-blog
42+ commit id: "2025/1/24"
43+
44+ checkout alicenovel-web-app
45+ merge lemon73-computing-github-io
46+ commit id: "2025/2/x"
47+
48+ checkout lemon73-computing-github-io
49+ merge lemon73-blog
50+ merge lemon73-gitlab.io
51+ commit id: "2025/3/13 (Hugo-based)"
52+
53+ branch lemonium-net
54+ commit id: "2025/x/x"
55+
56+ checkout alicenovel-web-app
57+ commit id: "future (alice)"
58+
59+ checkout lemonium-net
60+ commit id: "future (lemonium)"
61+ ```
You can’t perform that action at this time.
0 commit comments