Skip to content

Commit fccf09c

Browse files
committed
feat: web only
1 parent 9bdc89a commit fccf09c

File tree

9 files changed

+1398
-207
lines changed

9 files changed

+1398
-207
lines changed

β€Ždocs/bloackchain/_category_.json

Lines changed: 0 additions & 8 deletions
This file was deleted.
-24.8 KB
Binary file not shown.
-27.2 KB
Binary file not shown.

β€Ždocs/bloackchain/intro.md

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

β€Ždocs/intro.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
slug: /
33
sidebar_position: 1
44
---
5+
import Highlight from '@site/src/components/Highlight';
6+
import Tabs from '@theme/Tabs';
7+
import TabItem from '@theme/TabItem';
58

69
![](../static/img/hero.png)
710

8-
### πŸš€ **Welcome to Geek Ink – Where Learning Meets Innovation!**
911

10-
> **"Learn by Doing, Build with Purposeβ€”Beyond Code, We Solve. Empowering Lives Through Technology."**
12+
<Highlight color="#25c2a0">πŸš€ **Welcome to Geek Ink – Where Learning Meets Innovation!** </Highlight>
13+
14+
> **Learn by Doing, Build with Purposeβ€”Beyond Code, We Solve. Empowering Lives Through Technology.**
1115
1216
At **Geek Ink**, we believe technology is more than just writing codeβ€”it's about **solving real-world problems** and creating impact. We foster a hands-on, collaborative learning experience that empowers individuals to become problem solvers and innovators.
1317

@@ -25,7 +29,7 @@ At **Geek Ink**, we believe technology is more than just writing codeβ€”it's abo
2529

2630
Geek Ink is proud to **partner with GDG on Campus** to provide students with:
2731

28-
πŸ”Ή **Expert-Led Web & Blockchain Mentorship**
32+
πŸ”Ή **Expert-Led Web Mentorship**
2933
πŸ”Ή **Workshops on MLOps & DevOps**
3034
πŸ”Ή **Real-World Open Source & Industry-Ready Projects**
3135
πŸ”Ή **Community Support & Networking Opportunities**
@@ -34,10 +38,10 @@ Together, we are **shaping the next generation of developers** to **build, innov
3438

3539
---
3640

41+
3742
## πŸ“š **Structured Learning Pathways**
3843
At **Geek Ink**, we guide you from the **fundamentals** to **advanced expertise** in:
3944
- 🌐 **Web Development** (HTML, CSS, JavaScript, React.js)
40-
- πŸ”— **Blockchain** (Smart Contracts, dApps, Web3)
4145
- πŸ€– **MLOps & DevOps** (CI/CD, Cloud, Machine Learning Ops)
4246

4347
Whether you're just starting or already have experience, **Geek Ink has a place for you!**
@@ -143,4 +147,4 @@ By the end of these two weeks, students will:
143147
- 🎨 **Frontend Track** (**React.js, UI/UX, API Integration**)
144148
- πŸ–₯ **Backend Track** (**Node.js, Express, MongoDB**)
145149

146-
πŸ’‘ **Get ready to build real-world projects & contribute to Community Ink!** 🌍πŸ”₯
150+
πŸ’‘ **Get ready to build real-world projects** 🌍πŸ”₯

β€Ždocusaurus.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import {themes as prismThemes} from 'prism-react-renderer';
88

9+
910
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
1011

1112
/** @type {import('@docusaurus/types').Config} */
@@ -35,6 +36,11 @@ const config = {
3536
defaultLocale: 'en',
3637
locales: ['en'],
3738
},
39+
40+
markdown: {
41+
mermaid: true,
42+
},
43+
themes: ['@docusaurus/theme-mermaid'],
3844

3945
plugins: [
4046
[
@@ -101,6 +107,9 @@ const config = {
101107
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
102108
({
103109
// Replace with your project's social card
110+
mermaid: {
111+
theme: {light: 'neutral', dark: 'forest'},
112+
},
104113
image: 'img/banner.png',
105114
navbar: {
106115
// title: 'GeekInk',

0 commit comments

Comments
Β (0)