diff options
-rw-r--r-- | content/_index.md | 10 | ||||
-rw-r--r-- | themes/cranky/layouts/baseof.html | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/content/_index.md b/content/_index.md index 708a8fd..1a1708f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -26,6 +26,16 @@ things I enjoy forces me to learn, and thus, become a better person. <!----> <!-- {{< prj >}} --> +# Git + +All my projects are freely available here on this site. If you wish to use or contribute +to any of my projects. Feel free to clone them. To do so, just open a shell connection as +such: + +```sh +ssh git.chausse.xyz +``` + # Contact I'm not the biggest fan of modern socialized networks. Most of the time, good diff --git a/themes/cranky/layouts/baseof.html b/themes/cranky/layouts/baseof.html index 04619e6..09f8254 100644 --- a/themes/cranky/layouts/baseof.html +++ b/themes/cranky/layouts/baseof.html @@ -27,7 +27,7 @@ <!-- <a class="button" href="/projects" class="page-link">Projects</a> --> <a class="button" href="/photography" class="page-link">Photography</a> <!-- <a class="button" href="/blog" class="page-link">Posts</a> --> - <a class="button" href="https://github.com/ChausseBenjamin" class="page-link">Git</a> + <a class="button" href="#git" class="page-link">Git</a> <a class="button" href="#contact" class="section-link">Contact</a> </div> </nav> |