From 935b2cf21003067bfbb71eef71a4801dd2d5a6c6 Mon Sep 17 00:00:00 2001 From: gil Date: Sat, 25 May 2024 21:47:30 -0500 Subject: [PATCH] Remove deprecated 11ty browsersync config, adjust homepage --- .eleventy.js | 4 ---- src/css/global.css | 2 +- src/css/global.scss | 2 +- src/index.md | 9 ++++----- 4 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index 5134503..7ef8f34 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -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) => { diff --git a/src/css/global.css b/src/css/global.css index 95982eb..a862278 100644 --- a/src/css/global.css +++ b/src/css/global.css @@ -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); diff --git a/src/css/global.scss b/src/css/global.scss index 8fc0152..df0f64d 100644 --- a/src/css/global.scss +++ b/src/css/global.scss @@ -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; diff --git a/src/index.md b/src/index.md index 911e290..14c39a6 100644 --- a/src/index.md +++ b/src/index.md @@ -3,7 +3,7 @@ layout: page.njk date: Last Modified --- - +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) — lemmy -- [pixelfed.social](https://pixelfed.social/kalanggam) — pixelfed -- [bookwyrm.social](https://bookwyrm.social/user/kalanggam) — 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) -Buy Me A Coffee \ No newline at end of file +Buy Me A Coffee