mirror of
https://github.com/binarydigitlol/binarydigitlol.github.io.git
synced 2025-07-27 00:22:23 +00:00
Compare commits
No commits in common. "032995cae7b97a179f64f63d767a61cd79f38166" and "74df091d6bac76c11dea6a9cd43a095043b35d82" have entirely different histories.
032995cae7
...
74df091d6b
@ -9,7 +9,7 @@ title: Liz's Notebook
|
||||
> I go by the name <span class="h-card"><a href="http://liz.computer/" class="u-url u-uid"><img class="h-card" src="https://binarycdn.b-cdn.net/liz/smol-flopp.png" width="80" align="right"/>Liz Roboto</a></span> - some people know me as B. 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 <a href="/index.xml">RSS feed</a>, sign my <a href="/guestbook/">guestbook</a>, or say hi via <a href="/about#contact/">email</a>)!
|
||||
> <br>
|
||||
|
||||
<!-- > [!alert] Current Status
|
||||
> [!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> -->
|
||||
> <br>
|
||||
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
title: Fun Emoji and ASCII sites
|
||||
tags:
|
||||
- links
|
||||
- emoji
|
||||
---
|
||||
- Animated Noto Emoji: [Google Noto Animated Emoji ](https://googlefonts.github.io/noto-emoji-animation/)
|
@ -1,8 +1,6 @@
|
||||
---
|
||||
title: Better Web Search
|
||||
tags:
|
||||
- links
|
||||
- search
|
||||
tags: links
|
||||
---
|
||||
|
||||
- An AI-overview-free Google search: [udm14.com](https://udm14.com/)
|
||||
|
@ -41,10 +41,10 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
Component.Explorer(),
|
||||
],
|
||||
right: [
|
||||
Component.Status(),
|
||||
Component.DesktopOnly(Component.TableOfContents()),
|
||||
Component.TableOfContents(),
|
||||
Component.Backlinks(),
|
||||
Component.Graph(),
|
||||
// Component.DesktopOnly(Component.TableOfContents()),
|
||||
],
|
||||
}
|
||||
|
||||
|
@ -1,10 +0,0 @@
|
||||
export default (() => {
|
||||
function Status() {
|
||||
// return <p><h3>Current Status:</h3><div id="statuscafe"><div id="statuscafe-username"></div><div id="statuscafe-content"><script src="https://status.cafe/current-status.js?name=lizbytes" defer></script></div>
|
||||
// </div>
|
||||
// </p>
|
||||
return <p><script src="https://status.lol/binarydigit.js?time&pretty&fluent"></script></p>
|
||||
}
|
||||
|
||||
return Status
|
||||
}) satisfies QuartzComponentConstructor
|
@ -23,7 +23,6 @@ import Breadcrumbs from "./Breadcrumbs"
|
||||
import Comments from "./Comments"
|
||||
import Flex from "./Flex"
|
||||
import ConditionalRender from "./ConditionalRender"
|
||||
import Status from "./Status"
|
||||
|
||||
export {
|
||||
ArticleTitle,
|
||||
@ -51,5 +50,4 @@ export {
|
||||
Comments,
|
||||
Flex,
|
||||
ConditionalRender,
|
||||
Status,
|
||||
}
|
||||
|
@ -8,7 +8,3 @@
|
||||
// --callout-icon: url("data:image/svg+xml; utf8, <custom formatted svg>"); //SVG icon code
|
||||
// }
|
||||
// }
|
||||
.statuslol_content {
|
||||
--darkgray:#7a7a7a;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user