diff --git a/public/images/about-header.jpg b/public/images/about-header.jpg deleted file mode 100644 index 341d2cc1..00000000 Binary files a/public/images/about-header.jpg and /dev/null differ diff --git a/public/images/bear-colored.png b/public/images/bear-colored.png deleted file mode 100644 index 4987c012..00000000 Binary files a/public/images/bear-colored.png and /dev/null differ diff --git a/public/images/bear.jpg b/public/images/bear.jpg deleted file mode 100644 index 28e996bd..00000000 Binary files a/public/images/bear.jpg and /dev/null differ diff --git a/public/images/craft-by-zen-banner.jpg b/public/images/craft-by-zen-banner.jpg deleted file mode 100644 index 0fd30b5d..00000000 Binary files a/public/images/craft-by-zen-banner.jpg and /dev/null differ diff --git a/public/images/empathy-broadside.jpg b/public/images/empathy-broadside.jpg deleted file mode 100644 index 8e0b8fc7..00000000 Binary files a/public/images/empathy-broadside.jpg and /dev/null differ diff --git a/public/images/external-link.svg b/public/images/external-link.svg deleted file mode 100644 index 10bdc806..00000000 --- a/public/images/external-link.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/public/images/heading-link.svg b/public/images/heading-link.svg deleted file mode 100644 index 0ea98f69..00000000 --- a/public/images/heading-link.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/public/images/pie.jpg b/public/images/pie.jpg deleted file mode 100644 index 49a6dae2..00000000 Binary files a/public/images/pie.jpg and /dev/null differ diff --git a/public/images/rider-and-elephant.jpg b/public/images/rider-and-elephant.jpg deleted file mode 100644 index 49d328ae..00000000 Binary files a/public/images/rider-and-elephant.jpg and /dev/null differ diff --git a/public/placeholder-social.png b/public/meta-social.png similarity index 100% rename from public/placeholder-social.png rename to public/meta-social.png diff --git a/public/placeholder-social.jpg b/public/placeholder-social.jpg deleted file mode 100644 index 56e3ecd9..00000000 Binary files a/public/placeholder-social.jpg and /dev/null differ diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 8c022bea..07bc147b 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -18,7 +18,7 @@ const defaultDate = new Date().toISOString(); const { author = "Jeremy Wong", description, - image = "/placeholder-social.png", + image = "/meta-social.png", title, twitterHandle = "@jermspeaks", publishedDate = defaultDate, diff --git a/src/content/project/2016-06-04-zika-vr.md b/src/content/project/2016-06-04-zika-vr.md index 940c0280..a379a28f 100644 --- a/src/content/project/2016-06-04-zika-vr.md +++ b/src/content/project/2016-06-04-zika-vr.md @@ -56,7 +56,7 @@ And since Zika already exists in Mexico, it is a given that the Aedes mosquito will eventually reach the US. Below is the CDC's estimate of the likely domestic spread of the two Aedes mosquito species. -![CDC's estimate of the likely domestic spread of the two Aedes mosquito species](/images/mosquito-us-map.png) +![CDC's estimate of the likely domestic spread of the two Aedes mosquito species](../../images/mosquito-us-map.png) ## Zika Prevention and Protection diff --git a/src/content/writing/2008-01-20-split-the-pie.md b/src/content/writing/2008-01-20-split-the-pie.md index 227061a9..940aa11b 100644 --- a/src/content/writing/2008-01-20-split-the-pie.md +++ b/src/content/writing/2008-01-20-split-the-pie.md @@ -3,11 +3,9 @@ tags: ["archive", "post", "tumblr"] title: America - We Should Just Cut the Pie date: 2008-01-20 pubDate: "2008-01-20" - draft: true description: "" heroImage: "" - --- Here’s an interesting thought. What if America were to be split into a few sections rather than be a whole country. Who would this benefit? diff --git a/src/content/writing/2016-12-29-broken-windows.md b/src/content/writing/2016-12-29-broken-windows.md index 9ac052fb..a20c7340 100644 --- a/src/content/writing/2016-12-29-broken-windows.md +++ b/src/content/writing/2016-12-29-broken-windows.md @@ -5,28 +5,27 @@ date: 2016-12-29 pubDate: "2016-12-29" description: "" heroImage: "" - draft: true --- In one chapter from [The Pragmatic Programmer](https://pragprog.com/the-pragmatic-programmer/extracts/software-entropy), they have a chapter dedicated to Software Entropy. In it, the author explains... -Chrome console with React warning messages +![Chrome console with React warning messages](../../images/react-warnings.png) > In inner cities, some buildings are beautiful and clean, while others are rotting hulks. > Why? Researchers in the field of crime and urban decay discovered a fascinating trigger mechanism, > one that very quickly turns a clean, intact, inhabited building into a smashed and abandoned derelict. - +> > A broken window. - +> > One broken window, left unrepaired for any substantial length of time, > instills in the inhabitants of the building a sense of abandonment -— a sense that the powers that be don’t care about the building. > So another window gets broken. > People start littering. Graffiti appears. Serious structural damage begins. > In a relatively short space of time, the building becomes damaged beyond the owner’s desire to fix it, > and the sense of abandonment becomes reality. - +> > The “Broken Window Theory” has inspired police departments in New York > and other major cities to crack down on the small stuff in order to keep out the big stuff. > It works: keeping on top of broken windows, graffiti, and other small infractions has reduced the serious crime level. diff --git a/src/content/writing/2024-01-08-make-real.mdx b/src/content/writing/2024-01-08-make-real.mdx index 3dd4cd9c..51261b74 100644 --- a/src/content/writing/2024-01-08-make-real.mdx +++ b/src/content/writing/2024-01-08-make-real.mdx @@ -1,9 +1,8 @@ --- description: "An evening using Make Real, and thoughts on making" draft: false -heroImage: /images/make-real.png +coverImage: ../../images/make-real.png heroImageAlt: Screenshot of make real app and my attempts at making a time zone converter - pubDate: "2024-01-08" tags: ["essay", "programming", "ai"] title: Make Real diff --git a/src/content/writing/markdown-style-guide.md b/src/content/writing/markdown-style-guide.md deleted file mode 100644 index f1400ea3..00000000 --- a/src/content/writing/markdown-style-guide.md +++ /dev/null @@ -1,110 +0,0 @@ ---- -title: "Markdown Style Guide" -description: "Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro." -pubDate: "Jul 01 2022" -coverImage: "../../images/placeholder-hero.png" -heroImageAlt: "Placeholder Hero Image" -draft: true -postType: "template" ---- - -Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro. - -## Headings - -The following HTML `

`—`

` elements represent six levels of section headings. `

` is the highest section level while `

` is the lowest. - -# H1 - -## H2 - -### H3 - -#### H4 - -##### H5 - -###### H6 - -## Paragraph - -Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat. - -Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat. - -## Images - -![This is a placeholder image description](/placeholder-social.png) - -## Blockquotes - -The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations. - -#### Blockquote without attribution - -> Tiam, ad mint andaepu dandae nostion secatur sequo quae. -> **Note** that you can use _Markdown syntax_ within a blockquote. - -#### Blockquote with attribution - -> Don't communicate by sharing memory, share memory by communicating.
-> — Rob Pike[^1] - -[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015. - -## Tables - -| Italics | Bold | Code | -| --------- | -------- | ------ | -| _italics_ | **bold** | `code` | - -## Code Blocks - -```html - - - - - Example HTML5 Document - - -

Test

- - -``` - -## List Types - -#### Ordered List - -1. First item -2. Second item -3. Third item - -#### Unordered List - -- List item -- Another item -- And another item - -#### Nested list - -- Fruit - - Apple - - Orange - - Banana -- Dairy - - Milk - - Cheese - -## Other Elements — abbr, sub, sup, kbd, mark - -GIF is a bitmap image format. - -H2O - -Xn + Yn = Zn - -Press CTRL+ALT+Delete to end the session. - -Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures. diff --git a/src/content/writing/using-mdx.mdx b/src/content/writing/using-mdx.mdx deleted file mode 100644 index 3091fc8b..00000000 --- a/src/content/writing/using-mdx.mdx +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: 'Using MDX' -description: 'Lorem ipsum dolor sit amet' -pubDate: 'Jul 02 2022' -heroImage: '/placeholder-hero.png' -draft: true -postType: "template" ---- - -This theme comes with the [@astrojs/mdx](https://docs.astro.build/en/guides/integrations-guide/mdx/) integration installed and configured in your `astro.config.mjs` config file. If you prefer not to use MDX, you can disable support by removing the integration from your config file. - -## Why MDX? - -MDX is a special flavor of Markdown that supports embedded JavaScript & JSX syntax. This unlocks the ability to [mix JavaScript and UI Components into your Markdown content](https://docs.astro.build/en/guides/markdown-content/#mdx-features) for things like interactive charts or alerts. - -If you have existing content authored in MDX, this integration will hopefully make migrating to Astro a breeze. - -## Example - -Here is how you import and use a UI component inside of MDX. -When you open this page in the browser, you should see the clickable button below. - -import HeaderLink from '../../components/HeaderLink.astro'; - - - Embedded component in MDX - - -## More Links - -- [MDX Syntax Documentation](https://mdxjs.com/docs/what-is-mdx) -- [Astro Usage Documentation](https://docs.astro.build/en/guides/markdown-content/#markdown-and-mdx-pages) -- **Note:** [Client Directives](https://docs.astro.build/en/reference/directives-reference/#client-directives) are still required to create interactive components. Otherwise, all components in your MDX will render as static HTML (no JavaScript) by default. diff --git a/public/images/make-real.png b/src/images/make-real.png similarity index 100% rename from public/images/make-real.png rename to src/images/make-real.png diff --git a/src/images/meta-social.png b/src/images/meta-social.png new file mode 100644 index 00000000..55568a3c Binary files /dev/null and b/src/images/meta-social.png differ diff --git a/public/images/mosquito-us-map.png b/src/images/mosquito-us-map.png similarity index 100% rename from public/images/mosquito-us-map.png rename to src/images/mosquito-us-map.png diff --git a/src/images/placeholder-hero.jpg b/src/images/placeholder-hero.jpg deleted file mode 100644 index 58b51eca..00000000 Binary files a/src/images/placeholder-hero.jpg and /dev/null differ diff --git a/public/images/react-warnings.png b/src/images/react-warnings.png similarity index 100% rename from public/images/react-warnings.png rename to src/images/react-warnings.png diff --git a/public/images/sprite-jeremy.png b/src/images/sprite-jeremy.png similarity index 100% rename from public/images/sprite-jeremy.png rename to src/images/sprite-jeremy.png