An open API service indexing awesome lists of open source software.

https://github.com/commitconfirmed/commitconfirmed.github.io

Personal Blog using Hugo
https://github.com/commitconfirmed/commitconfirmed.github.io

Last synced: 3 months ago
JSON representation

Personal Blog using Hugo

Awesome Lists containing this project

README

        

# commitconfirmed.github.io
Personal Blog using Hugo

# Random notes

Added the below to the tailwind theme as I wanted a title (layouts/partials/header.html)

``` html
{{ if .Site.Params.header.title }}


{{ end }}
```