projects.md (467B)
1 +++ 2 title = "projects" 3 description = "things I'm building" 4 type = "projects" 5 layout = "projects" 6 7 [[projects]] 8 title = "hugo-theme-tui" 9 url = "https://github.com/tddra/hugo-theme-tui" 10 lang = "hugo" 11 desc = "this very theme" 12 13 [[projects]] 14 title = "example-cli" 15 url = "https://example.com" 16 lang = "rust" 17 desc = "a one-line description of what this project does" 18 19 [[projects]] 20 title = "another-thing" 21 lang = "go" 22 desc = "no link, just a name + description" 23 +++