mirror of
https://github.com/binarydigitlol/binarydigitlol.github.io.git
synced 2025-06-20 17:02:24 +00:00
Quartz sync: Jun 18, 2025, 11:49 AM
This commit is contained in:
parent
9dcda69b4a
commit
7e2f16eb38
@ -1,12 +1,18 @@
|
|||||||
---
|
---
|
||||||
title: Welcome!
|
title: Liz's Notebook
|
||||||
---
|
---
|
||||||
<link rel="me" href="https://social.lol/@binarydigit"/>
|
<link rel="me" href="https://social.lol/@binarydigit"/>
|
||||||
<link rel="me" href="mailto:liz@foobox.com">
|
<link rel="me" href="mailto:liz@foobox.com">
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
> [!example] Welcome!
|
> [!example] Hello Internet
|
||||||
> I go by the name Liz Roboto - some people know me as B online. I'm a tech director, artist, casual gamer and CSS tinkerer. I love the small web, retro tech, travel, art, fashion, photography and currently working on a creative portfolio and digital garden. Please keep checking back for updates each week.
|
> I go by the name Liz Roboto - some people know me as B online. I'm a tech director, artist, casual gamer and CSS tinkerer. I love the small web, retro tech, travel, art, fashion, photography and currently working on a creative portfolio and digital garden. Please keep checking back for updates each week.
|
||||||
> Subscribe to my updated [RSS feed](/index.xml), sign my [guestbook](/guestbook/), or say hi via [email](/about#contact/)!
|
> Subscribe to my updated [RSS feed](/index.xml), sign my [guestbook](/guestbook/), or say hi via [email](/about#contact/)!
|
||||||
|
|
||||||
|
|
||||||
|
> [!alert] Current Status
|
||||||
|
> <script src="https://status.cafe/current-status.js?name=lizbytes" defer></script>
|
||||||
|
> <div id="statuscafe"><div id="statuscafe-username"></div><div id="statuscafe-content"></div></div>
|
||||||
|
> <br>
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins"
|
|||||||
*/
|
*/
|
||||||
const config: QuartzConfig = {
|
const config: QuartzConfig = {
|
||||||
configuration: {
|
configuration: {
|
||||||
pageTitle: "Liz's Digital Garden",
|
pageTitle: "(˶ˆᗜˆ˵)",
|
||||||
pageTitleSuffix: " | Liz.computer",
|
pageTitleSuffix: " | Liz.computer",
|
||||||
enableSPA: true,
|
enableSPA: true,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
|
@ -43,9 +43,10 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
Component.Explorer(),
|
Component.Explorer(),
|
||||||
],
|
],
|
||||||
right: [
|
right: [
|
||||||
Component.Graph(),
|
Component.TableOfContents(),
|
||||||
Component.DesktopOnly(Component.TableOfContents()),
|
|
||||||
Component.Backlinks(),
|
Component.Backlinks(),
|
||||||
|
Component.Graph(),
|
||||||
|
// Component.DesktopOnly(Component.TableOfContents()),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user