Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanophile authored Apr 3, 2024
1 parent 20fa676 commit 6852a09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site>

The publishing workflow with Github Actions is here: <https://docs.getpelican.com/en/latest/tips.html#publishing-to-github-pages-using-a-custom-github-actions-workflow>
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

Expand All @@ -20,7 +20,7 @@ Serve the site locally with:
pelican --autoreload --listen
```

and navigate to <http://localhost:8000/>
and navigate to [http://localhost:8000/](http://localhost:8000/)

## Build prod site

Expand Down

0 comments on commit 6852a09

Please sign in to comment.