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](../../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 `
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'; - -