Skip to content

Commit

Permalink
Simplify projects list
Browse files Browse the repository at this point in the history
  • Loading branch information
kencx committed Feb 20, 2024
1 parent 39ee097 commit 72faf4f
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 100 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions content/projects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Projects"
---

- [calibre-rest](https://github.com/kencx/calibre-rest) -
Selfhosted REST API server to expose a Calibre library
- [Hubble Homelab](https://github.com/kencx/homelab) -
Nomad, Consul and Vault cluster hosted on Proxmox
- [keyb](https://github.com/kencx/keyb) -
Lightweight, fully customizable hotkey cheatsheet in the terminal
- [sxkcd](https://github.com/kencx/sxkcd) -
Full-text search engine for [xkcd](https://xkcd.com) built with Go and Redis
3 changes: 0 additions & 3 deletions content/projects/_index.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/projects/calibre-rest.md

This file was deleted.

26 changes: 0 additions & 26 deletions content/projects/cloudresumechallenge.md

This file was deleted.

14 changes: 0 additions & 14 deletions content/projects/homelab.md

This file was deleted.

12 changes: 0 additions & 12 deletions content/projects/keyb.md

This file was deleted.

15 changes: 0 additions & 15 deletions content/projects/sxkcd.md

This file was deleted.

16 changes: 0 additions & 16 deletions layouts/projects/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,5 @@ <h1>
{{ if .Content }}
<div>{{ .Content }}</div>
{{ end }}

{{ if (where .Site.Pages "Section" "projects") }}
<div>
<ul>
{{ range .Pages.ByTitle }}
<li>
<a href="{{ .Params.repo_url }}">
{{ .Title }}
</a>
</li>
{{ .Summary }}

{{ end }}
</ul>
</div>
{{ end }}
</div>
{{ end }}

0 comments on commit 72faf4f

Please sign in to comment.