diff options
author | Franck Cuny <franck@fcuny.net> | 2023-03-03 18:09:56 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-03-03 18:09:56 -0800 |
commit | fae407fe88e381485b2d3ba500d0e3191ca6d730 (patch) | |
tree | 49c9a02b8e61523af489f3532a0f27467ac06c6e | |
parent | ci: delete drone's configuration (diff) | |
download | fcuny.net-fae407fe88e381485b2d3ba500d0e3191ca6d730.tar.gz |
fix: correct URL for my various repositories
-rw-r--r-- | config.toml | 2 | ||||
-rw-r--r-- | content/notes/containerd-to-firecracker.md | 2 | ||||
-rw-r--r-- | layouts/partials/footer.html | 2 | ||||
-rw-r--r-- | static/humans.txt | 2 |
4 files changed, 3 insertions, 5 deletions
diff --git a/config.toml b/config.toml index 2cfef5c..04669d7 100644 --- a/config.toml +++ b/config.toml @@ -38,7 +38,7 @@ enableGitInfo = false identifier = "code" name = "code" title = "code" - url = "https://git.fcuny.net/fcuny/" + url = "https://git.fcuny.net/" weight = 130 [[menu.main]] diff --git a/content/notes/containerd-to-firecracker.md b/content/notes/containerd-to-firecracker.md index 2159598..52ab201 100644 --- a/content/notes/containerd-to-firecracker.md +++ b/content/notes/containerd-to-firecracker.md @@ -26,7 +26,7 @@ They describe the process as follow: That's pretty detailed, and I'm curious how difficult it is to implement this. I've been meaning to look into Firecracker for a while and into containers'd API, so this is a perfect opportunity to get started. The -code is available [here](https://github.com/fcuny/containerd-to-vm). +code is available [here](https://git.fcuny.net/containerd-to-vm/). ## #1 Pull a container from a registry with `containerd` diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 5294ede..15d5311 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,7 +5,7 @@ </svg> </a> - <a target="_blank" href="https://github.com/fcuny" title="github.com/fcuny"> + <a target="_blank" href="https://git.fcuny.net" title="some code"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-git" viewBox="0 0 20 20"> <path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/> </svg> diff --git a/static/humans.txt b/static/humans.txt index 457bd82..0e6f085 100644 --- a/static/humans.txt +++ b/static/humans.txt @@ -1,7 +1,5 @@ /* TEAM */ Author: Franck Cuny Contact: franck [at] fcuny.net -Twitter: @franckcuny -GitHub: @fcuny Location: Emacs, Berkeley, CA Resume: https://fcuny.net/resume.html |