Compare commits

..

4 commits

7 changed files with 21 additions and 5886 deletions

8
.gimi/config.toml Normal file
View file

@ -0,0 +1,8 @@
[providers]
[providers.sourcehut]
ssh = "git@git.sr.ht:~hyro/links"
primary = true
[providers.github]
ssh = "git@github.com:xhyrom/links.git"
[providers.codeberg]
ssh = "git@codeberg.org:xHyroM/links.git"

View file

@ -16,13 +16,13 @@
1. Clone this repository: `git clone https://github.com/xHyroM/links.git`
2. Navigate to the project directory: `cd links`
3. Install the dependencies: `pnpm install`
3. Install the dependencies: `bun install`
## Usage
- To run the development server: `pnpm run dev`
- To build the project for production: `pnpm run build`
- To preview the production build: `pnpm run preview`
- To run the development server: `bun run dev`
- To build the project for production: `bun run build`
- To preview the production build: `bun run preview`
## Contributing

BIN
bun.lockb Executable file

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -19,6 +19,12 @@ export const BUTTONS = [
href: "https://github.com/xHyroM",
icon: "mdi:github",
},
{
name: "SourceHut",
background: "bg-sourcehut hover:bg-sourcehut/80",
href: "https://sr.ht/~hyro/",
icon: "simple-icons:sourcehut",
},
{
name: "User",
background: "bg-discord hover:bg-discord/80",

View file

@ -4,8 +4,8 @@ import HeadCommon from "../components/HeadCommon.astro";
import HeadSEO from "../components/HeadSEO.astro";
---
<!DOCTYPE html>
<html dir="ltr" lang="sk-SK">
<!doctype html>
<html dir="ltr" lang="en">
<head>
<HeadCommon />
<HeadSEO />

View file

@ -56,6 +56,7 @@ module.exports = {
wikipedia: "#000000",
youtube: "#ff0000",
// custom services
sourcehut: "#666666",
kofi: "#e0293e",
hackerone: "#1832FE",
chess: "#5e8949",