Push first commit to gitea
This commit is contained in:
parent
f4417b002b
commit
684ff53ec8
@ -40,6 +40,10 @@ export default defineConfig({
|
|||||||
"./src/styles/custom.css",
|
"./src/styles/custom.css",
|
||||||
],
|
],
|
||||||
sidebar: [
|
sidebar: [
|
||||||
|
{
|
||||||
|
label: "Home",
|
||||||
|
link: "/",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "About Me",
|
label: "About Me",
|
||||||
link: "/about-me",
|
link: "/about-me",
|
||||||
@ -52,6 +56,10 @@ export default defineConfig({
|
|||||||
label: "Vocabulary",
|
label: "Vocabulary",
|
||||||
items: vocabList,
|
items: vocabList,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Culture",
|
||||||
|
autogenerate: { directory: "culture" },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "How I Built This",
|
label: "How I Built This",
|
||||||
autogenerate: { directory: "how-i-built-this" },
|
autogenerate: { directory: "how-i-built-this" },
|
||||||
|
|||||||
4778
pnpm-lock.yaml
generated
Normal file
4778
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
12
src/content/docs/about-me.mdx
Normal file
12
src/content/docs/about-me.mdx
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
title: About Me
|
||||||
|
---
|
||||||
|
|
||||||
|
import { Tabs, TabItem } from "@astrojs/starlight/components";
|
||||||
|
|
||||||
|
I'm still deciding how many pages I want to do this way, but this one feels fair enough.
|
||||||
|
|
||||||
|
<Tabs syncKey="lang">
|
||||||
|
<TabItem label="English">My name is Ryan.</TabItem>
|
||||||
|
<TabItem label="हिंदी">मेरा नाम रायन है.</TabItem>
|
||||||
|
</Tabs>
|
||||||
7
src/content/docs/culture/abcd.mdx
Normal file
7
src/content/docs/culture/abcd.mdx
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: American-Born Confused Desi
|
||||||
|
sidebar:
|
||||||
|
order: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
Let's start here, because I hope it's clear that any cultural phenomena I talk about in future pages is entirely tainted by my limited and biased perspective as a kid from Connecticut, USA.
|
||||||
15
src/content/docs/grammar/index.mdx
Normal file
15
src/content/docs/grammar/index.mdx
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
title: Grammar Introduction
|
||||||
|
sidebar:
|
||||||
|
order: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
So you want to learn Hindi grammar! Congratulations: I have found it incredibly interesting and satisfying [as a monolingual English speaker](/about-me), and you'll be joining more than a billion people and at least a thousand year history of using this beautiful language.
|
||||||
|
|
||||||
|
## Here's an h2.
|
||||||
|
|
||||||
|
Stuff.
|
||||||
|
|
||||||
|
### Here's an h3.
|
||||||
|
|
||||||
|
More shit.
|
||||||
3
src/content/docs/how-i-built-this/deployment.mdx
Normal file
3
src/content/docs/how-i-built-this/deployment.mdx
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Deployment
|
||||||
|
---
|
||||||
11
src/content/docs/how-i-built-this/i-dont-care.mdx
Normal file
11
src/content/docs/how-i-built-this/i-dont-care.mdx
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: I Don't Care
|
||||||
|
---
|
||||||
|
|
||||||
|
That's fine. Did I drag you here and force you to read this?
|
||||||
|
|
||||||
|
### You seem _really_ unemployed.
|
||||||
|
|
||||||
|
Don't tell my mom.
|
||||||
|
|
||||||
|
**See also**: [American-Born Confused Desi](/culture/abcd)
|
||||||
@ -159,7 +159,7 @@
|
|||||||
--sl-color-accent: #5ba3c4; /* Warmer blue-teal for dark theme */
|
--sl-color-accent: #5ba3c4; /* Warmer blue-teal for dark theme */
|
||||||
--sl-color-accent-low: #5ba3c4;
|
--sl-color-accent-low: #5ba3c4;
|
||||||
--sl-color-accent-high: #6bb4d5;
|
--sl-color-accent-high: #6bb4d5;
|
||||||
--sl-color-text-invert: #fff; /* Light text on dark background */
|
--sl-color-text-invert: #1a1814;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =================================================================
|
/* =================================================================
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
english: thing
|
english: thing
|
||||||
hindi: बात
|
hindi: बात
|
||||||
gender: f
|
gender: f
|
||||||
note: More abstract than "[चीज़](#चीज़)", often used for matters, topics, or affairs.
|
note: More abstract than "[चीज़](#चीज़)", often used for matters or topics -- as in, things that are discussed.
|
||||||
see_also:
|
see_also:
|
||||||
- "[चीज़](#चीज़)"
|
- "[चीज़](#चीज़)"
|
||||||
examples:
|
examples:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user