diff options
author | mjfernez <mjfernez@gmail.com> | 2021-08-26 02:04:28 -0400 |
---|---|---|
committer | mjfernez <mjfernez@gmail.com> | 2021-08-26 02:04:28 -0400 |
commit | 1cb73ddff82c1e86cad180df62a329e67fa10051 (patch) | |
tree | 488b7104a1087f852ef25a6882d11454f1303d52 /home.html | |
parent | bcf378089c78e7b5aa312f2c9e8e65ec6e32411a (diff) | |
download | site-files-1cb73ddff82c1e86cad180df62a329e67fa10051.tar.gz |
Finished whereami, finally ok with resume
Well maybe, probably missed some ....
Diffstat (limited to 'home.html')
-rw-r--r-- | home.html | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -21,7 +21,7 @@ learn the ins and outs of hosting your own, click <a href="/site/about/whereami.html">here</a>. </p> -<p>Otherwise, check out the folders in the navbar above</p> +<p>Otherwise, check out and explore the folders in the navbar above</p> <p><small>(the 'z' is silent by the way if you want to say it right... like a true Frenchman)</small></p> @@ -45,10 +45,12 @@ learn the ins and outs of hosting your own, click <a href="https://github.com/mjfernez" target="_blank" rel="noopener noreferrer"><img src="/static/github.svg" /></a> <br> - My github repo is also cloned locally at + Most of what I'm working on (including this site) is kept at <a href="https://git.mjfer.net" target="_blank" rel="noopener noreferrer"> git://git.mjfer.net</a> - so you don't require any non-free JS to access it. + so you don't require any non-free JS to access it at github. + Use git:// to clone, I couldn't figure out HTTPS with cgit. Besides, git is + faster. </center> {% endblock %} |