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

theme.toml - github.com/sudorook/capsule.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db7895097b4548153c8ea3643b018704a7b1cf74 (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
name = "capsule"
license = "GPL-2.0"
licenselink = "https://github.com/sudorook/capsule/blob/master/LICENSE"
description = "A CSS-only theme for Hugo using Bulma and Font-Awesome"
homepage = "https://github.com/sudorook/capsule"
tags = [
         "hugo",
         "bulma",
         "css only",
         "font awesome",
         "responsive"
       ]
features = [
             "css only",
             "no javascript",
             "built-in pagination",
             "display git metadata",
             "automatic share links",
             "Bulma classes as shortcodes",
             "image/figure shortcodes",
             "responsive layout",
             "pygments syntax highlighting",
             "sort posts by categories and tags"
           ]
min_version = 0.55

[author]
  name = "sudorook"