Remove deprecated 11ty browsersync config, adjust homepage
This commit is contained in:
parent
0f63346a4f
commit
935b2cf210
|
@ -2,10 +2,6 @@ const eleventyNavigationPlugin = require("@11ty/eleventy-navigation");
|
||||||
const { DateTime } = require("luxon");
|
const { DateTime } = require("luxon");
|
||||||
|
|
||||||
module.exports = function (eleventyConfig) {
|
module.exports = function (eleventyConfig) {
|
||||||
eleventyConfig.setBrowserSyncConfig({
|
|
||||||
files: "./public/css/**/*.css",
|
|
||||||
});
|
|
||||||
|
|
||||||
eleventyConfig.addPlugin(eleventyNavigationPlugin);
|
eleventyConfig.addPlugin(eleventyNavigationPlugin);
|
||||||
|
|
||||||
eleventyConfig.addFilter("postDate", (dateObj) => {
|
eleventyConfig.addFilter("postDate", (dateObj) => {
|
||||||
|
|
|
@ -60,7 +60,7 @@ main,
|
||||||
article {
|
article {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
color: #802659;
|
color: #802659;
|
||||||
border: 16px solid;
|
border: 16px solid rgb(255, 252, 240);
|
||||||
border-image: url(../img/nine-patch.png) 32 round;
|
border-image: url(../img/nine-patch.png) 32 round;
|
||||||
-webkit-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);
|
background-color: rgb(255, 252, 240);
|
||||||
|
|
|
@ -37,7 +37,7 @@ main,
|
||||||
article {
|
article {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
color: $fg;
|
color: $fg;
|
||||||
border: 16px solid;
|
border: 16px solid colors.$paper;
|
||||||
border-image: url(../img/nine-patch.png) 32 round;
|
border-image: url(../img/nine-patch.png) 32 round;
|
||||||
-webkit-border-image: url(../img/nine-patch.png) 32 round;
|
-webkit-border-image: url(../img/nine-patch.png) 32 round;
|
||||||
background-color: colors.$paper;
|
background-color: colors.$paper;
|
||||||
|
|
|
@ -3,7 +3,7 @@ layout: page.njk
|
||||||
date: Last Modified
|
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
|
# About Me
|
||||||
|
|
||||||
|
@ -21,8 +21,7 @@ You can find my Ogra.ph Collective profiles here.
|
||||||
|
|
||||||
## Other links
|
## Other links
|
||||||
|
|
||||||
- [beehaw.org](https://beehaw.org/u/kalanggam) — lemmy
|
- View my photos/pictures on [pixelfed.social](https://pixelfed.social/kalanggam)
|
||||||
- [pixelfed.social](https://pixelfed.social/kalanggam) — pixelfed
|
- See what I'm reading on [bookwyrm.social](https://bookwyrm.social/user/kalanggam)
|
||||||
- [bookwyrm.social](https://bookwyrm.social/user/kalanggam) — bookwyrm
|
|
||||||
|
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in a new issue