Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sucs
sucs-blog
Compare Revisions
5c1ad4a5b96e82f8a267bb572c6f7ae4aaa7c8d7...50ec63e94138475e358ca4a94baee1c93f54e563
Commits (5)
README: Update to represent current status
· 08d2b162
Caleb Connolly
authored
Sep 25, 2020
08d2b162
Remove 'authortags' taxonomy as it is unused
· 72349eb4
Caleb Connolly
authored
Sep 25, 2020
72349eb4
Remove test posts
· 2efe02df
Caleb Connolly
authored
Sep 25, 2020
2efe02df
authors: add templates to link github and own website
· 58143e24
Caleb Connolly
authored
Sep 25, 2020
58143e24
theme: Update to latest theme changes
· 50ec63e9
Caleb Connolly
authored
Sep 25, 2020
50ec63e9
Show whitespace changes
Inline
Side-by-side
README.md
View file @
50ec63e9
...
@@ -8,14 +8,14 @@ You can find the theme used [here](https://projects.sucs.org/kalube/sucs-hugo-th
...
@@ -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
The site is written in Hugo, a static site generator, it's designed to be served without needing a webserver/backend
## Status
## 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/
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
## Feature list
-
[X] View posts and tags
-
[X] View posts and tags
-
[
] View authors / have a bio for authors
-
[
X
] View authors / have a bio for authors
-
[
] Show latest posts, most popular tags and about section on home page
-
[
X
] Show latest posts, most popular tags and about section on home page
-
[ ] Symposiums - show posts in reply to other posts, current theme etc
-
[ ] Symposiums - show posts in reply to other posts, current theme etc
\ No newline at end of file
config.toml
View file @
50ec63e9
...
@@ -10,7 +10,6 @@ paginate = 10
...
@@ -10,7 +10,6 @@ paginate = 10
author
=
"authors"
author
=
"authors"
post
=
"posts"
post
=
"posts"
tag
=
"tags"
tag
=
"tags"
authortag
=
"authortags"
term
=
"terms"
term
=
"terms"
[menu]
[menu]
...
...
content/posts/hello.md
deleted
100644 → 0
View file @
5c1ad4a5
---
title
:
"
Hello"
date
:
2020-09-06T08:16:13+01:00
draft
:
false
---
asfdsafsafd
\ No newline at end of file
content/posts/zev-test.md
deleted
100644 → 0
View file @
5c1ad4a5
---
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
layouts/authors/list.html
View file @
50ec63e9
...
@@ -10,6 +10,20 @@
...
@@ -10,6 +10,20 @@
</a>
</a>
</p>
</p>
{{ end }}
{{ 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>
<h2>
Articles
</h2>
<ul>
<ul>
...
...
layouts/authors/terms.html
View file @
50ec63e9
{{ define "main" }}
{{ define "main" }}
<div
class=
"container"
>
<div
class=
"container"
>
<h1>
Authors
</h1>
<h1>
Authors
</h1>
{{ range .Data.Pages }}
{{ range
sort
.Data.Pages
"Params.name" "asc"
}}
<p>
<p>
<h3><a
class=
"title"
href=
"{{ .Permalink }}"
>
{{ .Params.name }}
</a></h3>
<h3><a
class=
"title"
href=
"{{ .Permalink }}"
>
{{ .Params.name }}
</a></h3>
{{ partial "metadata.html" . }}
{{ partial "metadata.html" . }}
...
...
sucs
@
706c78aa
Compare
f8fafa97
...
706c78aa
Subproject commit
f8fafa9773341dfb76b82d18dd41ee080d78b0f4
Subproject commit
706c78aacebbbd349448138f0f27efc25f412b88