Add syntax highlighting, edit theme, and revise AdvMake documentation

This commit is contained in:
2021-02-08 17:47:56 -08:00
parent 618bd6c407
commit cfbe873426
78 changed files with 10443 additions and 570 deletions

View File

@@ -1,3 +1,6 @@
<a class="f6 link dim ph3 pv2 mb2 dib white bg-{{ .Get "color" }}" style="color: white;" href="{{ .Get "link" }}">
<a class="btn" style="color: {{ .Get "fgcolor" }}; background-color: {{ .Get "bgcolor" }};" href="{{ .Get "link" }}">
{{if or (.Get "icon")}}
<span class="iconify icon:{{.Get "icon"}}"></span>&nbsp;
{{end}}
{{ .Get "text" }}
</a>