diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk
index c571277..de27f30 100644
--- a/_includes/layouts/post.njk
+++ b/_includes/layouts/post.njk
@@ -3,7 +3,6 @@ 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 %}
{{ title }}
diff --git a/content/index.md b/content/index.md
index 8dfe83a..5e5333c 100644
--- a/content/index.md
+++ b/content/index.md
@@ -10,17 +10,19 @@ My name is Nycki ([ˈnɪki](http://ipa-reader.xyz/?text=%CB%88n%C9%AAki)) (she/t
## Contact
-Some of these will change as I transition from my old internet name 'Nupa' to my new one 'Nycki'. It's just personal preference, I'll still answer to either name for the time being.
-
-
-
--
+
+[![button for nycki](/a/88x13-nycki-r2.png)](https://nycki.net)
+[![button of cohost, by mykocalico](/a/88x13-cohost-mykocalico.png)](https://cohost.org/nycki)
## Blog
-[blog!](/blog)
+[blog!](/blog) | [rss!](/blog/feed.xml)
-[rss!](/blog/feed.xml)
+## Links
+
+[![button of sofia-drawsmore](/a/88x31-sofia.png)](https://sofiadrawsmore.neocities.org/)
## Creations
diff --git a/eleventy.config.js b/eleventy.config.js
index f6dc237..772f17b 100644
--- a/eleventy.config.js
+++ b/eleventy.config.js
@@ -13,6 +13,7 @@ const pluginDrafts = require("./eleventy.config.drafts.js");
module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy("content/**/*.png");
eleventyConfig.addPassthroughCopy('content/**/*.css');
+ eleventyConfig.addPassthroughCopy({ "public": "/" });
eleventyConfig.addPassthroughCopy({ "patches": "/" });
// Run Eleventy when these files change:
diff --git a/public/a/88x13-cohost-mykocalico.png b/public/a/88x13-cohost-mykocalico.png
new file mode 100644
index 0000000..c0ab27d
Binary files /dev/null and b/public/a/88x13-cohost-mykocalico.png differ
diff --git a/public/a/88x13-nycki-r1.png b/public/a/88x13-nycki-r1.png
new file mode 100644
index 0000000..c083778
Binary files /dev/null and b/public/a/88x13-nycki-r1.png differ
diff --git a/public/a/88x13-nycki-r2.png b/public/a/88x13-nycki-r2.png
new file mode 100644
index 0000000..a830df7
Binary files /dev/null and b/public/a/88x13-nycki-r2.png differ
diff --git a/public/a/88x31-sofia.png b/public/a/88x31-sofia.png
new file mode 100644
index 0000000..38bdb55
Binary files /dev/null and b/public/a/88x31-sofia.png differ
diff --git a/public/css/prism-diff.css b/public/css/prism-diff.css
deleted file mode 100644
index 9f7e676..0000000
--- a/public/css/prism-diff.css
+++ /dev/null
@@ -1,45 +0,0 @@
-/*
- * New diff- syntax
- */
-
-pre[class*="language-diff-"] {
- --eleventy-code-padding: 1.25em;
- padding-left: var(--eleventy-code-padding);
- padding-right: var(--eleventy-code-padding);
-}
-.token.deleted {
- background-color: hsl(0, 51%, 37%);
- color: inherit;
-}
-.token.inserted {
- background-color: hsl(126, 31%, 39%);
- color: inherit;
-}
-
-/* Make the + and - characters unselectable for copy/paste */
-.token.prefix.unchanged,
-.token.prefix.inserted,
-.token.prefix.deleted {
- -webkit-user-select: none;
- user-select: none;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- padding-top: 2px;
- padding-bottom: 2px;
-}
-.token.prefix.inserted,
-.token.prefix.deleted {
- width: var(--eleventy-code-padding);
- background-color: rgba(0,0,0,.2);
-}
-
-/* Optional: full-width background color */
-.token.inserted:not(.prefix),
-.token.deleted:not(.prefix) {
- display: block;
- margin-left: calc(-1 * var(--eleventy-code-padding));
- margin-right: calc(-1 * var(--eleventy-code-padding));
- text-decoration: none; /* override del, ins, mark defaults */
- color: inherit; /* override del, ins, mark defaults */
-}
diff --git a/public/img/.gitkeep b/public/img/.gitkeep
deleted file mode 100644
index e69de29..0000000