Skip to content

Commit

Permalink
Quartz sync: Sep 9, 2024, 5:07 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
warren committed Sep 10, 2024
1 parent c287363 commit 72d249a
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 33 deletions.
Binary file added content/2hunjqendum91.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/Articles I like.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ _Nothing special, I just don't want to forget these exist._
- [https://soranews24.com/2022/06/23/is-roughly-half-of-japan-preconditioned-to-hate-mint-chocolate-sweets/](https://soranews24.com/2022/06/23/is-roughly-half-of-japan-preconditioned-to-hate-mint-chocolate-sweets/) fascinating and hella specific article about Japanese preferences for mint chocolate chip ice cream where a city had 10% fondness for it. Relevant to [[Nature vs nurture]]

## Appendix
This topic is sort of related to [[Internet roasts]], lol.
This page is sort of related to [[Internet roasts]], lol.
7 changes: 5 additions & 2 deletions content/Reflections on Burning Man 2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#publish
Opened [[2024-09-05]]. Related to [[Burning Man]] (duh). Nested in [[Musings on everything else]].

![[PXL_20240902_021834180.MP.jpg]]
![[flaming-hot-man-elmo-fire.gif]]

Brief table of contents:
- What it is
Expand All @@ -14,7 +14,10 @@ Brief table of contents:
### Elephants in the room
Yes, Burning Man is hedonistic. All week long are nonstop parties that _will_ keep you awake if you don't sleep with earplugs. There is widespread substance use, [crazy outfits](https://www.google.com/search?q=burning+man+outfits), [nudity](https://media.tenor.com/wy2zHeWyf2gAAAAe/side-eye-dog-suspicious-look.png), open bars, orgies... if you can imagine it and it's fun, it's probably at the burn, and when all 80,000 attendees pay a ticket fee of nearly $600 to attend it's actually pretty fair that the media pokes fun at Burners.

However in doing so, I think they miss a lot of the cool things worth reporting on at Burning Man.
![[2hunjqendum91.jpg]]
_The long line to get in typically gets news coverage every year (not my pic obviously)_

However in doing so, I think news outlets miss a lot of the nice, positive things worth reporting on at Burning Man.

### The more interesting elephants
During my brief residence in Black Rock City (the name given to the temporary city erected around the Man in Black Rock Desert), I visited:
Expand Down
3 changes: 2 additions & 1 deletion content/Stuff you the reader might like.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#publish
Opened [[2024-06-02]].

I'm going to [[Publishing this vault|publish Waulter]] soon and open my brain to the internet. When I do, it would be nice to consolidate a meta page of pages other people might enjoy reading. Maybe that's you, and that's this?
I'm going to [[Publishing this vault|publish Waulter]] soon and open my second brain to the internet. When I do, it would be nice for this page to serve as a meta page of pages that visitors might enjoy reading. Maybe that's this, and that's you?

## Meta pages (pages of pages)
- [[Musings]] (Meta-meta page)
Expand All @@ -17,6 +17,7 @@ I'm going to [[Publishing this vault|publish Waulter]] soon and open my brain to
- [[The best burger in the bay area]]
- [[Perdicis etymology]]
- [[The cosmic computer]]
- [[Reflections on Burning Man 2024]]

## Misc pages that friends might enjoy leafing through
- [[The internet game decathlon]]
Expand Down
2 changes: 1 addition & 1 deletion content/The internet game decathlon.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Games, mostly internet games, which can be used to compete against your friends.
- [TimeGuessr](https://timeguessr.com/) - Guess the year and map location of iconic photos
- [PokeDoku](https://pokedoku.com) - Pokemon sudoku. DIFFICULT even if you know pokemon well.
- [MovieGrid.io](https://moviegrid.io) - Movie sudoku.
- [Guess the Game](guessthe.game) - shows screenshots of video games and you need to guess what video game it is
- [Guess the Game](https://guessthe.game) - shows screenshots of video games and you need to guess what video game it is

### Wordle variants
- [Semantle](https://semantle.com/) - my favorite. Guess words based on word2vec similarities
Expand Down
2 changes: 1 addition & 1 deletion content/asdfasdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#publish
Opened [[2024-09-06]]. Related to [[Nonsense]] and [[Stuff you the reader might like]].

Nice ;) if you enjoy things like this, you should check out [[Puzzles]]. If you're the puzzle hunting type let me know and we should team up!
Nice ;) if you enjoy things like this, you should check out [[Puzzles]].
Binary file added content/flaming-hot-man-elmo-fire.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Perdicis Notes
---

# Warren's notes

Hey, welcome to my personal wiki. It's under construction.

In the meantime, you should visit [[Stuff you the reader might like]] - I designed that page as an intro to this whole site.
In the meantime, you should visit [[Stuff you the reader might like]] - I designed that page as an intro to this site.
19 changes: 11 additions & 8 deletions quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,37 @@ export const sharedPageComponents: SharedLayout = {
// components for pages that display a single page (e.g. a single note)
export const defaultContentPageLayout: PageLayout = {
beforeBody: [
Component.Breadcrumbs(),
// Component.ArticleTitle(),
// Component.Breadcrumbs(),
Component.ArticleTitle(),
Component.ContentMeta(),
// Component.TagList(),
Component.TagList(),
],
left: [
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),
Component.Search(),
Component.Darkmode(),
Component.DesktopOnly(Component.Explorer()),
// Component.DesktopOnly(Component.Explorer()),
],
right: [
Component.Graph(),
// Component.Graph(),
Component.DesktopOnly(Component.TableOfContents()),
Component.Backlinks(),
// Component.Backlinks(),
],
}

// components for pages that display lists of pages (e.g. tags or folders)
export const defaultListPageLayout: PageLayout = {
beforeBody: [Component.Breadcrumbs(), Component.ArticleTitle(), Component.ContentMeta()],
beforeBody: [
// Component.Breadcrumbs(),
Component.ArticleTitle(),
Component.ContentMeta()],
left: [
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),
Component.Search(),
Component.Darkmode(),
Component.DesktopOnly(Component.Explorer()),
// Component.DesktopOnly(Component.Explorer()),
],
right: [],
}
2 changes: 1 addition & 1 deletion quartz/components/ContentMeta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface ContentMetaOptions {
}

const defaultOptions: ContentMetaOptions = {
showReadingTime: true,
showReadingTime: false,
showComma: true,
}

Expand Down
35 changes: 19 additions & 16 deletions quartz/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,25 @@ export default ((opts?: Options) => {
const Footer: QuartzComponent = ({ displayClass, cfg }: QuartzComponentProps) => {
const year = new Date().getFullYear()
const links = opts?.links ?? []
return (
<footer class={`${displayClass ?? ""}`}>
{/*<p>
{i18n(cfg.locale).components.footer.createdWith}{" "}
<a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> © {year}
</p>*/}
<p>Hey it's me I'm a footer!</p>
<ul>
{Object.entries(links).map(([text, link]) => (
<li>
<a href={link}>{text}</a>
</li>
))}
</ul>
</footer>
)

return null

// return (
// <footer class={`${displayClass ?? ""}`}>
// {/*<p>
// {i18n(cfg.locale).components.footer.createdWith}{" "}
// <a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> © {year}
// </p>*/}
// <p>Hey it's me I'm a footer!</p>
// <ul>
// {Object.entries(links).map(([text, link]) => (
// <li>
// <a href={link}>{text}</a>
// </li>
// ))}
// </ul>
// </footer>
// )
}

Footer.css = style
Expand Down
2 changes: 1 addition & 1 deletion quartz/components/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default (() => {
const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!)

const iconPath = joinSegments(baseDir, "static/icon.png")
const ogImagePath = `https://${cfg.baseUrl}/static/og-image.png`
const ogImagePath = `https://${cfg.baseUrl}/static/cool-graph.jpg`

return (
<head>
Expand Down
Binary file added quartz/static/cool-graph.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72d249a

Please sign in to comment.