Skip to content

Commit 7ba621b

Browse files
committed
Fixed some issues of blog posts
1 parent 0ba14cf commit 7ba621b

File tree

13 files changed

+77
-92
lines changed

13 files changed

+77
-92
lines changed

dist/.htaccess

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<IfModule mod_rewrite.c>
2+
RewriteEngine On
3+
RewriteBase /
4+
RewriteRule ^index\.html$ - [L]
5+
RewriteCond %{REQUEST_FILENAME} !-f
6+
RewriteCond %{REQUEST_FILENAME} !-d
7+
RewriteRule . /index.html [L]
8+
</IfModule>
9+
10+
# php -- BEGIN cPanel-generated handler, do not edit
11+
# Set the “ea-php74” package as the default “PHP” programming language.
12+
<IfModule mime_module>
13+
AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
14+
</IfModule>
15+
# php -- END cPanel-generated handler, do not edit

dist/assets/index-Bs_CXERY.css

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 35 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/index-D-2kAQSl.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<meta property="og:url" content="https://foss.gecskp.ac.in/" />
2323
<meta property="og:type" content="website" />
2424
<title>FOSS Club</title>
25-
<script type="module" crossorigin src="/assets/index-BIYiA-_V.js"></script>
26-
<link rel="stylesheet" crossorigin href="/assets/index-Bs_CXERY.css">
25+
<script type="module" crossorigin src="/assets/index-CQKjEJDG.js"></script>
26+
<link rel="stylesheet" crossorigin href="/assets/index-D-2kAQSl.css">
2727
</head>
2828
<body>
2929
<div id="app"></div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "vite",
88
"preview": "vite preview",
9-
"build": "vite build && shx cp .htaccess dist/",
9+
"build": "vite build && npx shx cp .htaccess dist/",
1010
"type-check": "vue-tsc --build"
1111
},
1212
"dependencies": {

src/App.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ export default {
124124
</script>
125125

126126
<style>
127+
:root {
128+
--background-color: #121212;
129+
--text-color: white;
130+
}
131+
127132
.app-loader {
128133
position: fixed;
129134
top: 0;
@@ -150,6 +155,7 @@ body,
150155
html {
151156
width: 100%;
152157
height: 100%;
158+
overscroll-behavior: none;
153159
overflow-x: hidden;
154160
}
155161
@@ -178,7 +184,7 @@ html {
178184
),
179185
linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
180186
background-size: 40px 40px;
181-
z-index: 1;
187+
z-index: 0;
182188
pointer-events: none;
183189
}
184190

src/assets/base.css

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/assets/blog/os-chaaykadha-2.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: ഒരു OpenSource ചായകഥ ☕️
33
date: 2025-04-10
44
description: an informal gathering that blended the warmth of a tea party with the excitement of open-source technology and friendly competition.
5+
author: Mohammed Fahad
56
coverImage: /images/blog/os-chaayakdha-2/os-chaayakadha-poster.png
67
---
78

@@ -11,7 +12,7 @@ On April 10th, 2025, the FOSS Club hosted "ഒരു OpenSource ചായകഥ"
1112

1213
The event kicked off with Fahad providing a fantastic introduction to the FOSS Club itself, along with a sneak peek into the fascinating worlds of Google Arcade and Hack Club. Arul then expertly guided us through the ins and outs of Google Arcade, answering our burning questions as we sipped on steaming cups of tea. The perfect blend of information and relaxation!
1314

14-
Following the informative session, we transitioned into a lively round of Skribbl.io, unleashing our inner artists (or at least, attempting to!). The friendly competition and laughter were infectious, a great way to break the ice and foster a sense of community.
15+
Following the informative session, we transitioned into a lively round of Skribbl io, unleashing our inner artists (or at least, attempting to!). The friendly competition and laughter were infectious, a great way to break the ice and foster a sense of community.
1516

1617
Next up, Fahad from CSE (yes, we had two Fahads – one from CSE and one from EC – making it a truly collaborative effort!) delivered an insightful presentation on Hack Club, highlighting its incredible opportunities for teenagers. He encouraged attendees to spread the word to their younger siblings and cousins, emphasizing the potential for growth and learning within the community.
1718

src/assets/blog/world-map-explorer-release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: World Map Explorer Takes Flight 🗺️
33
date: 2025-03-27
44
description: A successful launch event jointly hosted by FOSS Cell GEC Palakkad and IEEE SB GEC Palakkad
5+
author: Mohammed Fahad
56
coverImage: /images/blog/world-map-explorer-release/world-map-explorer-release-poster.jpeg
67
---
78

0 commit comments

Comments
 (0)