Update repo location
This commit is contained in:
parent
21a95d05e0
commit
06ce3f7933
6 changed files with 13 additions and 30 deletions
21
_config.yml
21
_config.yml
|
@ -10,20 +10,13 @@ title_separator: "-"
|
||||||
name: Tim Byrne
|
name: Tim Byrne
|
||||||
description: Yet Another Dotfiles Manager
|
description: Yet Another Dotfiles Manager
|
||||||
url: https://yadm.io
|
url: https://yadm.io
|
||||||
repository: TheLocehiliosan/yadm
|
repository: yadm-dev/yadm
|
||||||
|
|
||||||
# Social Sharing
|
|
||||||
twitter:
|
|
||||||
username: TheLocehiliosan
|
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
links:
|
links:
|
||||||
- label: "GitHub"
|
- label: "GitHub"
|
||||||
icon: "fab fa-fw fa-github"
|
icon: "fab fa-fw fa-github"
|
||||||
url: https://github.com/TheLocehiliosan
|
url: https://github.com/yadm-dev
|
||||||
- label: "Twitter"
|
|
||||||
icon: "fab fa-fw fa-twitter-square"
|
|
||||||
url: https://twitter.com/TheLocehiliosan
|
|
||||||
- label: "Privacy Policy"
|
- label: "Privacy Policy"
|
||||||
icon: "fas fa-fw fa-user-shield"
|
icon: "fas fa-fw fa-user-shield"
|
||||||
url: /privacy
|
url: /privacy
|
||||||
|
@ -31,13 +24,6 @@ footer:
|
||||||
atom_feed: false
|
atom_feed: false
|
||||||
# path: false
|
# path: false
|
||||||
|
|
||||||
# Analytics
|
|
||||||
analytics:
|
|
||||||
provider: google-universal
|
|
||||||
google:
|
|
||||||
tracking_id: UA-83783540-1
|
|
||||||
gtm: GTM-55MC869
|
|
||||||
|
|
||||||
# Site Author
|
# Site Author
|
||||||
author:
|
author:
|
||||||
name: Tim Byrne
|
name: Tim Byrne
|
||||||
|
@ -46,9 +32,6 @@ author:
|
||||||
- label: Email
|
- label: Email
|
||||||
icon: fas fa-fw fa-envelope-square
|
icon: fas fa-fw fa-envelope-square
|
||||||
url: mailto:sultan@locehilios.com
|
url: mailto:sultan@locehilios.com
|
||||||
- label: Twitter
|
|
||||||
icon: fab fa-fw fa-twitter-square
|
|
||||||
url: https://twitter.com/TheLocehiliosan
|
|
||||||
- label: GitHub
|
- label: GitHub
|
||||||
icon: fab fa-fw fa-github
|
icon: fab fa-fw fa-github
|
||||||
url: https://github.com/TheLocehiliosan
|
url: https://github.com/TheLocehiliosan
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
main:
|
main:
|
||||||
- title: '
|
- title: '
|
||||||
<a href="https://github.com/TheLocehiliosan/yadm">
|
<a href="https://github.com/yadm-dev/yadm">
|
||||||
<img
|
<img
|
||||||
src="https://img.shields.io/static/v1?label=Star&message=%20&style=social&logo=github"
|
src="https://img.shields.io/static/v1?label=Star&message=%20&style=social&logo=github"
|
||||||
alt="Star">
|
alt="Star">
|
||||||
|
@ -49,4 +49,4 @@ docs:
|
||||||
- title: "Example Dotfiles"
|
- title: "Example Dotfiles"
|
||||||
url: /docs/examples
|
url: /docs/examples
|
||||||
- title: "Manual"
|
- title: "Manual"
|
||||||
url: "https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md"
|
url: "https://github.com/yadm-dev/yadm/blob/master/yadm.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:
|
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.
|
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`.
|
`$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
|
ln -s ~/.yadm-project/yadm ~/bin/yadm
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ the yadm project as a submodule and symlink `yadm` into your `$PATH`.
|
||||||
|
|
||||||
```
|
```
|
||||||
cd ~
|
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
|
yadm submodule update --init --recursive
|
||||||
ln -s ~/.yadm-project/yadm ~/bin/yadm
|
ln -s ~/.yadm-project/yadm ~/bin/yadm
|
||||||
yadm add .yadm-project .gitmodules bin/yadm
|
yadm add .yadm-project .gitmodules bin/yadm
|
||||||
|
|
|
@ -14,7 +14,7 @@ and those which are passed directly through to Git are denoted with
|
||||||
|
|
||||||
<i class="fa fa-fw fa-asterisk" aria-hidden="true"></i> `man yadm`
|
<i class="fa fa-fw fa-asterisk" aria-hidden="true"></i> `man yadm`
|
||||||
: Display yadm's
|
: Display yadm's
|
||||||
[manual](https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md).
|
[manual](https://github.com/yadm-dev/yadm/blob/master/yadm.md).
|
||||||
|
|
||||||
<i class="fab fa-fw fa-git-square" aria-hidden="true"></i> `yadm status`
|
<i class="fab fa-fw fa-git-square" aria-hidden="true"></i> `yadm status`
|
||||||
: Show the repository status; added, changed, removed files. Because a `$HOME`
|
: Show the repository status; added, changed, removed files. Because a `$HOME`
|
||||||
|
|
|
@ -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
|
possible to use the [alternate files](/docs/alternates) system to control which
|
||||||
systems that a specific bootstrap step is executed on.
|
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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ layout: splash
|
||||||
permalink: /
|
permalink: /
|
||||||
stars_button: '
|
stars_button: '
|
||||||
{::nomarkdown}<iframe
|
{::nomarkdown}<iframe
|
||||||
src="https://ghbtns.com/github-btn.html?user=TheLocehiliosan&repo=yadm&type=star&count=true"
|
src="https://ghbtns.com/github-btn.html?user=yadm-dev&repo=yadm&type=star&count=true"
|
||||||
frameborder="0" scrolling="0" width="100"
|
frameborder="0" scrolling="0" width="100"
|
||||||
height="20px" style="float: right;"></iframe>{:/nomarkdown}
|
height="20px" style="float: right;"></iframe>{:/nomarkdown}
|
||||||
'
|
'
|
||||||
|
@ -110,7 +110,7 @@ feature_row:
|
||||||
btn_class: btn--inverse
|
btn_class: btn--inverse
|
||||||
btn_label: See man page
|
btn_label: See man page
|
||||||
image_path: /images/book-padding.png
|
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: '
|
excerpt: '
|
||||||
|
|
||||||
View the manual online.
|
View the manual online.
|
||||||
|
@ -132,7 +132,7 @@ feature_row:
|
||||||
btn_class: btn--inverse
|
btn_class: btn--inverse
|
||||||
btn_label: Read guidlines
|
btn_label: Read guidlines
|
||||||
image_path: /images/hands-padding.png
|
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: '
|
excerpt: '
|
||||||
|
|
||||||
Improve yadm by reporting bugs, coding changes, documentation and
|
Improve yadm by reporting bugs, coding changes, documentation and
|
||||||
|
@ -146,5 +146,5 @@ feature_row:
|
||||||
{% include feature_row %}
|
{% include feature_row %}
|
||||||
|
|
||||||
If you enjoy using yadm, consider
|
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.
|
on GitHub. The star count helps others discover yadm.
|
||||||
|
|
Loading…
Reference in a new issue