diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-12-26 00:30:09 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-12-26 00:30:09 -0500 |
commit | 98a21b966410c127e74b16e7a2817882ee16560f (patch) | |
tree | ee646c86e3d3f0fa1cd952294d49feeeb700d60f /themes/hugo-coder/theme.toml | |
parent | e6eec31b71ab728f6610f4e764b2e206fb95f940 (diff) |
convert theme from submodule to regular files
Diffstat (limited to 'themes/hugo-coder/theme.toml')
m--------- | themes/hugo-coder | 0 | ||||
-rw-r--r-- | themes/hugo-coder/theme.toml | 27 |
2 files changed, 27 insertions, 0 deletions
diff --git a/themes/hugo-coder b/themes/hugo-coder deleted file mode 160000 | |||
Subproject 55b2a150f990bc56364dba347bc9acc6aab07be | |||
diff --git a/themes/hugo-coder/theme.toml b/themes/hugo-coder/theme.toml new file mode 100644 index 0000000..42f573e --- /dev/null +++ b/themes/hugo-coder/theme.toml | |||
@@ -0,0 +1,27 @@ | |||
1 | name = "Coder" | ||
2 | license = "MIT" | ||
3 | licenselink = "https://github.com/luizdepra/hugo-coder/blob/master/LICENSE.md" | ||
4 | description = "A simple and clean blog theme for Hugo" | ||
5 | homepage = "https://github.com/luizdepra/hugo-coder/" | ||
6 | tags = [ | ||
7 | "blog", | ||
8 | "minimal", | ||
9 | "minimalist", | ||
10 | "responsive", | ||
11 | "simple", | ||
12 | "clean", | ||
13 | "personal" | ||
14 | ] | ||
15 | features = [ | ||
16 | "analytics", | ||
17 | "favicon", | ||
18 | "multilingual", | ||
19 | "pagination", | ||
20 | "single-column", | ||
21 | "syntax-highlighting" | ||
22 | ] | ||
23 | min_version = "0.77.0" | ||
24 | |||
25 | [author] | ||
26 | name = "Luiz F. A. de PrĂ¡" | ||
27 | homepage = "https://luizdepra.com" | ||