| | |
| | | |
| | | blogDir = "blog" # can be posts, blog e.t.c |
| | | |
| | | repo = "https://github.com/onweru/compose" |
| | | repo = "https://github.com/cellebyte/compose" |
| | | |
| | | time_format_blog = "Monday, January 02, 2006" |
| | | time_format_default = "January 2, 2006" |
| | |
| | | name = "GitHub" |
| | | iconLight = "images/GitHubMarkLight.svg" |
| | | iconDark = "images/GitHubMarkDark.svg" |
| | | url = "https://github.com/onweru/compose/" |
| | | url = "https://github.com/cellebyte/compose/" |
| | | |
| | | # optional |
| | | # attribution. Feel free to delete this |
| | |
| | | github.com/onweru/compose v0.0.0-20240711165024-0ea6ac76134e/go.mod h1:2eSBLsKzvKf3r4/vHiKdakIBqDtWACDAqAD7tRdt00o= |
| | | github.com/onweru/compose v0.0.0-20250123191723-478f5b77f140 h1:/TtnPfRGcs/vxLf1nCrkQ1XE8qqKh4DTdE2kBxDx83U= |
| | | github.com/onweru/compose v0.0.0-20250123191723-478f5b77f140/go.mod h1:2eSBLsKzvKf3r4/vHiKdakIBqDtWACDAqAD7tRdt00o= |
| | | github.com/onweru/compose v0.0.0-20250123191918-095317e5c72c h1:7yWUB0saRkxfw5sSaQF9/sRegrcCZnwV3pFi2YI3RxU= |
| | | github.com/onweru/compose v0.0.0-20250123191918-095317e5c72c/go.mod h1:2eSBLsKzvKf3r4/vHiKdakIBqDtWACDAqAD7tRdt00o= |
| | |
| | | # this example loads the theme as hugo module |
| | | # comment out line below, and uncomment the line after it if you prefer to load the theme normally |
| | | theme = [ |
| | | "github.com/onweru/compose", |
| | | "github.com/cellebyte/compose", |
| | | ] # edit this if you'ld rather use a fork of this repo |
| | | # theme = "compose" |
| | | enableGitInfo = true |
| | |
| | | module github.com/onweru/compose |
| | | module github.com/cellebyte/compose |
| | | |
| | | go 1.20 |