Compare commits
No commits in common. "ec81bbd0a8c560b4d16118a8c842c56b62335a5b" and "084c8f0eac866905bbc4fbbea366b2eb1c7567b5" have entirely different histories.
ec81bbd0a8
...
084c8f0eac
3 changed files with 0 additions and 21 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -28,4 +28,3 @@ hugo.linux
|
|||
*.vsix
|
||||
|
||||
.DS_Store
|
||||
.vscode/
|
||||
|
|
|
@ -39,9 +39,6 @@ A list of cool things, curated by me 🌠
|
|||
- [https://themes.gohugo.io/themes/hugo-flex/](https://themes.gohugo.io/themes/hugo-flex/): Simple Website template
|
||||
- [A4 Resume](https://themes.gohugo.io/themes/resume-a4/): Resume Template
|
||||
|
||||
## IAM
|
||||
- [WitchAuth](https://codeberg.org/cyberwitch/witchauth) tries to empower small communities and groups to have an identity provider for easy management and better security through SSO.
|
||||
|
||||
## Mail
|
||||
- [aerc](https://sr.ht/~rjarry/aerc) is an email client for your terminal
|
||||
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
{{ define "page" }}
|
||||
<content>
|
||||
<h1>{{ .Title }}</h1>
|
||||
<p>{{ .Content }}</p>
|
||||
{{ range .Pages }}
|
||||
<div class="section-page-item">
|
||||
<h3>{{ .Title }}</h3>
|
||||
<div class="details">
|
||||
<time class="float-left">{{ .PublishDate | time.Format ":date_medium" }}</time>
|
||||
</div>
|
||||
|
||||
<div class="summary">{{ .Summary }}</div>
|
||||
<a href="{{ .RelPermalink }}">Read more →</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</content>
|
||||
{{ end }}
|
Loading…
Reference in a new issue