Skip to content

Instantly share code, notes, and snippets.

View yiping-allison's full-sized avatar
Drinking Coffee

Yiping Su yiping-allison

Drinking Coffee
View GitHub Profile
@yiping-allison
yiping-allison / prodibi.md
Last active May 5, 2020 06:48
Simple Prodibi Shortcode for Hugo

Prodibi Shortcode

Designed For: George Cushen's Academic Theme

{{ if .Get "style" | eq "grid" }}
	<div data-prodibi='{"type":"grid","settings":{"container":"{{ .Get "containerID" }}","account":"{{ .Get "username" }}"}}'>
		<script>;!function() {if (window.prodibiAsync == null) { var s = document.createElement('script'); s.async = !0; s.src = 'https://max1.prodibicdn.com/libraries/pages/prodibi.embed.2.0.min.js'; document.body.appendChild(s); }window.prodibiAsync = window.prodibiAsync || [];prodibiAsync.push({ type: "settings", settings: { account: "{{ .Get "username" }}" } });}();</script>
	</div>
{{ else if .Get "style" | eq "album" }}
@yiping-allison
yiping-allison / tools.md
Last active March 28, 2021 04:34
Various Programming Tools I Use

Tools

Systems Info

Operating System
Windows 10 Pro
Linux Ubuntu

Shells