diff --git a/README.md b/README.md index 9177f08..a682ba4 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ This is contains the code I was using make my personal website hosted on github pages. It contains a lot cruft. -Look at this for info on configuring Github Pages: - -The publishing workflow with Github Actions is here: +Look at this for info on + - [configuring DNS for Github Pages](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site) + - the publishing workflow for [pelican with Github Actions](https://docs.getpelican.com/en/latest/tips.html#publishing-to-github-pages-using-a-custom-github-actions-workflow) ## Build dev site @@ -20,7 +20,7 @@ Serve the site locally with: pelican --autoreload --listen ``` -and navigate to +and navigate to [http://localhost:8000/](http://localhost:8000/) ## Build prod site