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

package.json - github.com/jakewies/hugo-theme-codex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a4d393207c4cf4c88e98e2ca2249e7684797123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "hugo-theme-codex",
  "version": "1.2.1",
  "author": "Jake Wiesler",
  "description": "A minimal blog theme for Hugo",
  "license": "MIT",
  "scripts": {
    "develop": "hugo server -s ./exampleSite/"
  },
  "browserslist": [
    "last 2 version",
    "> 2%"
  ],
  "homepage": "https://github.com/jakewies/hugo-theme-codex",
  "bugs": "https://github.com/jakewies/hugo-theme-codex/issues",
  "keywords": [
    "hugo",
    "blog",
    "go"
  ]
}