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
- Host: GitHub
- URL: https://github.com/commitconfirmed/commitconfirmed.github.io
- Owner: commitconfirmed
- License: apache-2.0
- Created: 2025-03-04T07:31:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T08:54:49.000Z (3 months ago)
- Last Synced: 2025-03-12T09:22:21.936Z (3 months ago)
- Language: Dockerfile
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 }}
{{ .Site.Params.header.title }}
{{ end }}
```