diff options
Diffstat (limited to 'src/blog')
-rw-r--r-- | src/blog/20201210.md | 21 | ||||
-rw-r--r-- | src/blog/index.md | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/src/blog/20201210.md b/src/blog/20201210.md new file mode 100644 index 0000000..b8ea1a1 --- /dev/null +++ b/src/blog/20201210.md @@ -0,0 +1,21 @@ +First Year of Carbs Linux +================================================================================ + +December 10, 2020 marks the first year after the initial release of Carbs +Linux. When I forked the KISS Linux repository on the 9th of December, I was +fairly new to package management. Carbs Linux used to be almost identical to +KISS Linux. A lot has changed since then: + +- Replaced default init system to `sinit` [2020 Jan 13] +- Packaged `WebKit2GTK` [2020 Jan 15] +- Added `bearssl` on the testing repository [2020 May 17] +- Added `rsync` repository support to kiss [2020 May 28] +- Replaced `bison` with `byacc` [2020 Jun 03] +- Replaced `libressl` with `bearssl` [2020 Jun 11] +- Replaced `kiss` with `cpt` [2020 Jun 24] + +I have really enjoyed maintaining and developing this distribution, and I want +to thank everyone who was involved in some way or another. While I have slowed +down in development due to college workload, I am still actively maintaining all +the packages on the repository. I do have some ideas that I am thinking of +implementing during the semester break. Hope to see you all in January. diff --git a/src/blog/index.md b/src/blog/index.md index e5172cd..347ef61 100644 --- a/src/blog/index.md +++ b/src/blog/index.md @@ -6,6 +6,7 @@ This is the Carbs Linux Blog Index. You can find every post here. [RSS Feed] [RSS Feed]: /rss.xml +* Dec 10 2020 - [First Year of Carbs Linux](20201210.html) * Aug 03 2020 - [August 2020 News Post](20200803.html) * Jun 17 2020 - [June Newspost](20200617.html) * May 28 2020 - [kiss 2.0.0 and overall changes](20200528.html) |