Remove deprecated 11ty browsersync config, adjust homepage

This commit is contained in:
gil 2024-05-25 21:47:30 -05:00
parent 0f63346a4f
commit 935b2cf210
4 changed files with 6 additions and 11 deletions

View file

@ -2,10 +2,6 @@ const eleventyNavigationPlugin = require("@11ty/eleventy-navigation");
const { DateTime } = require("luxon");
module.exports = function (eleventyConfig) {
eleventyConfig.setBrowserSyncConfig({
files: "./public/css/**/*.css",
});
eleventyConfig.addPlugin(eleventyNavigationPlugin);
eleventyConfig.addFilter("postDate", (dateObj) => {

View file

@ -60,7 +60,7 @@ main,
article {
padding: 1em;
color: #802659;
border: 16px solid;
border: 16px solid rgb(255, 252, 240);
border-image: url(../img/nine-patch.png) 32 round;
-webkit-border-image: url(../img/nine-patch.png) 32 round;
background-color: rgb(255, 252, 240);

View file

@ -37,7 +37,7 @@ main,
article {
padding: 1em;
color: $fg;
border: 16px solid;
border: 16px solid colors.$paper;
border-image: url(../img/nine-patch.png) 32 round;
-webkit-border-image: url(../img/nine-patch.png) 32 round;
background-color: colors.$paper;

View file

@ -3,7 +3,7 @@ layout: page.njk
date: Last Modified
---
<img class="float-right" src="img/gba_gil.png" width="192" height="168" />
<img class="float-right" src="img/gba_gil.png" alt="Me, a brown-haired, brown-eyed man with round glasses, smiling. The picture is filtered to mimic the Game Boy Camera and create a retro vibe." />
# About Me
@ -21,8 +21,7 @@ You can find my Ogra.ph Collective profiles here.
## Other links
- [beehaw.org](https://beehaw.org/u/kalanggam) &mdash; lemmy
- [pixelfed.social](https://pixelfed.social/kalanggam) &mdash; pixelfed
- [bookwyrm.social](https://bookwyrm.social/user/kalanggam) &mdash; bookwyrm
- View my photos/pictures on [pixelfed.social](https://pixelfed.social/kalanggam)
- See what I'm reading on [bookwyrm.social](https://bookwyrm.social/user/kalanggam)
<a href="https://www.buymeacoffee.com/gilcaley" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-violet.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;"></a>
<a href="https://www.buymeacoffee.com/gilcaley" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-violet.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;"></a>