diff --git a/config.toml b/config.toml index ce4908ed..78de5998 100644 --- a/config.toml +++ b/config.toml @@ -75,7 +75,7 @@ disableRSS = false [[languages.en.params.social]] name = "keyoxide" - url = "https://id.byjp.me/" + url = "https://id.byjp.me" [[languages.en.params.social]] name = "gpg" diff --git a/layouts/partials/about-me.html b/layouts/partials/about-me.html new file mode 100644 index 00000000..b9c297c5 --- /dev/null +++ b/layouts/partials/about-me.html @@ -0,0 +1,5 @@ +
{{ partial "welcome.md" | markdownify }}
\ No newline at end of file diff --git a/layouts/partials/welcome.md b/layouts/partials/welcome.md new file mode 100644 index 00000000..8cfdcb4d --- /dev/null +++ b/layouts/partials/welcome.md @@ -0,0 +1 @@ +I [write](./posts) on this site infrequently about things I've created or care about. You're welcome to write to me if you'd like, read my [standing invitation](./standing-invitation) for more information. diff --git a/themes/hello-friend-ng/assets/scss/_main.scss b/themes/hello-friend-ng/assets/scss/_main.scss index de6ed544..ccedbd63 100644 --- a/themes/hello-friend-ng/assets/scss/_main.scss +++ b/themes/hello-friend-ng/assets/scss/_main.scss @@ -123,7 +123,11 @@ a { color: inherit; } -main p a, main li a, nav a, .social a { +.always-accented { + color: var(--accent); +} + +main p a, main li a, nav a, .social a, section a, .accented { &:hover { color: var(--accent); } diff --git a/themes/hello-friend-ng/layouts/index.html b/themes/hello-friend-ng/layouts/index.html index ed82ce08..fd78c35b 100644 --- a/themes/hello-friend-ng/layouts/index.html +++ b/themes/hello-friend-ng/layouts/index.html @@ -9,7 +9,7 @@