Commits (5)
......@@ -8,14 +8,14 @@ You can find the theme used [here](https://projects.sucs.org/kalube/sucs-hugo-th
The site is written in Hugo, a static site generator, it's designed to be served without needing a webserver/backend
## Status
The blog is live @ https://blogs.sucs.org
You can check out the latest testing version of the blog at https://sucs.org/~kalube/blogtest/
CI is currently broken due to some SSH isues, the site will also become available at https://blog.sucs.org once it's ready.
## Feature list
- [X] View posts and tags
- [ ] View authors / have a bio for authors
- [ ] Show latest posts, most popular tags and about section on home page
- [X] View authors / have a bio for authors
- [X] Show latest posts, most popular tags and about section on home page
- [ ] Symposiums - show posts in reply to other posts, current theme etc
\ No newline at end of file
......@@ -10,7 +10,6 @@ paginate = 10
author = "authors"
post = "posts"
tag = "tags"
authortag = "authortags"
term = "terms"
[menu]
......
---
title: "Hello"
date: 2020-09-06T08:16:13+01:00
draft: false
---
asfdsafsafd
\ No newline at end of file
---
title: "Zev Test"
date: 2020-09-22T19:37:00+01:00
draft: false
toc: false # Table of contents
authors:
- Zev Cooper-Bennun
tags:
- test
---
aaaaaaaaaaaaaaaaaaa
......@@ -10,6 +10,20 @@
</a>
</p>
{{ end }}
{{ with .Params.github }}
<p>
<a href="https://github.com/{{ . }}">
Check out {{ $.Params.name }} on GitHub
</a>
</p>
{{ end }}
{{ with .Params.website }}
<p>
<a href="{{ . }}">
{{ $.Params.name }}'s Website'
</a>
</p>
{{ end }}
<h2>Articles</h2>
<ul>
......
{{ define "main" }}
<div class="container">
<h1>Authors</h1>
{{ range .Data.Pages }}
{{ range sort .Data.Pages "Params.name" "asc" }}
<p>
<h3><a class="title" href="{{ .Permalink }}">{{ .Params.name }}</a></h3>
{{ partial "metadata.html" . }}
......
Subproject commit f8fafa9773341dfb76b82d18dd41ee080d78b0f4
Subproject commit 706c78aacebbbd349448138f0f27efc25f412b88