Skip to content

Commit 39dd862

Browse files
committed
fix: dark gists
Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent a96d51a commit 39dd862

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
url: /posts/get-to-know-you-template
3+
title: "Get To Know You Template"
4+
layout: post
5+
date: '2024-04-10 22:40:00 -0500'
6+
tags:
7+
- networking
8+
- humans
9+
---
10+
11+
I've been onboarding at [GitHub](https://github.com) for a few weeks now. I've been meeting a lot of new people and trying to get to know them. I've been using a template to help me remember the important things about them. I thought I would share it here.
12+
13+
## Get To Know You Template
14+
15+
{{< jm-gist jmeridth b9f83b84728e85f7734a526b81394bd3 >}}

layouts/shortcodes/jm-gist.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<script src="https://gist.github.com/{{ .Get 0 }}/{{ .Get 1}}.js"></script>
2+
3+
<link rel="stylesheet" type="text/css" media="screen" href="{{ relURL "/css/jm-gist.css" }}" />
4+
<link rel="stylesheet" type="text/css" media="screen" href="{{ relURL "/css/jm-gist-markdown.css" }}" />

static/css/jm-gist-markdown.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/jm-gist.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/* https://github.com/lonekorean/gist-syntax-themes */
2+
@import url('https://cdn.rawgit.com/lonekorean/gist-syntax-themes/b737b139/stylesheets/terminal.css');

0 commit comments

Comments
 (0)