1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 15:16:40 -04:00

add /api/projects endpoint and /projects page with GH-style repo cards

This commit is contained in:
2021-06-03 09:31:53 -04:00
parent 7a5962fa7e
commit 9505767f3d
16 changed files with 369 additions and 57 deletions

View File

@ -1,7 +1,8 @@
{{- $counter := resources.Get "js/counter.js" -}}
{{- $projects := resources.Get "js/projects.js" -}}
{{- $twemoji := resources.Get "js/vendor/twemoji.js" -}}
{{- $bundle := slice $counter $twemoji -}}
{{- $bundle := slice $counter $projects $twemoji -}}
{{- $js := $bundle | resources.Concat "/js/app.js" -}}
<!-- inline the dark mode script to avoid a blinding flash of white background on loads -->