grgr.me

latest commits to https://grgr.me/
Log | Files | Refs

commit 195daef79b022a3e40c57549ccb02350a6fc883d
parent bc0b5832d90d33dd172f5995c4baa63862477eb1
Author: corndog <cauchyn@firemail.cc>
Date:   Sun, 25 Nov 2018 10:59:36 -0800

Where available, link directly to my commits

from index

Diffstat:
in/fizzbuzz/index.html | 1+
in/galois/index.html | 1+
in/index.html | 2+-
in/ksa/index.html | 1+
in/pandoc/index.html | 1+
in/sits/index.md | 1+
in/static/style.css | 12++++++++++--
in/tri/index.html | 1+
8 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/in/fizzbuzz/index.html b/in/fizzbuzz/index.html @@ -1,4 +1,5 @@ title: fizzbuzz tags: project +commits: https://gitlab.com/corndog/fizzbuzz/commits/master description: Stuff made on the road to employment. ---- diff --git a/in/galois/index.html b/in/galois/index.html @@ -1,4 +1,5 @@ title: galois tags: project +commits: https://gitlab.com/corndog/galois/commits/master description: Exercises I've written for a math study group. ---- diff --git a/in/index.html b/in/index.html @@ -8,7 +8,7 @@ This was supposed to just be a way to throw short links on my <a href='{{ $.Rel <ul class="post-list"> {{ range .Site.Pages.WithTag "project" }} - <li><a href="{{ $.Rel .Url }}">{{ .Title }}</a><br> + <li><a href="{{ $.Rel .Url }}">{{ .Title }}</a>{{ if .Other.Commits }} <a class="tab" href="{{ .Other.Commits}}">»commits</a>{{ end }}<br> {{ .Other.Description }} </li> {{ end }} diff --git a/in/ksa/index.html b/in/ksa/index.html @@ -1,4 +1,5 @@ title: keyboard shortcut api tags: project +commits: https://github.com/Koushien/keyboard-shortcut-api/commits?author=Koushien description: WebExtension API abstracting native Firefox keyboard shortcuts. ---- diff --git a/in/pandoc/index.html b/in/pandoc/index.html @@ -1,4 +1,5 @@ title: practical pandoc tags: project +commits: https://gitlab.com/corndog/practical-pandoc/commits/master description: Templates for pandoc with a focus on typography. ---- diff --git a/in/sits/index.md b/in/sits/index.md @@ -1,5 +1,6 @@ title: shimmers in the stars tags: project +commits: https://bitbucket.org/Koushien/shimmers-in-the-stars/commits/all description: A networked versus vertically scrolling shooter in progress. ---- diff --git a/in/static/style.css b/in/static/style.css @@ -74,10 +74,18 @@ button:hover > img.embed { display: block; } +.nowrap { + white-space: nowrap; +} + +/* + * Other + */ + .bold-on-hover:hover { font-weight: 700; } -.nowrap { - white-space: nowrap; +.tab { + margin-left: 4px; } diff --git a/in/tri/index.html b/in/tri/index.html @@ -1,4 +1,5 @@ title: tridactyl tags: project +commits: https://github.com/tridactyl/tridactyl/commits/master?author=Koushien description: Vimperator successor for Firefox 57+. ----