-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from Guillaumecoi/language-selector
Language selector
- Loading branch information
Showing
25 changed files
with
237 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Get Started | ||
description: Get started with HyDE. | ||
--- | ||
|
||
<div align="center"><img src="https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/hyde_banner.png"><br></div> | ||
|
||
This pages Has not yet been translated. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
1 change: 0 additions & 1 deletion
1
src/content/docs/guides/nvidia.md → src/content/docs/en/guides/nvidia.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Welcome to HyDE project | ||
description: Aesthetic, dynamic and minimal dots for Arch hyprland! | ||
template: splash | ||
hero: | ||
tagline: Aesthetic, dynamic and minimal dots for Arch hyprland! | ||
image: | ||
file: ../../../assets/hyde.png | ||
actions: | ||
- text: Get started | ||
link: ../en/start_here/getting-started/ | ||
icon: rocket | ||
- text: Check out the project | ||
link: https://github.com/HyDE-Project | ||
icon: external | ||
variant: minimal | ||
--- | ||
|
||
import { Card, CardGrid } from '@astrojs/starlight/components'; | ||
|
||
## Features | ||
|
||
|
||
<CardGrid stagger> | ||
<Card title="XDG Compliance" icon="seti:vala"> | ||
Follows the XDG Base Directory Specification. | ||
</Card> | ||
<Card title="Easier core updates" icon="add-document"> | ||
Updates are now easier with the new core scripts. | ||
</Card> | ||
<Card title="Separate parent directory" icon="seti:folder"> | ||
Parent directory is now separate from the core scripts `(./hyde-shell)`. | ||
</Card> | ||
<Card title="New core scripts location" icon="seti:powershell"> | ||
Core scripts are now located in the `(./lib/hyde-shell/)` directory. | ||
</Card> | ||
</CardGrid> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion
1
src/content/docs/guides/getting-started.md → ...ent/docs/en/start_here/getting-started.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Welcome to HyDE project | ||
description: Aesthetic, dynamic and minimal dots for Arch hyprland! | ||
template: splash | ||
hero: | ||
tagline: Aesthetic, dynamic and minimal dots for Arch hyprland! | ||
image: | ||
file: ../../../assets/hyde.png | ||
actions: | ||
- text: Get started | ||
link: ../es/start_here/getting-started/ | ||
icon: rocket | ||
- text: Check out the project | ||
link: https://github.com/HyDE-Project | ||
icon: external | ||
variant: minimal | ||
--- | ||
|
||
import { Card, CardGrid } from '@astrojs/starlight/components'; | ||
|
||
## Features | ||
|
||
|
||
<CardGrid stagger> | ||
<Card title="XDG Compliance" icon="seti:vala"> | ||
Follows the XDG Base Directory Specification. | ||
</Card> | ||
<Card title="Easier core updates" icon="add-document"> | ||
Updates are now easier with the new core scripts. | ||
</Card> | ||
<Card title="Separate parent directory" icon="seti:folder"> | ||
Parent directory is now separate from the core scripts `(./hyde-shell)`. | ||
</Card> | ||
<Card title="New core scripts location" icon="seti:powershell"> | ||
Core scripts are now located in the `(./lib/hyde-shell/)` directory. | ||
</Card> | ||
</CardGrid> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Get Started | ||
description: Get started with HyDE. | ||
--- | ||
|
||
<div align="center"><img src="https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/hyde_banner.png"><br></div> | ||
|
||
This pages Has not yet been translated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Welcome to HyDE project | ||
description: Aesthetic, dynamic and minimal dots for Arch hyprland! | ||
template: splash | ||
hero: | ||
tagline: Aesthetic, dynamic and minimal dots for Arch hyprland! | ||
image: | ||
file: ../../../assets/hyde.png | ||
actions: | ||
- text: Get started | ||
link: ../nl/start_here/getting-started/ | ||
icon: rocket | ||
- text: Check out the project | ||
link: https://github.com/HyDE-Project | ||
icon: external | ||
variant: minimal | ||
--- | ||
|
||
import { Card, CardGrid } from '@astrojs/starlight/components'; | ||
|
||
## Features | ||
|
||
|
||
<CardGrid stagger> | ||
<Card title="XDG Compliance" icon="seti:vala"> | ||
Follows the XDG Base Directory Specification. | ||
</Card> | ||
<Card title="Easier core updates" icon="add-document"> | ||
Updates are now easier with the new core scripts. | ||
</Card> | ||
<Card title="Separate parent directory" icon="seti:folder"> | ||
Parent directory is now separate from the core scripts `(./hyde-shell)`. | ||
</Card> | ||
<Card title="New core scripts location" icon="seti:powershell"> | ||
Core scripts are now located in the `(./lib/hyde-shell/)` directory. | ||
</Card> | ||
</CardGrid> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Get Started | ||
description: Get started with HyDE. | ||
--- | ||
|
||
<div align="center"><img src="https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/hyde_banner.png"><br></div> | ||
|
||
This pages Has not yet been translated. |
Oops, something went wrong.