From 5c5568963b110cd463ef823f60bada2cb054b13c Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Fri, 10 Mar 2023 21:34:45 -0600 Subject: [PATCH] micro-revamp number 3.1415 --- content/about-me/_index.md | 13 +++++++++++++ content/blog/_index.md | 4 ++-- content/blog/discord.md | 1 + content/projects/2m2d.md | 3 ++- content/projects/_index.md | 2 +- content/projects/alliancepy.md | 3 ++- content/projects/arduino_cava.md | 3 ++- content/projects/catbox.md | 3 ++- content/projects/dircord.md | 3 ++- content/projects/interplut.md | 3 ++- content/projects/wn2.md | 3 ++- sass/style.scss | 12 ++++++++++++ static/signature.asc | 14 -------------- templates/about-me.html | 11 +++++++++++ templates/base.html | 4 ++-- templates/blog-page.html | 11 +++++++---- templates/blog.html | 5 ++++- templates/index.html | 18 ++++++++---------- templates/project-page.html | 7 ++++--- templates/projects.html | 7 +++++-- 20 files changed, 84 insertions(+), 46 deletions(-) create mode 100644 content/about-me/_index.md delete mode 100644 static/signature.asc create mode 100644 templates/about-me.html diff --git a/content/about-me/_index.md b/content/about-me/_index.md new file mode 100644 index 0000000..3ab9835 --- /dev/null +++ b/content/about-me/_index.md @@ -0,0 +1,13 @@ ++++ +title = "about me" +description = "the shrimp that fried this rice" +template = "about-me.html" ++++ + +I'm karx, a student from Texas, USA. I am a programmer, linux enthusiast, and a doctor who fan. + +I became interested in technology through the FIRST Lego League competition, part of the FIRST organization which has had a huge impact on my life and my beliefs. + +I believe in gracious professionalism, [the small web](https://ar.al/2020/08/07/what-is-the-small-web/). I believe technology and education should be open to anyone, anywhere. + +These days I mainly code in Rust, although I have been using Java for use in the FIRST Tech Challenge. I also use a little bit of C++ for Arduino projects. diff --git a/content/blog/_index.md b/content/blog/_index.md index ca5be15..2a37726 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,6 +1,6 @@ +++ -title = "List of blog posts" +title = "my blog posts" sort_by = "date" template = "blog.html" page_template = "blog-page.html" -+++ \ No newline at end of file ++++ diff --git a/content/blog/discord.md b/content/blog/discord.md index 862d33f..4ab6e3a 100644 --- a/content/blog/discord.md +++ b/content/blog/discord.md @@ -1,5 +1,6 @@ +++ title = "How to manually update Discord on Arch Linux" +description = "must be your lucky day, there's a new update!" date = "2022-10-26" +++ diff --git a/content/projects/2m2d.md b/content/projects/2m2d.md index 4276d5c..0fe020f 100644 --- a/content/projects/2m2d.md +++ b/content/projects/2m2d.md @@ -1,5 +1,6 @@ +++ -title = "2m2d: too much to do" +title = "2m2d" +description = "too much to do" date = "2022-09-01" +++ diff --git a/content/projects/_index.md b/content/projects/_index.md index 994027b..c29aebc 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -1,5 +1,5 @@ +++ -title = "Yash's projects" +title = "my projects" sort_by = "date" template = "projects.html" page_template = "project-page.html" diff --git a/content/projects/alliancepy.md b/content/projects/alliancepy.md index 4a555b0..92f2877 100644 --- a/content/projects/alliancepy.md +++ b/content/projects/alliancepy.md @@ -1,5 +1,6 @@ +++ -title = "alliancepy: a TOA library" +title = "alliancepy" +description = "a TOA library" date = "2020-04-20" +++ diff --git a/content/projects/arduino_cava.md b/content/projects/arduino_cava.md index 458c99a..827cc61 100644 --- a/content/projects/arduino_cava.md +++ b/content/projects/arduino_cava.md @@ -1,5 +1,6 @@ +++ -title = "arduino_cava: visualize audio on an Arduino using cava" +title = "arduino_cava" +description = "visualize audio on an Arduino using cava" date = "2023-04-03" +++ diff --git a/content/projects/catbox.md b/content/projects/catbox.md index 7ab39c2..127ba7b 100644 --- a/content/projects/catbox.md +++ b/content/projects/catbox.md @@ -1,5 +1,6 @@ +++ -title = "cat-box: game engine inspired by arcade" +title = "cat-box" +description = "game engine inspired by arcade" date = "2022-06-24" +++ diff --git a/content/projects/dircord.md b/content/projects/dircord.md index f6d056a..20f2475 100644 --- a/content/projects/dircord.md +++ b/content/projects/dircord.md @@ -1,5 +1,6 @@ +++ -title = "dircord: A Discord-IRC bridge written in Rust." +title = "dircord" +description = "A Discord-IRC bridge written in Rust" date = "2022-06-24" +++ diff --git a/content/projects/interplut.md b/content/projects/interplut.md index 88e8d86..7915dc0 100644 --- a/content/projects/interplut.md +++ b/content/projects/interplut.md @@ -1,5 +1,6 @@ +++ -title = "interplut: interpolated lookup table" +title = "interplut" +description = "interpolated lookup table" date = "2023-02-20" +++ diff --git a/content/projects/wn2.md b/content/projects/wn2.md index 0fff822..5f53a99 100644 --- a/content/projects/wn2.md +++ b/content/projects/wn2.md @@ -1,5 +1,6 @@ +++ -title = "wn2: WeeChat notification plugin" +title = "wn2" +description = "WeeChat notification plugin" date = "2022-10-20" +++ diff --git a/sass/style.scss b/sass/style.scss index 6531b85..2a77bff 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -95,3 +95,15 @@ figcaption { color: #777; } +.text-align-center { + text-align: center; +} + +.text-align-right { + text-align: right; +} + +.header { + margin-bottom: 0; +} + diff --git a/static/signature.asc b/static/signature.asc deleted file mode 100644 index 5470f07..0000000 --- a/static/signature.asc +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQHFBAABCgAvKBxZYXNoIEthcmFuZGlrYXIgPG5lcmRzdGVwNzEwQGdtYWlsLmNv -bT4FAmGS7oUACgkQ8B6SzSOQ82lFrAv9Gcl/U8kKIIQNQG6Fiff+Uc2D/aGZTv4L -cqjrJOoTczBLcvn4GvFi+vionowMYdr0lRR5g83sRUpDg7wKi5O2rGhOOhR0RCkN -pGBtYx6k/+i02bMuO3IGQ+P0sk0QZzVQjduA1Crs44YLdiVpo0QTfnJRyP4lmWIs -anUey+yTBI79stWmDdg3LE5fCsM+ctCmAfs3TKCbCuKG5LWQsOTcdMrdJFIlEXy+ -BAssT1GEyBwYRGHsR1sgeEPGPrdbpoR2HeFUzhMmWQb74ryyVpMTm46i4BD9/ivv -n6/8gxIwz0k8oGdB5fnWAD1aMiJPdybiYxeC9vsE0PXylHOd9BCP7dcpvG3bmBSn -JzD2wYJa7aaJk7PP64X/l5lBUrbzs7wpxqzr/e4/mq+9SJ3uKst1niJPCI5sebm8 -7f+TKFyzlrKoHgVyHZUc04NHD/05dyF9M3aB3ffCBWvzhKdILmONg9nNGt8zNkyE -FQHq214glR57Rgn8IqfVNoU0D1NFU2J6 -=Ew8O ------END PGP SIGNATURE----- diff --git a/templates/about-me.html b/templates/about-me.html new file mode 100644 index 0000000..1c74213 --- /dev/null +++ b/templates/about-me.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block content %} +
+

{% block title %}{{ section.title }}{% endblock title %}

+ {{ section.description }} +
+ +{{ section.content | safe }} + +{% endblock content %} diff --git a/templates/base.html b/templates/base.html index 3609928..d5df840 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,8 +20,8 @@ {% block content %} {% endblock %}
- home - projects - blog -
built with zola + home - about me - projects - blog +
this site's source
diff --git a/templates/blog-page.html b/templates/blog-page.html index 1b5c7a0..2375e1e 100644 --- a/templates/blog-page.html +++ b/templates/blog-page.html @@ -3,13 +3,16 @@ {% block title %}{{page.title}}{% endblock title %} {% block content %} -

+
+

{{ page.title }}

-

- +{{ page.description }} +

+

+ {{ page.date }} - +

{{ page.content | safe }}