Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions content/ja/posts/2025/20250713-eos-gitlab-pages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "旧ウェブサイト (lemon73.gitlab.io) を完全に閉鎖しました"
description: 一つの歴史の終焉
slug: "0713"
date: 2025-07-13 18:28:00+0900
---

こんにちは、Lemon73 です。

タイトルに記載している通りですが、`lemon73.gitlab.io` を完全に閉鎖し、今後はリダイレクトのみを行うよう設定しました。

## 旧 LEC ウェブサイトとは

そもそも、`lemon73.gitlab.io` は、現在全く利用していないため、ほとんどの人はこの場所の存在を知らないかと思います。

このウェブサイトは、本組織 LRA が、かつて LEC という名前だった頃に作成された、黎明期のウェブサイトです。非常に簡素な仕組みであり、HTML と CSS だけで構成されていました。作成当時の2023年2月頃から、2023年11月頃にかけて、私 Lemon73 の情報や、当時の LEC の情報については (ほぼ) 唯一の情報源でありました。

## 放棄、閉鎖へ

しかし、2023年後期以降は現在利用されている `lemon73-computing.github.io` (将来的に `lemonium.net`) への以降が進んだことで、放棄されていました。以前から、閉鎖することは決まっていましたが、他の作業に比べて優先度が高くなかったため、今日まで残り続けていました。

ここで突然ではありますが、本日リダイレクトの作業を行い、完全な閉鎖を宣言することにしました。([#40](https://github.com/Lemon73-Computing/lemon73-computing.github.io/issues/40))

## 最後に

旧ウェブサイト、2年以上の間、現在の LRA につながる LEC に多大な貢献をしていただき、誠に感謝いたします。また、閲覧者の皆様、今日までご閲覧ありがとうございました。

> 一つの歴史が終わった。しかし、悲しむことはない。これは、組織として前に向かっているという証拠だから…
>
> *引用*: <https://github.com/Lemon73-Computing/lemon73-computing.github.io/issues/40#issuecomment-3066739154>

有終の美を飾った、旧 LEC ウェブサイトに栄光あれ…。
25 changes: 23 additions & 2 deletions static/archives/website-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,25 @@
}%%

gitGraph
branch data-website
branch lemon73.gitlab.io
branch lemon73-blog
branch alicenovel.web.app
branch novelil.web.app

checkout free-website
commit id: "2023/1/x"
commit id: "2023/1/17"

branch lemon73-computing.github.io
commit id: "2023/1/31"

checkout data-website
commit id: "2023/2/x"

checkout lemon73-computing.github.io
merge data-website

checkout lemon73.gitlab.io
commit id: "2023/5/26"

Expand All @@ -47,17 +56,29 @@ gitGraph

checkout lemon73-computing.github.io
merge lemon73-blog
merge lemon73.gitlab.io
commit id: "2025/3/13 (Hugo-based)"
merge lemon73.gitlab.io
commit id: "2025/7/13 (Archived lemon73.gitlab.io)"

checkout novelil.web.app
commit id: "2025/6/21"

checkout lemon73-computing.github.io
branch lemonium.net
commit id: "2025/x/x"

checkout alicenovel.web.app
commit id: "current (alice)"

checkout novelil.web.app
merge alicenovel.web.app
commit id: "future (nil)"

checkout alicenovel.web.app
commit id: "future (alice)"

checkout lemonium.net
commit id: "future (lemonium)"
```

(`free-website` was `lec.starfree.jp`, `lemon73-blog` was `lemon73-computing.github.io/blog`)
(`free-website` was `lec.starfree.jp`, `data-website` is `http://lemonfuture.s239.xrea.com`, `lemon73-blog` was `lemon73-computing.github.io/blog`)