homepage: add leaderboard
This commit is contained in:
parent
103c975ee0
commit
39397e92ce
2 changed files with 35 additions and 1 deletions
|
@ -22,7 +22,7 @@ menu_items = [
|
|||
{name = "about", url = "$BASE_URL/about"},
|
||||
{name = "lib", url = "$BASE_URL/lib"},
|
||||
{name = "blog", url = "$BASE_URL/blog"},
|
||||
{name = "boardgame night highscores", url = "$BASE_URL/leaderboard"},
|
||||
{name = "leaderboard", url = "$BASE_URL/leaderboard"},
|
||||
{name = "wiki↗", url = "https://wiki.posixlycorrect.com", newtab = true},
|
||||
{name = "git↗", url = "https://git.posixlycorrect.com", newtab = true},
|
||||
{name = "notes↗", url = "https://notes.posixlycorrect.com", newtab = true},
|
||||
|
|
34
homepage/posixlycorrect/content/leaderboard.md
Normal file
34
homepage/posixlycorrect/content/leaderboard.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
+++
|
||||
title = "boardgame night leaderboard"
|
||||
+++
|
||||
### Catan: Cities & Knights / Seafarers
|
||||
<pre>
|
||||
Fabian: ● ● ◐
|
||||
Joshua: ● ●
|
||||
Vanessa: ● ◐
|
||||
Sofía: ●
|
||||
</pre>
|
||||
|
||||
</br>
|
||||
|
||||
### Coup
|
||||
<pre>
|
||||
Vanessa: ● ●
|
||||
Sofía: ●
|
||||
Díaz: ●
|
||||
Joshua: ●
|
||||
</pre>
|
||||
|
||||
</br>
|
||||
|
||||
### Card Assassin
|
||||
<pre>
|
||||
Chema: ● ●
|
||||
</pre>
|
||||
|
||||
</br>
|
||||
|
||||
### Skull King
|
||||
<pre>
|
||||
Chema: ● ●
|
||||
</pre>
|
Loading…
Add table
Add a link
Reference in a new issue