Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 699 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 699 Bytes

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.