diff options
| author | mion <> | 2026-02-26 17:04:17 +0000 |
|---|---|---|
| committer | mion <> | 2026-02-26 17:04:17 +0000 |
| commit | a64f5ae5dd8a781ee8235ebbd531a24ce9935dd1 (patch) | |
| tree | 8a622587606016fcf4ddb964c3a21591a20a9b01 | |
| parent | b309fc4fde4ef7327400ef0e4d6e848e9f3e1ba2 (diff) | |
IHATE IT IHATE IT I HATE IT
| -rw-r--r-- | content/about_me.md | 2 | ||||
| -rw-r--r-- | content/index.md | 11 | ||||
| -rw-r--r-- | css/chan.css (renamed from stylesheets/chan.css) | 0 | ||||
| -rw-r--r-- | css/etc.css (renamed from stylesheets/etc.css) | 0 | ||||
| -rw-r--r-- | css/moe.css (renamed from stylesheets/moe.css) | 0 | ||||
| -rw-r--r-- | css/simple.css (renamed from stylesheets/simple.css) | 0 | ||||
| -rw-r--r-- | css/style.css (renamed from stylesheets/style.css) | 2 | ||||
| -rw-r--r-- | css/style2.css (renamed from stylesheets/style2.css) | 0 | ||||
| -rwxr-xr-x | make.sh | 2 | ||||
| -rwxr-xr-x | makenew | bin | 15960 -> 0 bytes | |||
| -rw-r--r-- | makenew.c | 6 | ||||
| -rw-r--r-- | template.html | 3 |
12 files changed, 10 insertions, 16 deletions
diff --git a/content/about_me.md b/content/about_me.md index 4181467..6cbd197 100644 --- a/content/about_me.md +++ b/content/about_me.md @@ -24,7 +24,7 @@ Some facts about me that nobody cares about: * I'm not good at anything at all. -*  +*  * I'm not a NEET. diff --git a/content/index.md b/content/index.md index 330ec42..1997a72 100644 --- a/content/index.md +++ b/content/index.md @@ -4,15 +4,14 @@ I'm quite boring, TOO BORING, but I like technology and other similar stuff. I c Not using HTTPS on this site is FULLY recommended to show your [ISP, transit providers and various government agencies](trace.php) how based you are. -I showcase my uninteresting and lame thoughts on stuff, check out the [page list](pages.html). +I showcase my uninteresting and lame thoughts on stuff, check out the [page list](pages.html), but in the mean time, I mostly add stuff on my [journal](journal.html). -[Here's some shit about me.](about_me.html) +[Here is some shit about me.](about_me.html) -My electronic mail address is [**shion**@pissmail.com](mailto:nobody) if you would like to talk to me. Please do. ^_^ +### Contact me -No PGP key because I'm not selling drugs. +My electronic mail address is [**shion**@pissmail.com](mailto:nobody) if you would like to talk to me. Please do. ^_^ - +No PGP key because I'm not selling drugs and I don't think your emails to me are worth encrypting. -This website is powered by <span style="color:red">DE</span><span style="color:green">SU</span> diff --git a/stylesheets/chan.css b/css/chan.css index 5e0422e..5e0422e 100644 --- a/stylesheets/chan.css +++ b/css/chan.css diff --git a/stylesheets/etc.css b/css/etc.css index 768f657..768f657 100644 --- a/stylesheets/etc.css +++ b/css/etc.css diff --git a/stylesheets/moe.css b/css/moe.css index 054866a..054866a 100644 --- a/stylesheets/moe.css +++ b/css/moe.css diff --git a/stylesheets/simple.css b/css/simple.css index 88902a8..88902a8 100644 --- a/stylesheets/simple.css +++ b/css/simple.css diff --git a/stylesheets/style.css b/css/style.css index 7d7a48d..c4bd18f 100644 --- a/stylesheets/style.css +++ b/css/style.css @@ -10,7 +10,7 @@ body } a { - color: #fc6c8e; + color: #ff3a8d; font-weight: bold; } diff --git a/stylesheets/style2.css b/css/style2.css index fbed7ef..fbed7ef 100644 --- a/stylesheets/style2.css +++ b/css/style2.css @@ -4,7 +4,7 @@ rm -r html mkdir html cp -r media html -cp stylesheets/*.css html +cp css/*.css html cp *.php html cp *.js html # cp favicon.ico html diff --git a/makenew b/makenew Binary files differdeleted file mode 100755 index 0c2df4b..0000000 --- a/makenew +++ /dev/null diff --git a/makenew.c b/makenew.c deleted file mode 100644 index 6468caa..0000000 --- a/makenew.c +++ /dev/null @@ -1,6 +0,0 @@ -#include <stdlib.h> - -int main(void) { - system("./make.sh"); - return 0; -}
\ No newline at end of file diff --git a/template.html b/template.html index 0982f3e..f5a0f38 100644 --- a/template.html +++ b/template.html @@ -15,5 +15,6 @@ <a href="pages.html">pages</a> / <a href="blog.html">blog</a> / <a href="journal.html">journal</a> / - <a href="about_site.html">about site</a> + <a href="about_site.html">about site</a> / + <a href="https://git.neetlo.li/website">source</a> <hr> |
