Set boundaries for your project. Tell the world.
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: Switch domain to https://psas.dev

I bought a dedicated domain name for this project!

Joseph Hale (Apr 26, 2025, 2:31 PM -0700) aaf912d2 729163e7

+6 -6
+5 -5
README.md
··· 18 18 19 19 For example... 20 20 21 - [![Purely Personal](https://PSAs.jhale.dev/purely-personal/badge.svg)](https://PSAs.jhale.dev/purely-personal) 21 + [![Purely Personal](https://psas.dev/purely-personal/badge.svg)](https://psas.dev/purely-personal) 22 22 ```markdown 23 - [![Purely Personal](https://PSAs.jhale.dev/purely-personal/badge.svg)](https://PSAs.jhale.dev/purely-personal) 23 + [![Purely Personal](https://psas.dev/purely-personal/badge.svg)](https://psas.dev/purely-personal) 24 24 ``` 25 25 26 26 [![No Maintenance 27 - Intended](https://PSAs.jhale.dev/no-maintenance-intended/badge.svg)](https://PSAs.jhale.dev/no-maintenance-intended) 27 + Intended](https://psas.dev/no-maintenance-intended/badge.svg)](https://psas.dev/no-maintenance-intended) 28 28 ```markdown 29 - [![No Maintenance Intended](https://PSAs.jhale.dev/no-maintenance-intended/badge.svg)](https://PSAs.jhale.dev/no-maintenance-intended) 29 + [![No Maintenance Intended](https://psas.dev/no-maintenance-intended/badge.svg)](https://psas.dev/no-maintenance-intended) 30 30 ``` 31 31 32 - See the full list of available announcements at https://PSAs.jhale.dev. 32 + See the full list of available announcements at https://psas.dev. 33 33 34 34 ## Contributing 35 35
+1 -1
config/_default/hugo.toml
··· 1 - baseURL = 'https://PSAs.jhale.dev/' 1 + baseURL = 'https://psas.dev/' 2 2 languageCode = 'en-us' 3 3 title = 'Public Service Announcements' 4 4 theme = 'hugo-blog-awesome'