Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme.toml - github.com/naro143/hugo-coder-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 71715a752f87bb17158ef716ad4dae9ad8df924b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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"