You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
712 B
TOML
31 lines
712 B
TOML
name = "Coder Portfolio"
|
|
license = "MIT"
|
|
licenselink = "https://github.com/naro143/hugo-coder-portfolio/blob/master/LICENSE.md"
|
|
description = "It is a theme to have you know yourself than developed based on hugo-coder"
|
|
homepage = "https://github.com/naro143/hugo-coder-portfolio"
|
|
tags = [
|
|
"blog",
|
|
"minimal",
|
|
"minimalist",
|
|
"responsive",
|
|
"simple",
|
|
"clean",
|
|
"personal"
|
|
]
|
|
features = [
|
|
"analytics",
|
|
"favicon",
|
|
"pagination",
|
|
"single-column",
|
|
"syntax-highlighting"
|
|
]
|
|
min_version = "0.32"
|
|
|
|
[author]
|
|
name = "Yusuke Ishimi"
|
|
homepage = "https://naro143.github.io"
|
|
|
|
[original]
|
|
author = "Luiz F. A. de Prá"
|
|
homepage = "https://luizdepra.com"
|
|
repo = "https://github.com/luizdepra/hugo-coder" |