1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103 | diff --git a/build/data/about.json b/build/data/about.json
index 682aae0..551b826 100644
--- a/build/data/about.json
+++ b/build/data/about.json
@@ -1,9 +1,10 @@
{
"Introduction": "I'm Pixel, based in Blida, Algeria, studying electrical engineering. I've been programming for about 2 years now. Most of what I know didn't come from courses but from messing around, breaking things, and reading source code until I understood how they worked.",
- "Skills & Languages": "Most of my work now is in C, especially for low-level and systems work involving <a href=\"https://en.wikipedia.org/wiki/X_Window_System\">X11</a> and <a href=\"https://wayland.freedesktop.org/\">Wayland</a>. I also use Rust and Python regularly. I'm B2 in English and currently learning Japanese through the <a href=\"https://genki3.japantimes.co.jp/en/\">Genki</a> textbooks.",
- "My Work": "All my projects and configs are public on <a href=\"https://github.com/pixel2175\">GitHub</a> and <a href=\"https://codeberg.org/pi66\">Codeberg</a>. Some of it: <a href=\"https://github.com/Pixel2175/walrs\">walrs</a>, a Rust tool that pulls color schemes from wallpapers to theme your system, similar to <a href=\"https://github.com/dylanaraps/pywal\">Pywal</a>; <a href=\"https://codeberg.org/pi66/sta\">sta</a>, a minimal status monitoring app in C, similar to <a href=\"https://tools.suckless.org/slstatus/\">slstatus</a>; <a href=\"https://codeberg.org/pi66/dwl-patches\">dwl-patches</a>, my collection of patches for <a href=\"https://codeberg.org/dwl/dwl\">dwl</a>; <a href=\"https://codeberg.org/pi66/dots\">dots</a>, my dotfiles; and <a href=\"https://codeberg.org/pi66/merodi\">merodi</a>, a markdown-based static site generator.",
- "My Setup": "I run <a href=\"https://voidlinux.org\">Void Linux</a>. I use <a href=\"https://codeberg.org/dwl/dwl\">dwl</a> and <a href=\"https://github.com/YaLTeR/niri\">niri</a> as my window managers, <a href=\"https://codeberg.org/adnano/wmenu\">wmenu</a> as a launcher, <a href=\"https://codeberg.org/dnkl/foot/\">foot</a> as my terminal, and <a href=\"https://neovim.io/\">Neovim</a> as my editor. I browse with <a href=\"https://librewolf.net\">LibreWolf</a>.",
- "Server": "My site is hosted locally, with the domain <a href=\"https://pi66.xyz\">pi66.xyz</a> bought through <a href=\"https://porkbun.com\">Porkbun</a>. I generate it with <a href=\"https://codeberg.org/pi66/merodi\">merodi</a> and serve it with <a href=\"https://nginx.org\">nginx</a>. It's static only, no database, no heavy stuff, since the server isn't that good.",
- "Philosophy": "<a href=\"https://en.wikipedia.org/wiki/KISS_principle\">KISS</a> and the <a href=\"https://en.wikipedia.org/wiki/Unix_philosophy\">Unix philosophy</a>: small tools that do one thing well and don't get in your way. I'd rather have something simple and understandable than something feature-heavy and bloated.",
+ "Skills & Languages": "Most of my work now is in C, especially for low-level and systems work involving <a href='https://en.wikipedia.org/wiki/X_Window_System'>X11</a> and <a href='https://wayland.freedesktop.org/'>Wayland</a>. I also use Rust and Python regularly. I'm B2 in English and currently learning Japanese through the <a href='https://genki3.japantimes.co.jp/en/'>Genki</a> textbooks.",
+ "My Work": "All my projects and configs are public on <a href='https://github.com/pixel2175'>GitHub</a>, <a href='https://codeberg.org/pi66'>Codeberg</a>, and my <a href='https://git.pi66.xyz'>Git server</a>. Some of it: <a href='https://github.com/Pixel2175/walrs'>walrs</a>, a Rust tool that pulls color schemes from wallpapers to theme your system, similar to <a href='https://github.com/dylanaraps/pywal'>Pywal</a>; <a href='https://codeberg.org/pi66/sta'>sta</a>, a minimal status monitoring app in C, similar to <a href='https://tools.suckless.org/slstatus/'>slstatus</a>; <a href='https://codeberg.org/pi66/dwl-patches'>dwl-patches</a>, my collection of patches for <a href='https://codeberg.org/dwl/dwl'>dwl</a>; <a href='https://codeberg.org/pi66/dots'>dots</a>, my dotfiles; and <a href='https://codeberg.org/pi66/merodi'>merodi</a>, a markdown-based static site generator.",
+ "My Setup": "I run <a href='https://voidlinux.org'>Void Linux</a>. I use <a href='https://codeberg.org/dwl/dwl'>dwl</a> and <a href='https://github.com/YaLTeR/niri'>niri</a> as my window managers, <a href='https://codeberg.org/adnano/wmenu'>wmenu</a> as a launcher, <a href='https://codeberg.org/dnkl/foot/'>foot</a> as my terminal, and <a href='https://neovim.io/'>Neovim</a> as my editor. I browse with <a href='https://librewolf.net'>LibreWolf</a>.",
+ "Server": "My site is hosted locally, with the domain <a href='https://pi66.xyz'>pi66.xyz</a> bought through <a href='https://porkbun.com'>Porkbun</a>. I generate it with <a href='https://codeberg.org/pi66/merodi'>merodi</a> and serve it with <a href='https://nginx.org'>nginx</a>. It's static only, no database, no heavy stuff, since the server isn't that good.",
+ "Git Server": "I host my own Git server for my projects and repositories at <a href='https://git.pi66.xyz'>git.pi66.xyz</a>.",
+ "Philosophy": "<a href='https://en.wikipedia.org/wiki/KISS_principle'>KISS</a> and the <a href='https://en.wikipedia.org/wiki/Unix_philosophy'>Unix philosophy</a>: small tools that do one thing well and don't get in your way. I'd rather have something simple and understandable than something feature-heavy and bloated.",
"Learning": "I learn by building real things and reading other people's source code rather than studying theory first. If I want to understand how something works, I'd rather break it open and rebuild it than read about it."
}
diff --git a/build/templates/layout.html b/build/templates/layout.html
index 74369dc..2dc67a7 100644
--- a/build/templates/layout.html
+++ b/build/templates/layout.html
@@ -28,6 +28,7 @@
<a class="hover:text-green-400 transition-colors duration-200 " href="/tools" class="nav-link">tools</a>
<a class="hover:text-green-400 transition-colors duration-200 " href="/about" class="nav-link">more</a>
<a class="hover:text-green-400 transition-colors duration-200 " href="/gaza" class="nav-link">gaza</a>
+ <a class="hover:text-green-400 transition-colors duration-200 " href="https://git.pi66.xyz" class="nav-link">GIT</a>
</nav>
</header>
@@ -51,6 +52,7 @@
<a class="hover:text-green-400 transition-colors duration-200 " href="/tools" class="nav-link">tools</a>
<a class="hover:text-green-400 transition-colors duration-200 " href="/about" class="nav-link">more</a>
<a class="hover:text-green-400 transition-colors duration-200 " href="/gaza" class="nav-link">gaza</a>
+ <a class="hover:text-green-400 transition-colors duration-200 " href="https://git.pi66.xyz" class="nav-link">GIT</a>
</nav>
</div>
</body>
diff --git a/config.toml b/config.toml
index 39f37a3..086e73b 100644
--- a/config.toml
+++ b/config.toml
@@ -7,7 +7,8 @@ description = "my main website"
markdown = "md"
static = "static"
-dest = "/srv/www/pi66.xyz/public/html"
+#dest = "/srv/www/pi66.xyz/public/html"
+dest = "dest"
templates = "build/templates"
plugins = "build/plugins"
diff --git a/md/index.md b/md/index.md
index 1dcae79..6eaba19 100644
--- a/md/index.md
+++ b/md/index.md
@@ -2,12 +2,10 @@
{% block title %}Home{% endblock %}
{% block content %}
-
-
# >**Heyo :3** [.!text-xl .sm:!text-[1.6rem] .!leading(--text-3xl--line-height)]
Hey there! I'm [<span style="color:var(--color-heading-h3);"> Pi66</span>](/about), a developer with a passion for Rust, Linux,
-and retro computing aesthetics.
+and retro computing aesthetics.
[see more](/about)
# >**Skills** [.!text-xl .sm:!text-[1.6rem] .!leading(--text-3xl--line-height)]
@@ -15,7 +13,7 @@ and retro computing aesthetics.
<div class="table-wrapper" markdown="1">
| Languages | Technologies |
-|-----------|--------------|
+| --------- | ------------ |
| C | Linux |
| Rust | X11 |
| Python | Docker |
@@ -24,19 +22,18 @@ and retro computing aesthetics.
</div>
# >**Pinged Projects** [.!text-xl .sm:!text-[1.6rem] .!leading(--text-3xl--line-height)]
+> [**Git Server →**](https://git.pi66.xyz): more of my projects and repositories.<br><br>
-> [**Walrs**](/tools/walrs): colorscheme generater from wallpaper.<br>
+> [**Walrs**](/tools/walrs): colorscheme generator from wallpaper.<br>
> [**Merodi**](/tools/merodi): A markdown-based static site generator.<br>
> [**Sta**](/tools/sta): minimal & simple status monitoring app.<br>
# >**Contact** [.!text-xl .sm:!text-[1.6rem] .!leading(--text-3xl--line-height)]
-
> **Discord**: @pi66_ <br>
> [**GitHub**](https://github.com/pixel2175): [@pixel2175](https://github.com/pixel2175)<br>
> [**Codeberg**](https://codeberg.org/pi66): [@pi66](https://codeberg.org/pi66)<br>
#### // Loves Linux & Retro Themes <br> // Let's all love lain [.!text-gray-600 .p-0]
-
{% endblock %}
|