Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
doshitan
doshitan.com
Commits
10f9522e
Verified
Commit
10f9522e
authored
Apr 11, 2020
by
doshitan
Browse files
Fix GitLab profile links
parent
da4ee0a4
Changes
3
Hide whitespace changes
Inline
Side-by-side
content/posts/2015-02-19-dotfile-management.mkd
View file @
10f9522e
...
...
@@ -39,9 +39,9 @@ to get setup.
[
vcsh docs
]:
https://github.com/RichiH/vcsh/blob/master/doc/README.md
[
'Steal-from-Template'
]:
https://github.com/RichiH/vcsh/blob/master/doc/README.md#the-steal-from-template-way
Pretty straightforward after that. My dotfiles now live in separate
repositories
for each program/tool and are the
[
repositories starting with
'dots-' on
gitlab
](
https://gitlab.com/u/doshitan/
)
. One very nice thing about
Pretty straightforward after that. My dotfiles now live in separate
repositories
for each program/tool and are the
[
repositories starting with
'dots-' on
gitlab
](
https://gitlab.com/u
sers
/doshitan/
projects
)
. One very nice thing about
this setup is now each tool's configuration can be on separate branches at the
same time. For instance, I've been reorganizing my vim dotfiles lately and for
systems where I want to test the new configuration I just
`git checkout
...
...
content/posts/2016-01-26-stretching-my-sysadmin-muscles.mkd
View file @
10f9522e
...
...
@@ -217,7 +217,7 @@ has my primary mail service for years, but I really wanted to detangle from
Google. While I've never had an issue with their services, they are rather
omnipresent and I'd rather not contribute to a proprietary mono-culture if I can
help it (which is also part of the reason I primary host my code on
[
GitLab
](
https://gitlab.com/
u/
doshitan
)
instead of
[
GitLab
](
https://gitlab.com/doshitan
)
instead of
[
GitHub
](
https://github.com/doshitan
)
and use
[
DuckDuckGo
](
https://duckduckgo.com/
)
as my primary search engine).
...
...
content/templates/default.html
View file @
10f9522e
...
...
@@ -57,7 +57,7 @@
<p>
©
2018
<a
href=
"/about/"
>
Tanner Doshier
</a></p>
<ul
class=
"list-inline list-inline-link-padding justify-content-center"
>
<li><a
href=
"https://gitlab.com/
u/
doshitan"
aria-label=
"GitLab"
><i
class=
"icon-gitlab"
aria-hidden=
"true"
></i></a></li>
<li><a
href=
"https://gitlab.com/doshitan"
aria-label=
"GitLab"
><i
class=
"icon-gitlab"
aria-hidden=
"true"
></i></a></li>
<li><a
href=
"https://github.com/doshitan"
aria-label=
"GitHub"
><i
class=
"icon-github"
aria-hidden=
"true"
></i></a></li>
<li><a
href=
"https://twitter.com/doshitan_"
aria-label=
"Twitter"
><i
class=
"icon-twitter"
aria-hidden=
"true"
></i></a></li>
<li><a
href=
"mailto:hi@replace.with.my.domain.example.com"
aria-label=
"Email"
><i
class=
"icon-mail"
aria-hidden=
"true"
></i></a></li>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment