diff --git a/README.md b/README.md index 487c548..9d49c2e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ # [PKRM.DEV](https://pkrm.dev) -This is the repo for my personal website ([pkrm.dev](https://pkrm.dev)). - -Heavily inspired by the "Hello Friend NG" HUGO Theme, found [here](https://github.com/rhazdon/hugo-theme-hello-friend-ng). - -Feel free to fork this project or download the code and use it for your needs. Happy coding! +Personal website, enspired partly by the "[Hello Friend NG](https://github.com/rhazdon/hugo-theme-hello-friend-ng)" theme. \ No newline at end of file diff --git a/index.html b/index.html index ad63e33..24b8638 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ - + @@ -77,7 +77,7 @@

About Me

I am a freshman in Computer Science at the University of Texas at Austin - also in FRI Quantum Computing. I manage a Debian based home server where I self-host everything I can. In addition to this, I actively work on personal projects, most of which are open-sourced.

-

View my projects on GitHub, or, if you prefer something lighter and not behind Cloudflare, check them out on my Cgit instance.

+

View my projects on my personal Gitea instance

, or my GitHub profile (mostly mirrors).

Things I run on my server


@@ -97,15 +97,15 @@

Top 3

Others

diff --git a/js/toggle.js b/js/toggle.js index 1a8257e..08ecb86 100644 --- a/js/toggle.js +++ b/js/toggle.js @@ -18,6 +18,7 @@ function setPreference(value) { const expires = new Date(); expires.setTime(expires.getTime() + 1000 * 60 * 60); // 1 hour document.cookie = `preference=${value};expires=${expires.toUTCString()};path=/`; + turnLight(); } }