diff --git a/Makefile b/Makefile index 135175d..f555ad2 100644 --- a/Makefile +++ b/Makefile @@ -16,9 +16,6 @@ all: rebuild: ${CC} rebuild -post: - @@${SCRIPTS_DIR}/newpost - mincss: @find ${CSSDIR} -type f -not -name '*.min.css' | ${SCRIPTS_DIR}/mincss @@ -30,6 +27,7 @@ perm: find ./${DESTINATION} -type f -exec chmod 644 {} \; serve: all + @echo "I serve the soviet YunYun!" ${PYHTON} -m http.server --bind ${BIND} -d ./${DESTINATION} ${PORT} entr: diff --git a/scripts/newpost b/scripts/newpost deleted file mode 100644 index eb4beb0..0000000 --- a/scripts/newpost +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/env perl - -# Creates a new website post, appends its link to the index. - -use v5.14; -use autodie; -use warnings; -use strict; - -use Tie::File; -use Time::Piece; - -# '/' is both prepended, and appended. -my $post_url_dir = 'posts'; -my $posts_dir = "./src/$post_url_dir"; -my $index_file = './src/index.md'; - -my $post_title; -my $post_filename; - -print "Post title: "; -$post_title = <>; - -print "Post file name, without extension: "; -$post_filename = <>; - -chomp $post_title; -chomp $post_filename; - -die "File already exists" if -e "$posts_dir/$post_filename.md"; - -# Create a post file and insert the title. -open (my $fh, '>', "$posts_dir/$post_filename.md"); -say $fh "# $post_title"; -close $fh; - -# Append a post URL to the index. -tie my @index_lines, 'Tie::File', $index_file; -my $posts_found = 0; -for (@index_lines) { - if ($posts_found) { - $_ .= "\n* [$post_title](/$post_url_dir/$post_filename.html)"; - last; - } - $posts_found = 1 if ($_ =~ /and such:/i); -} -untie @index_lines; - -my @cmd = ($ENV{EDITOR}, "$posts_dir/$post_filename.md"); -system @cmd; diff --git a/src/_header.html b/src/_header.html index 860f177..33b941f 100644 --- a/src/_header.html +++ b/src/_header.html @@ -8,15 +8,13 @@

// - home + home // -about +about // -contact +contact // -blog -// -web ring +resources //


diff --git a/src/assets/style.css b/src/assets/style.css index c1bb395..7c5476d 100644 --- a/src/assets/style.css +++ b/src/assets/style.css @@ -1,7 +1,6 @@ .navbar{ background-color: #88c0d0; } - body { background-color: #2e3440; color: #88c0d0; @@ -12,4 +11,14 @@ hr { color: #88c0d0; } +a:visited { +color:var(--link-color); +} + +a:link { +color:var(--link-color); +} + + + /* (⁄ ⁄•⁄ω⁄•⁄ ⁄)⁄ pls dont look at my css code senpai */ diff --git a/src/contact.md b/src/contact.md index 2e348e1..ab497ca 100644 --- a/src/contact.md +++ b/src/contact.md @@ -4,4 +4,5 @@ * PGP key is [here](/key.gpg) * XMPP: neko at darkn dot space * Use OMEMO - +* Matrix: @theonewholovescatnip : envs.net + * Might change at some point diff --git a/src/key.gpg b/src/key.gpg deleted file mode 100644 index 20f505b..0000000 --- a/src/key.gpg +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- - -mDMEZL+UwBYJKwYBBAHaRw8BAQdAT1heNdAXgnez1NfqKSdelSv0385Z4mJuyd5q -rtZg2w60HURhcmtuIE5la28gPG5la29AZGFya24uc3BhY2U+iJAEExYIADgWIQQq -aHU6alPe2MXsurfvMnX2v1OhYQUCZL+UwAIbAwULCQgHAgYVCgkICwIEFgIDAQIe -AQIXgAAKCRDvMnX2v1OhYf8OAP43cENoVsFzbkiBuexiTt56f/8dhctxP/32mrAx -UAFfpgD/R6rQnyNqad7xI5BdS9/4cda35H6tO/i8vjqwkmZjHwa4MwRkv5TAFgkr -BgEEAdpHDwEBB0BrtuafyUWWoCnwMDg6qAoO/0uB0mAZPGJrUUEE98dAQYh4BBgW -CAAgFiEEKmh1OmpT3tjF7Lq37zJ19r9ToWEFAmS/lMACGyAACgkQ7zJ19r9ToWEO -dgD+LFN5hA0Tm98026nXUH0EeHAkHBqoMp9Xm6+n0lflGDwBAIelpDdttR65aHYU -T46zlHguuzvkkzOn83qz/7zWnLALuDgEZL+UwBIKKwYBBAGXVQEFAQEHQOj6Q1P1 -H+LlLNQRvHq3Yqdc8XKqvkpBMSJGZvzgnpZXAwEIB4h4BBgWCAAgFiEEKmh1OmpT -3tjF7Lq37zJ19r9ToWEFAmS/lMACGwwACgkQ7zJ19r9ToWGJqwD/SeGHXkSLlc1K -ezKaiHe6tvdpbpA0En3dqixm/lPROJgA/AzOW6IR+1Plc/xwFkmsUjUNkHiB+5TO -Kv0YfGEI/XQI -=DWUu ------END PGP PUBLIC KEY BLOCK----- diff --git a/src/resources.md b/src/resources.md new file mode 100644 index 0000000..b13108c --- /dev/null +++ b/src/resources.md @@ -0,0 +1,28 @@ +# Useful resources + +* [Educational resources](#edu_res) + * [Interactive](#inter) +* [Privacy services](#priv) + * [Email](#email) + +## Educational resources + +### Interactive + +- [SelectStarSql](https://selectstarsql.com/) - a very nice interactive guide to SQL + +## Privacy services + +This list contains only services I am using and I think they are safe. + +### Email + +Alias services: + +- [Addy.io](https://addy.io/) +- [SimpleLogin](https://simplelogin.io/) + +Encrypted email providers: + +- [Tutanota](https://tutanota.com/) +