export const title = "Blog Articles"; export const layout = "base.njk"; export default ({ search }, { date }) => { const dateOptions = { year: "numeric", month: "2-digit", day: "2-digit" }; return ( <>

Blog Articles

If you have a compatible reader, be sure to check out my{" "} RSS feed{" "} for automatic updates. Also check out the{" "} JSONFeed.

); };