[PR #1] [MERGED] New website proposal #97

Closed
opened 2025-09-10 22:50:24 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscodium.github.io/pull/1
Author: @PalinuroSec
Created: 3/30/2019
Status: Merged
Merged: 4/1/2019
Merged by: @stripedpajamas

Base: masterHead: master


📝 Commits (5)

  • 9299d4d import a first jekyll draft
  • f0d1b35 remove original README.md
  • 07b01d0 fix icon stretch bug on mobile devices
  • 5ebc9cd update circle sizes
  • 30739f2 update git link and extensions button

📊 Changes

68 files changed (+3693 additions, -20 deletions)

View changed files

📝 LICENSE.txt (+2 -2)
README.md (+0 -2)
_config.yml (+38 -0)
_includes/analytics.html (+15 -0)
_includes/css/base.css (+366 -0)
_includes/css/main.css (+422 -0)
_includes/css/skeleton.css (+91 -0)
_includes/footer.md (+8 -0)
_posts/2000-01-01-intro.md (+34 -0)
_posts/2000-01-02-platforms.md (+32 -0)
_posts/2000-01-03-features.md (+86 -0)
_posts/2000-01-04-why.md (+28 -0)
_posts/2000-01-05-install.md (+104 -0)
_posts/2000-01-06-migrate.md (+48 -0)
_site/LICENSE.txt (+21 -0)
_site/combo.css (+951 -0)
_site/favicon.ico (+0 -0)
_site/features.html (+82 -0)
_site/img/apple-logo.svg (+1 -0)
_site/img/apple-touch-icon.png (+0 -0)

...and 48 more files

📄 Description

I spent some spare time working on this website draft as proposed here

https://github.com/VSCodium/vscodium/issues/98


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/VSCodium/vscodium.github.io/pull/1 **Author:** [@PalinuroSec](https://github.com/PalinuroSec) **Created:** 3/30/2019 **Status:** ✅ Merged **Merged:** 4/1/2019 **Merged by:** [@stripedpajamas](https://github.com/stripedpajamas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`9299d4d`](https://github.com/VSCodium/vscodium.github.io/commit/9299d4d3ed4da2ab1d21d003e2983f3a6e2bc4cf) import a first jekyll draft - [`f0d1b35`](https://github.com/VSCodium/vscodium.github.io/commit/f0d1b3576ba2598bee7543ada68dbe6ee07413fe) remove original README.md - [`07b01d0`](https://github.com/VSCodium/vscodium.github.io/commit/07b01d04f873e49e46d9c056b3d238b4feacaa7a) fix icon stretch bug on mobile devices - [`5ebc9cd`](https://github.com/VSCodium/vscodium.github.io/commit/5ebc9cd2dbf96d1b57f7f9d29e19153f32860833) update circle sizes - [`30739f2`](https://github.com/VSCodium/vscodium.github.io/commit/30739f24aeaf1b1e9727801a68349df835cbdb98) update git link and extensions button ### 📊 Changes **68 files changed** (+3693 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `LICENSE.txt` (+2 -2) ➖ `README.md` (+0 -2) ➕ `_config.yml` (+38 -0) ➕ `_includes/analytics.html` (+15 -0) ➕ `_includes/css/base.css` (+366 -0) ➕ `_includes/css/main.css` (+422 -0) ➕ `_includes/css/skeleton.css` (+91 -0) ➕ `_includes/footer.md` (+8 -0) ➕ `_posts/2000-01-01-intro.md` (+34 -0) ➕ `_posts/2000-01-02-platforms.md` (+32 -0) ➕ `_posts/2000-01-03-features.md` (+86 -0) ➕ `_posts/2000-01-04-why.md` (+28 -0) ➕ `_posts/2000-01-05-install.md` (+104 -0) ➕ `_posts/2000-01-06-migrate.md` (+48 -0) ➕ `_site/LICENSE.txt` (+21 -0) ➕ `_site/combo.css` (+951 -0) ➕ `_site/favicon.ico` (+0 -0) ➕ `_site/features.html` (+82 -0) ➕ `_site/img/apple-logo.svg` (+1 -0) ➕ `_site/img/apple-touch-icon.png` (+0 -0) _...and 48 more files_ </details> ### 📄 Description I spent some spare time working on this website draft as proposed here https://github.com/VSCodium/vscodium/issues/98 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the pull-request label 2025-09-10 22:50:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscodium.github.io#97