Index

joshstock.in / 603fa7d

Source for serving and static templating/compiling of https://joshstock.in.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
5404 Jan 2020 15:512d3ddfeMove static gitpager files to new gitpager/static/ folderJosh Stockin1450N

Blob @ joshstock.in / gitpager / static / index.html

text/html2398 bytesdownload raw
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>Josh Stockin - Git Projects</title>
6 <meta name="title" content="Git Projects" />
7 <meta name="description" content="Summary for Josh Stockin's Git projects" />
8 <meta property="og:site_name" content="Josh Stockin" />
9 <meta property="og:title" content="Git Projects" />
10 <meta property="og:description" content="Summary for Josh Stockin's Git projects" />
11 <meta property="og:type" content="website" />
12 <meta property="og:url" content="https://git.joshstock.in" />
13 <meta name="viewport" content="width=device-width, initial-scale=1.0">
14 <link rel="stylesheet" type="text/css" href="style.css"/>
15 </head>
16 <body>
17 <center>
18 <h1 style="margin-bottom:0">Git Commits</h1>
19 <p style="font-size: 1.5em; margin-top:10px">All my active Git projects and their recent activity</p>
20 </center>
21 <div id="container">
22 <p style="margin-top:8px">Here's the list of repositories hosted on this server. There might be a few more scarcely populated repositories hosted on <a href="https://github.com/JoshuaS3">my GitHub page</a>. All commit links mirror to GitHub.</p>
23 <div class="repository" id="lognestmonster">
24 <h2 style="margin-bottom:0">lognestmonster</h2>
25 <p style="margin-top:4px">a C single-header logging library and parser for event-based logs</p>
26 <div class="commit">
27 <span class="hash">90b4334 (dev/168)<i style="margin-left:10px">Dec 29 2019, 22:39 (latest commit)</i></span>
28 <h3 class="subject">Update lnm_free_item implementation to prevent recursion</h3>
29 <p class="author"><span>Josh Stockin</span><i class="email">joshstockin@gmail.com</i></p>
30 </div>
31 <p><a href="/lognestmonster/1"><b>full commit list >></b></a></p>
32 </div>
33 <div class="repository" id="joshstock.in">
34 <h2 style="margin-bottom:0">joshstock.in</h2>
35 <p style="margin-top:4px">my personal website, blog, portfolio</p>
36 <div class="commit">
37 <span class="hash">f528068 (master/37)<i style="margin-left:10px">Jan 1 2020, 22:44 (latest commit)</i></span>
38 <h3 class="subject">Make the banner image scroll with the page on articles</h3>
39 <p class="author"><span>Josh Stockin</span><i class="email">joshstockin@gmail.com</i></p>
40 </div>
41 <p><a href="/joshstock.in/1"><b>full commit list >></b></a></p>
42 </div>
43 </div>
44 </body>
45</html>
46