diff --git a/LICENSE b/LICENSE index c97fe3d..3f8f4cf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -MIT License +GPL3 License -Copyright (c) 2017–2023 Zach Leatherman @zachleat +Copyright (c) 2023 Nathan Upchurch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/_data/metadata.js b/_data/metadata.js index d75e3a6..95ddec7 100644 --- a/_data/metadata.js +++ b/_data/metadata.js @@ -10,7 +10,7 @@ module.exports = { url: "https://nathanupchurch.com/me", profilePic: "/img/CN20191025_301_Srt_SQUARE.jpg" }, - defaultPostImageURL: "/img/default_post_image/vasilina-sirotina-1NMPvajSt9Q-unsplash_copy.avif", + defaultPostImageURL: "/img/vasilina-sirotina-1NMPvajSt9Q-unsplash_copy.avif", defaultPostImageAlt: "The default post image: a close picture of the dark green leaves of a plant.", socialLinks: [ { @@ -26,6 +26,24 @@ module.exports = { linkDisplay: "Mastodon", iconURL: "/img/mastodon.svg" }, + { + title: "Email Me", + linkURL: "Mailto:blog@upchur.ch", + linkDisplay: "Email", + iconURL: "/img/envelope.svg" + }, + { + title: "Matrix", + linkURL: "https://matrix.to/#/@nathanu:matrix.org", + linkDisplay: "Matrix", + iconURL: "/img/matrix-org.svg" + }, + { + title: "BookWyrm", + linkURL: "https://ramblingreaders.org/user/NathanU", + linkDisplay: "BookWyrm", + iconURL: "/img/book.svg" + }, { title: "Pixelfed", linkURL: "https://pixelfed.social/@nathanu", @@ -44,18 +62,6 @@ module.exports = { linkDisplay: "PeerTube", iconURL: "/img/peertube.svg" }, - { - title: "Matrix", - linkURL: "https://matrix.to/#/@nathanu:matrix.org", - linkDisplay: "Matrix", - iconURL: "/img/matrix-org.svg" - }, - { - title: "Email Me", - linkURL: "Mailto:blog@upchur.ch", - linkDisplay: "Email", - iconURL: "/img/envelope.svg" - }, { title: "Keyoxide Identity Profile", linkURL: "https://keyoxide.org/31E809FAEA1532AC91BBDCF1EC499D3513F69340", diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 719dcff..6fb450a 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -11,13 +11,8 @@ - {#- Bundle CSS #} {%- css %}{% include "public/css/index.css" %}{% endcss %} - {# {%- css %}{% include "node_modules/prismjs/themes/prism-okaidia.css" %}{% endcss %} #} - - {#- Render the CSS bundle using Inlined CSS (for the fastest site performance in production) #} - {%- css %}{% include "public/css/webfonts/webfonts.css" %}{% endcss %} {%- css %}{% include "public/css/dropcap.css" %}{% endcss %} @@ -66,9 +61,30 @@

Top level navigation menu

diff --git a/_includes/layouts/baseBareBones.njk b/_includes/layouts/baseBareBones.njk index 9f2b50e..6207d40 100644 --- a/_includes/layouts/baseBareBones.njk +++ b/_includes/layouts/baseBareBones.njk @@ -11,10 +11,6 @@ {#- Bundle CSS #} {%- css %}{% include "public/css/index.css" %}{% endcss %} - {# {%- css %}{% include "node_modules/prismjs/themes/prism-okaidia.css" %}{% endcss %} #} - - {#- Render the CSS bundle using Inlined CSS (for the fastest site performance in production) #} - {%- css %}{% include "public/css/webfonts/webfonts.css" %}{% endcss %} {%- css %}{% include "public/css/dropcap.css" %}{% endcss %} diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index 9d5aa66..6840566 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -2,8 +2,7 @@ layout: layouts/base.njk --- {# Only include the syntax highlighter CSS on blog posts #} -{%- css %}{% include "node_modules/prismjs/themes/prism-okaidia.css" %}{% endcss %} -{%- css %}{% include "public/css/prism-diff.css" %}{%- endcss %} +{%- css %}{% include "public/css/code.css" %}{% endcss %}

{{ title }}