Skip to content

Instantly share code, notes, and snippets.

View panr's full-sized avatar
🤔
Boy, I hate being right all the time...

Radek Kozieł panr

🤔
Boy, I hate being right all the time...
View GitHub Profile
@panr
panr / Icon.js
Last active April 25, 2023 06:22
Custom React component for icons
import React from 'react'
// interface Path {
// windingRule: 'nonzero' | 'evenodd' | undefined
// data: string
// }
// interface IconData {
// name: string
// paths: Path[]
@panr
panr / config.yml
Last active August 13, 2019 14:42
YAML configf for Hugo Terminal Theme
baseUrl: /
languageCode: en-us
theme: terminal
paginate: 5
params:
# dir name of your blog content (default is `content/posts`)
contentTypeName: posts
# ["orange", "blue", "red", "green", "pink"]
themeColor: orange
@panr
panr / config.yml
Last active August 12, 2021 06:55
Hello Friend YAML config example
baseUrl: /
languageCode: en-us
theme: hello-friend
copyright: ''
paginate: 5
params:
# dir name of your blog content (default is `content/posts`)
contentTypeName: posts
# "dark" or "light"