githubembed.html 553 B

123456789
  1. {{/* https://github.com/haideralipunjabi/hugo-shortcodes/tree/master/github */}}
  2. {{ $dataJ := getJSON "https://api.github.com/repos/" (.Get "repo") "/contents/" (.Get "file") }}
  3. {{ $con := base64Decode $dataJ.content }}
  4. {{ highlight $con (.Get "lang") (.Get "options") }}
  5. <small> <i class='fab fa-github'></i> <i>Complete source code: <a target=_blank href="{{ print "https://github.com/" ( .Get "repo" ) "/blob/master/" (.Get "file" ) }}">{{ print "https://github.com/" ( .Get "repo" ) "/blob/master/" (.Get "file" ) }}</a></i> </small>
  6. <hr>