mirror of
https://github.com/xHyroM/links.git
synced 2024-11-10 02:28:06 +01:00
Compare commits
4 commits
1645f49313
...
c2656bb664
Author | SHA1 | Date | |
---|---|---|---|
c2656bb664 | |||
838dd3e8f1 | |||
a16560d06f | |||
93c190cc3b |
7 changed files with 21 additions and 5886 deletions
8
.gimi/config.toml
Normal file
8
.gimi/config.toml
Normal 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"
|
|
@ -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
BIN
bun.lockb
Executable file
Binary file not shown.
5880
pnpm-lock.yaml
5880
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
|
@ -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 />
|
||||
|
|
|
@ -56,6 +56,7 @@ module.exports = {
|
|||
wikipedia: "#000000",
|
||||
youtube: "#ff0000",
|
||||
// custom services
|
||||
sourcehut: "#666666",
|
||||
kofi: "#e0293e",
|
||||
hackerone: "#1832FE",
|
||||
chess: "#5e8949",
|
||||
|
|
Loading…
Reference in a new issue