From 06ce3f7933399d44cdc3088a3ca0123b81870f42 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Wed, 30 Oct 2024 17:26:15 -0500 Subject: [PATCH] Update repo location --- _config.yml | 21 ++------------------- _data/navigation.yml | 4 ++-- _docs/020_install.md | 6 +++--- _docs/040_common_usage.md | 2 +- _docs/050_bootstrap.md | 2 +- _pages/splash.md | 8 ++++---- 6 files changed, 13 insertions(+), 30 deletions(-) diff --git a/_config.yml b/_config.yml index 5a8ac21..a11d03f 100644 --- a/_config.yml +++ b/_config.yml @@ -10,20 +10,13 @@ title_separator: "-" name: Tim Byrne description: Yet Another Dotfiles Manager url: https://yadm.io -repository: TheLocehiliosan/yadm - -# Social Sharing -twitter: - username: TheLocehiliosan +repository: yadm-dev/yadm footer: links: - label: "GitHub" icon: "fab fa-fw fa-github" - url: https://github.com/TheLocehiliosan - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: https://twitter.com/TheLocehiliosan + url: https://github.com/yadm-dev - label: "Privacy Policy" icon: "fas fa-fw fa-user-shield" url: /privacy @@ -31,13 +24,6 @@ footer: atom_feed: false # path: false -# Analytics -analytics: - provider: google-universal - google: - tracking_id: UA-83783540-1 -gtm: GTM-55MC869 - # Site Author author: name: Tim Byrne @@ -46,9 +32,6 @@ author: - label: Email icon: fas fa-fw fa-envelope-square url: mailto:sultan@locehilios.com - - label: Twitter - icon: fab fa-fw fa-twitter-square - url: https://twitter.com/TheLocehiliosan - label: GitHub icon: fab fa-fw fa-github url: https://github.com/TheLocehiliosan diff --git a/_data/navigation.yml b/_data/navigation.yml index c3e0fcb..7bf960a 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,7 +1,7 @@ --- main: - title: ' - + Star @@ -49,4 +49,4 @@ docs: - title: "Example Dotfiles" url: /docs/examples - title: "Manual" - url: "https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md" + url: "https://github.com/yadm-dev/yadm/blob/master/yadm.md" diff --git a/_docs/020_install.md b/_docs/020_install.md index 770ffdb..70eb8d1 100644 --- a/_docs/020_install.md +++ b/_docs/020_install.md @@ -92,7 +92,7 @@ and then install yadm via the download or clone instructions below. You *can* simply download the yadm script and put it into your `$PATH`. Something like this: ``` -curl -fLo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && chmod a+x /usr/local/bin/yadm +curl -fLo /usr/local/bin/yadm https://github.com/yadm-dev/yadm/raw/master/yadm && chmod a+x /usr/local/bin/yadm ``` Of course, you can change the file paths above to be appropriate for your `$PATH` and situation. @@ -103,7 +103,7 @@ You might wish to clone the yadm project and symlink `yadm` into your `$PATH`. ``` -git clone https://github.com/TheLocehiliosan/yadm.git ~/.yadm-project +git clone https://github.com/yadm-dev/yadm.git ~/.yadm-project ln -s ~/.yadm-project/yadm ~/bin/yadm ``` @@ -117,7 +117,7 @@ the yadm project as a submodule and symlink `yadm` into your `$PATH`. ``` cd ~ -yadm submodule add https://github.com/TheLocehiliosan/yadm.git .yadm-project +yadm submodule add https://github.com/yadm-dev/yadm.git .yadm-project yadm submodule update --init --recursive ln -s ~/.yadm-project/yadm ~/bin/yadm yadm add .yadm-project .gitmodules bin/yadm diff --git a/_docs/040_common_usage.md b/_docs/040_common_usage.md index e3b871c..157105b 100644 --- a/_docs/040_common_usage.md +++ b/_docs/040_common_usage.md @@ -14,7 +14,7 @@ and those which are passed directly through to Git are denoted with `man yadm` : Display yadm's -[manual](https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md). +[manual](https://github.com/yadm-dev/yadm/blob/master/yadm.md). `yadm status` : Show the repository status; added, changed, removed files. Because a `$HOME` diff --git a/_docs/050_bootstrap.md b/_docs/050_bootstrap.md index 719c085..9f8dae8 100644 --- a/_docs/050_bootstrap.md +++ b/_docs/050_bootstrap.md @@ -175,7 +175,7 @@ scripts. Each script is placed in `$HOME/.config/yadm/bootstrap.d` and it is possible to use the [alternate files](/docs/alternates) system to control which systems that a specific bootstrap step is executed on. -[bootstrap.d]: https://raw.githubusercontent.com/TheLocehiliosan/yadm/master/contrib/bootstrap/bootstrap-in-dir +[bootstrap.d]: https://raw.githubusercontent.com/yadm-dev/yadm/master/contrib/bootstrap/bootstrap-in-dir --- diff --git a/_pages/splash.md b/_pages/splash.md index fbafa91..cc52fa4 100644 --- a/_pages/splash.md +++ b/_pages/splash.md @@ -3,7 +3,7 @@ layout: splash permalink: / stars_button: ' {::nomarkdown}{:/nomarkdown} ' @@ -110,7 +110,7 @@ feature_row: btn_class: btn--inverse btn_label: See man page image_path: /images/book-padding.png - url: https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md + url: https://github.com/yadm-dev/yadm/blob/master/yadm.md excerpt: ' View the manual online. @@ -132,7 +132,7 @@ feature_row: btn_class: btn--inverse btn_label: Read guidlines image_path: /images/hands-padding.png - url: https://github.com/TheLocehiliosan/yadm/blob/master/.github/CONTRIBUTING.md + url: https://github.com/yadm-dev/yadm/blob/master/.github/CONTRIBUTING.md excerpt: ' Improve yadm by reporting bugs, coding changes, documentation and @@ -146,5 +146,5 @@ feature_row: {% include feature_row %} If you enjoy using yadm, consider -[adding a star to the repository](https://github.com/TheLocehiliosan/yadm) +[adding a star to the repository](https://github.com/yadm-dev/yadm) on GitHub. The star count helps others discover yadm.