michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit e3ae3ef10b78347187a01735b049d3275ffe98d4
parent 235ed03b12c9fdfe56fead82f78fae64017f6b14
Author: Michal Sapka <michal@sapka.me>
Date:   Tue,  6 Sep 2022 22:12:20 +0200

feat: test link color

Diffstat:
Mlib/theme.tsx | 6+++---
Dpublic/rss/atom.xml | 81-------------------------------------------------------------------------------
Dpublic/rss/feed.json | 58----------------------------------------------------------
Dpublic/rss/feed.xml | 41-----------------------------------------
4 files changed, 3 insertions(+), 183 deletions(-)

diff --git a/lib/theme.tsx b/lib/theme.tsx @@ -4,7 +4,7 @@ import { mode } from '@chakra-ui/theme-tools' type propsType = any const styles = { - global: (props : propsType) => { + global: (_props : propsType) => { body: { //bg: mode('#d5d6db', '#24283b')(props), //color: mode('#0f4b6e', '#7dcfff')(props), @@ -15,8 +15,8 @@ const styles = { const components = { Link: { baseStyle: (props : propsType) => { - //color: mode('#34548a', '##34548a')(props), - textUnderlineOffset: 3 + color: mode('#34548a', '##34548a')(props); + textUnderlineOffset: 3; } }, Heading: { diff --git a/public/rss/atom.xml b/public/rss/atom.xml @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<feed xmlns="http://www.w3.org/2005/Atom"> - <id>https://michal.sapka.pl</id> - <title>Michał's publications</title> - <updated>2022-09-06T20:00:31.101Z</updated> - <generator>Feed for Node.js</generator> - <author> - <name>Michał M. Sapka</name> - <email>michal@sapka.pl</email> - <uri>https://michal.sapka.pl</uri> - </author> - <link rel="alternate" href="https://michal.sapka.pl"/> - <link rel="self" href="https://michal.sapka.pl/rss/atom.xml"/> - <subtitle>Michał Sapka's recent publications</subtitle> - <rights>All rights reserved 2022, Michał M. Sapka</rights> - <entry> - <title type="html"><![CDATA[Buffers, splits and tabs in Vim]]></title> - <id>https://medium.com/@msapka/buffers-splits-and-tabs-in-vim-5bb3b6dc1c19</id> - <link href="https://medium.com/@msapka/buffers-splits-and-tabs-in-vim-5bb3b6dc1c19"/> - <updated>2022-08-17T22:00:00.000Z</updated> - <author> - <name>Michał M. Sapka</name> - <email>michal@sapka.pl</email> - <uri>https://michal.sapka.pl</uri> - </author> - <contributor> - <name>Michał M. Sapka</name> - <email>michal@sapka.pl</email> - <uri>https://michal.sapka.pl</uri> - </contributor> - </entry> - <entry> - <title type="html"><![CDATA[A month with a disgusting ThinkPad]]></title> - <id>https://medium.com/@msapka/a-month-with-a-disgusting-thinkpad-936e7c675a74</id> - <link href="https://medium.com/@msapka/a-month-with-a-disgusting-thinkpad-936e7c675a74"/> - <updated>2022-08-07T22:00:00.000Z</updated> - <author> - <name>Michał M. Sapka</name> - <email>michal@sapka.pl</email> - <uri>https://michal.sapka.pl</uri> - </author> - <contributor> - <name>Michał M. Sapka</name> - <email>michal@sapka.pl</email> - <uri>https://michal.sapka.pl</uri> - </contributor> - </entry> - <entry> - <title type="html"><![CDATA[Managing dotfiles with GNU Stow]]></title> - <id>https://medium.com/@msapka/managing-dotfiles-with-gnu-stow-72b4e3bb9434</id> - <link href="https://medium.com/@msapka/managing-dotfiles-with-gnu-stow-72b4e3bb9434"/> - <updated>2022-08-04T22:00:00.000Z</updated> - <author> - <name>Michał M. Sapka</name> - <email>michal@sapka.pl</email> - <uri>https://michal.sapka.pl</uri> - </author> - <contributor> - <name>Michał M. Sapka</name> - <email>michal@sapka.pl</email> - <uri>https://michal.sapka.pl</uri> - </contributor> - </entry> - <entry> - <title type="html"><![CDATA[Adding dynamic DNS to my home server]]></title> - <id>https://medium.com/@msapka/adding-dynamic-dns-to-my-home-server-d05bf65358cc</id> - <link href="https://medium.com/@msapka/adding-dynamic-dns-to-my-home-server-d05bf65358cc"/> - <updated>2022-08-03T22:00:00.000Z</updated> - <author> - <name>Michał M. Sapka</name> - <email>michal@sapka.pl</email> - <uri>https://michal.sapka.pl</uri> - </author> - <contributor> - <name>Michał M. Sapka</name> - <email>michal@sapka.pl</email> - <uri>https://michal.sapka.pl</uri> - </contributor> - </entry> -</feed> -\ No newline at end of file diff --git a/public/rss/feed.json b/public/rss/feed.json @@ -1,57 +0,0 @@ -{ - "version": "https://jsonfeed.org/version/1", - "title": "Michał's publications", - "home_page_url": "https://michal.sapka.pl", - "feed_url": "https://michal.sapka.pl/rss/feed.json", - "description": "Michał Sapka's recent publications", - "author": { - "name": "Michał M. Sapka", - "url": "https://michal.sapka.pl" - }, - "items": [ - { - "id": "https://medium.com/@msapka/buffers-splits-and-tabs-in-vim-5bb3b6dc1c19", - "content_html": "", - "url": "https://medium.com/@msapka/buffers-splits-and-tabs-in-vim-5bb3b6dc1c19", - "title": "Buffers, splits and tabs in Vim", - "date_modified": "2022-08-17T22:00:00.000Z", - "author": { - "name": "Michał M. Sapka", - "url": "https://michal.sapka.pl" - } - }, - { - "id": "https://medium.com/@msapka/a-month-with-a-disgusting-thinkpad-936e7c675a74", - "content_html": "", - "url": "https://medium.com/@msapka/a-month-with-a-disgusting-thinkpad-936e7c675a74", - "title": "A month with a disgusting ThinkPad", - "date_modified": "2022-08-07T22:00:00.000Z", - "author": { - "name": "Michał M. Sapka", - "url": "https://michal.sapka.pl" - } - }, - { - "id": "https://medium.com/@msapka/managing-dotfiles-with-gnu-stow-72b4e3bb9434", - "content_html": "", - "url": "https://medium.com/@msapka/managing-dotfiles-with-gnu-stow-72b4e3bb9434", - "title": "Managing dotfiles with GNU Stow", - "date_modified": "2022-08-04T22:00:00.000Z", - "author": { - "name": "Michał M. Sapka", - "url": "https://michal.sapka.pl" - } - }, - { - "id": "https://medium.com/@msapka/adding-dynamic-dns-to-my-home-server-d05bf65358cc", - "content_html": "", - "url": "https://medium.com/@msapka/adding-dynamic-dns-to-my-home-server-d05bf65358cc", - "title": "Adding dynamic DNS to my home server", - "date_modified": "2022-08-03T22:00:00.000Z", - "author": { - "name": "Michał M. Sapka", - "url": "https://michal.sapka.pl" - } - } - ] -} -\ No newline at end of file diff --git a/public/rss/feed.xml b/public/rss/feed.xml @@ -1,40 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<rss version="2.0"> - <channel> - <title>Michał's publications</title> - <link>https://michal.sapka.pl</link> - <description>Michał Sapka's recent publications</description> - <lastBuildDate>Tue, 06 Sep 2022 20:00:31 GMT</lastBuildDate> - <docs>https://validator.w3.org/feed/docs/rss2.html</docs> - <generator>Feed for Node.js</generator> - <copyright>All rights reserved 2022, Michał M. Sapka</copyright> - <item> - <title><![CDATA[Buffers, splits and tabs in Vim]]></title> - <link>https://medium.com/@msapka/buffers-splits-and-tabs-in-vim-5bb3b6dc1c19</link> - <guid>https://medium.com/@msapka/buffers-splits-and-tabs-in-vim-5bb3b6dc1c19</guid> - <pubDate>Wed, 17 Aug 2022 22:00:00 GMT</pubDate> - <author>michal@sapka.pl (Michał M. Sapka)</author> - </item> - <item> - <title><![CDATA[A month with a disgusting ThinkPad]]></title> - <link>https://medium.com/@msapka/a-month-with-a-disgusting-thinkpad-936e7c675a74</link> - <guid>https://medium.com/@msapka/a-month-with-a-disgusting-thinkpad-936e7c675a74</guid> - <pubDate>Sun, 07 Aug 2022 22:00:00 GMT</pubDate> - <author>michal@sapka.pl (Michał M. Sapka)</author> - </item> - <item> - <title><![CDATA[Managing dotfiles with GNU Stow]]></title> - <link>https://medium.com/@msapka/managing-dotfiles-with-gnu-stow-72b4e3bb9434</link> - <guid>https://medium.com/@msapka/managing-dotfiles-with-gnu-stow-72b4e3bb9434</guid> - <pubDate>Thu, 04 Aug 2022 22:00:00 GMT</pubDate> - <author>michal@sapka.pl (Michał M. Sapka)</author> - </item> - <item> - <title><![CDATA[Adding dynamic DNS to my home server]]></title> - <link>https://medium.com/@msapka/adding-dynamic-dns-to-my-home-server-d05bf65358cc</link> - <guid>https://medium.com/@msapka/adding-dynamic-dns-to-my-home-server-d05bf65358cc</guid> - <pubDate>Wed, 03 Aug 2022 22:00:00 GMT</pubDate> - <author>michal@sapka.pl (Michał M. Sapka)</author> - </item> - </channel> -</rss> -\ No newline at end of file