Skip to content

calebschoepp/caleb-www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4710129 · Jan 5, 2025
May 19, 2021
Jan 5, 2025
Oct 26, 2024
Sep 21, 2024
Dec 31, 2021
Mar 27, 2020
Mar 27, 2020
Nov 17, 2023
Jan 24, 2021
Apr 10, 2022
Dec 31, 2021
Mar 26, 2022
Mar 26, 2022

Repository files navigation

Netlify Status

caleb-www

My personal website which is hosted here.

Building

To run the website locally just run the command npm run start

Writing a new post

git checkout -b caleb/my-new-post
hugo new blog/my-blog-post-name.md

Syndicated posts

If I write a post somewhere else (like a company blog) I have two options. I can either redirect to it by setting the redirectUrl and customReadingTime params. Or I can have my own copy of it and then set the canonicalUrl param.