diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-06-01 21:12:53 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-06-01 21:12:53 +0200 |
commit | 456ff8f4fd45c56299f775c17cd8c8e22f7ae4a0 (patch) | |
tree | a09bf07fdf8124e8c5d5f67a0d6eda7a901e6289 | |
parent | b39e252bac26b8ff6f0c4c1e4b23c61fd6fbc4a9 (diff) | |
download | blog-456ff8f4fd45c56299f775c17cd8c8e22f7ae4a0.tar |
Link git.skreutz.com
-rw-r--r-- | code.md | 69 | ||||
-rw-r--r-- | templates/default.html | 2 |
2 files changed, 1 insertions, 70 deletions
diff --git a/code.md b/code.md deleted file mode 100644 index df32cf4..0000000 --- a/code.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -title: Code ---- - -Here are some of my personal Git repositories in alphabetical order. - -Don't be surprised, these are *bare* Git repositories. -You can clone them with your favorite Git client. -For example: - - $ git clone https://www.skreutz.com/scm/git/wpa-psk.git - -Feedback and contributions are welcome. -Please [contact](/contact/) me via email. - -## dotfiles - -My personal configuration files. - -* Git [repository](https://www.skreutz.com/scm/git/dotfiles.git/) - -## html5-skeleton - -A simple HTML5 skeleton. - -* Git [repository](https://www.skreutz.com/scm/git/html5-skeleton.git/) - -## jotpass - -A BSD utility to generate random passwords suitable for handwriting. - -* Introductory blog [post](/posts/readable-random-passwords-with-jot/) -* Git [repository](https://www.skreutz.com/scm/git/jotpass.git/) - -## openbsd-installiso - -An OpenBSD utility to create custom ISO 9660 installation images for unattended installation. - -* Introductory blog [post](/posts/first-release-of-installiso/) -* Git [repository](https://www.skreutz.com/scm/git/openbsd-installiso.git/) - -## shellpass - -A minimalist password manager for OpenBSD's Korn shell. - -* Git [repository](https://www.skreutz.com/scm/git/shellpass.git/) - -## ssh-tmux - -A utility to execute long-running interactive remote commands. - -* Git [repository](https://www.skreutz.com/scm/git/ssh-tmux.git/) - -## temp-postgres - -A utility to run the PostgreSQL server off a temporary data directory. - -* Introductory blog [post](/posts/temporary-postgresql-server/) -* Git [repository](https://www.skreutz.com/scm/git/temp-postgres.git/) - -## wpa-psk - -A command-line utility and Rust library to compute the WPA pre-shared key of a Wi-Fi SSID and passphrase. - -* Git [repository](https://www.skreutz.com/scm/git/wpa-psk.git/) -* Command-line utility on [crates.io](https://crates.io/crates/wpa-psk-cli) and [lib.rs](https://lib.rs/crates/wpa-psk-cli) -* Rust library on [crates.io](https://crates.io/crates/wpa-psk) and [lib.rs](https://lib.rs/crates/wpa-psk) -* Rust library documentation on [docs.rs](https://docs.rs/wpa-psk/latest/wpa_psk/) - diff --git a/templates/default.html b/templates/default.html index ef1ef92..f58bf5f 100644 --- a/templates/default.html +++ b/templates/default.html @@ -24,7 +24,7 @@ <li><a href="/" title="Home page">skreutz.com</a></li> <li><a href="/about/">About</a></li> <li><a href="/posts/">Blog</a></li> - <li><a href="/code/">Code</a></li> + <li><a href="https://git.skreutz.com">Code</a></li> <li><a href="/contact/">Contact</a></li> </ul> </nav> |