From e179d5bdd30ec7d39771c9a54689f32d28b49f42 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 31 Dec 2024 22:53:03 -0500 Subject: [PATCH] Now it should link to the proper repo, links clickable, fixed metadata --- public/assets/downloads/0.0.x/shiftos-src.tar.gz | 3 --- src/layouts/Layout.astro | 3 +++ src/pages/downloads.md | 11 ++++++----- src/pages/history.md | 6 ++---- src/pages/index.astro | 2 +- src/styles/style.css | 14 ++++++++------ 6 files changed, 20 insertions(+), 19 deletions(-) delete mode 100755 public/assets/downloads/0.0.x/shiftos-src.tar.gz diff --git a/public/assets/downloads/0.0.x/shiftos-src.tar.gz b/public/assets/downloads/0.0.x/shiftos-src.tar.gz deleted file mode 100755 index 86d92b0..0000000 --- a/public/assets/downloads/0.0.x/shiftos-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f805bd6465af36a7aba2a471923ac448febffbb5c0f22ba4443329743756d2e -size 72981515 diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index e9a4622..ff32251 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -25,6 +25,9 @@ import '../styles/style.css'; + + + {title} diff --git a/src/pages/downloads.md b/src/pages/downloads.md index 2aecd01..bb7f105 100644 --- a/src/pages/downloads.md +++ b/src/pages/downloads.md @@ -1,8 +1,6 @@ --- -title: > - ShiftOS: Downloads -description: > - Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary files. +title: "ShiftOS: Downloads" +description: Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary files. layout: ../layouts/Page.astro --- @@ -15,11 +13,14 @@ Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary If you have files for ShiftOS, feel free to make a [pull request](https://github.com/Alee14/shiftos-website)! +# ShiftOS Source Code +All ShiftOS source code from 0.0.x, Next, C#, 1.x, and Rewind are located at https://git.alee14.me/shiftos-archive. + # ShiftOS 0.0.x NOTE: From ShiftOS 0.0.4.1 to 0.0.6.2, it used to send user's information to the ShiftOS email. As of 2020, this no longer works. -- [ShiftOS Source Code](https://github.com/Alee14/shiftos-website/raw/master/public/assets/downloads/0.0.x/shiftos-src.tar.gz) +- [ShiftOS Original Source Code](https://git.alee14.me/shiftos-archive/ShiftOS) - [ShiftOS 0.0.8 Skins](https://github.com/Alee14/shiftos-website/raw/master/public/assets/downloads/0.0.x/shiftos-skins.tar.gz) - [ShiftOS Mod Development Package](https://github.com/Alee14/shiftos-website/raw/master/public/assets/downloads/0.0.x/shiftos-mod.tar.gz) - [ShiftOS 0.0.4.1](https://github.com/Alee14/shiftos-website/raw/master/public/assets/downloads/0.0.x/shiftos%200.0.4.1%20(run%20as%20admin!).exe) diff --git a/src/pages/history.md b/src/pages/history.md index a3e2130..fdd06dd 100644 --- a/src/pages/history.md +++ b/src/pages/history.md @@ -1,8 +1,6 @@ --- -title: > - ShiftOS: History/Origins -description: > - ShiftOS started back in November 2013 when Philip Adams wanted to make a game based on Arch Linux. He originally wanted ShiftOS to be a Linux distro based on Arch Linux but then gave up on that idea due to it not being possible, so he started his own VB.NET program called ShiftOS. +title: "ShiftOS: History/Origins" +description: ShiftOS started back in November 2013 when Philip Adams wanted to make a game based on Arch Linux. He originally wanted ShiftOS to be a Linux distro based on Arch Linux but then gave up on that idea due to it not being possible, so he started his own VB.NET program called ShiftOS. layout: ../layouts/Page.astro --- diff --git a/src/pages/index.astro b/src/pages/index.astro index e4ac5ef..c544a55 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,7 +6,7 @@ import Layout from '../layouts/Layout.astro';

ShiftOS: The Archive

- History/Origins | Downloads | YouTube Channel | Source Code + History/Origins | Downloads | YouTube Channel