Skip to content

Commit

Permalink
Merge pull request #37 from ThaiProgrammer/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ponggun authored Sep 12, 2024
2 parents 616805c + 7677e3c commit 3cbbac1
Show file tree
Hide file tree
Showing 6 changed files with 1,143 additions and 294 deletions.
10 changes: 7 additions & 3 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ import { defineConfig, type DefaultTheme } from "vitepress";

// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "Thai Programmer Paths",
title: "🚀 เส้นทางโปรแกรมเมอร์",
description: "Paths of Thai Programmer",
themeConfig: {
logo: "https://res.cloudinary.com/dqizuot8q/image/upload/v1719638409/logo_c9ju7d.svg",
// logo: "https://res.cloudinary.com/dqizuot8q/image/upload/v1719638409/logo_c9ju7d.svg",
// https://vitepress.dev/reference/default-theme-config
nav: [{ text: "Home", link: "/" }],
nav: [
{ text: "จุดเริ่มต้น", link: "/" },
{ text: "ร่วมพัฒนา", link: "/contrib/contributing.md" },
],

sidebar: {
"/paths/aspnet-core": {
Expand Down Expand Up @@ -58,6 +61,7 @@ export default defineConfig({
socialLinks: [
{ icon: "github", link: "https://github.com/ThaiProgrammer/tpa-path" },
{ icon: "facebook", link: "https://www.facebook.com/ThaiProgrammerSociety" },
{ icon: "youtube", link: "https://www.youtube.com/@thaiprogrammerassociation6772" }
],
search: {
provider: "local",
Expand Down
17 changes: 17 additions & 0 deletions .vitepress/theme/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:[email protected]&display=swap");

* {
font-family: "Noto Sans Thai", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-variation-settings: "wdth" 100;
}

:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(
120deg,
#bd34fe,
#41d1ff
);
}
5 changes: 5 additions & 0 deletions .vitepress/theme/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// .vitepress/theme/index.js
import DefaultTheme from 'vitepress/theme-without-fonts'
import './custom.css'

export default DefaultTheme
25 changes: 14 additions & 11 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
layout: home

hero:
name: 'TPA Paths'
text: 'Thai Programmer Career Paths '
tagline: เส้นทางการเติบโตสำหรับโปรแกรมเมอร์ (Programmer Career Paths)
name: 'Thai Programmer'
text: 'Career Paths '
tagline: เส้นทางการเติบโตสำหรับโปรแกรมเมอร์
actions:
- theme: brand
text: Contribute
text: + เพิ่มเนื้อหา
link: /contrib/contributing.md
- theme: Home
text: FB Page
- theme: alt
text: ข่าวสาร
link: https://www.facebook.com/ThaiProgrammerSociety
- theme: alt
text: FB Group
text: พูดคุย
link: https://www.facebook.com/groups/240703846140892
- theme: Home
text: FB Job
- theme: alt
text: หางาน
link: https://www.facebook.com/groups/647718825333067
- theme: alt
text: Youtube
text: ดูวิดีโอ
link: https://www.youtube.com/@thaiprogrammerassociation6772
image: {
light: 'https://res.cloudinary.com/dqizuot8q/image/upload/v1719638410/black-tpa_jehxeu.png',
Expand Down Expand Up @@ -71,4 +71,7 @@ features:
- title: Azure
details: รวบรวมเนื้อหาที่เกี่ยวกับการใช้งาน Microsoft Cloud - Azure ในการพัฒนาระบบ
link: /paths/azure
---
---

## ผู้ร่วมพัฒนา
<img src = "https://contrib.rocks/image?repo=ThaiProgrammer/tpa-path"/>
Loading

0 comments on commit 3cbbac1

Please sign in to comment.