13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
---
|
|
layout: ../layouts/PageLayout.astro
|
|
title: Oliver's Daily List
|
|
---
|
|
|
|
import AboutMe from '../components/AboutMe.astro';
|
|
import DailyEmailForm from '../components/DailyEmailForm.astro';
|
|
|
|
A daily newsletter on software development, DevOps, community, and open-source.
|
|
|
|
<DailyEmailForm />
|
|
<AboutMe />
|