blog

Source files for chris.bracken.jp
git clone https://git.bracken.jp/blog.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2572a59d451980562e27ee6287ea6570cdc8f4fd
parent 1e3847b897560eab5e7d3c2b6842deaec407a8d6
Author: Chris Bracken <chris@bracken.jp>
Date:   Sun, 15 Aug 2021 17:49:12 -0700

Update github links to git.bracken.jp locations

Updates the README to eliminate incorrect information about published to
GitHub pages, which hasn't been the case for years, and updates to the
correct git repo locations and web pages on git.bracken.jp.

Diffstat:
MREADME.md | 8+-------
Mcontent/about.md | 2+-
2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md @@ -12,7 +12,7 @@ To build, you'll need [hugo][hugo_install] installed on your system. First, clone the repo: - git clone git@github.com:cbracken/blog + git clone git://git.bracken.jp/blog.git Next, initialise and fetch git submodules: @@ -42,15 +42,9 @@ changes, and push. ## Building and deploying the site -The site is currently published to [GitHub pages][pages_repo]. That repo -contains a [CNAME][pages_cname] file that tells GitHub the site should resolve -to my personal domain. - To build and deploy the site, run: ./publish.sh [blog]: https://chris.bracken.jp [hugo_install]: https://gohugo.io/getting-started/installing/ -[pages_repo]: https://github.com/cbracken/cbracken.github.io -[pages_cname]: https://github.com/cbracken/cbracken.github.io/blob/master/CNAME diff --git a/content/about.md b/content/about.md @@ -173,4 +173,4 @@ wA== [email]: mailto:chris@bracken.jp [pubkey]: https://chris.bracken.jp/cbracken.asc [ownership_proof]: https://chris.bracken.jp/pgp_verify.txt -[site_repo]: https://github.com/cbracken/blog +[site_repo]: https://git.bracken.jp/blog