Personal fork of hugo-bearblog (https://github.com/janraasch/hugo-bearblog/) with slightly modified layout
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
748 B
28 lines
748 B
{ |
|
"name": "hugo-bearblog", |
|
"private": true, |
|
"version": "1.0.0", |
|
"description": "🧸 A [Hugo](https://gohugo.io/)-theme based on [Bear Blog](https://bearblog.dev).", |
|
"main": "index.js", |
|
"devDependencies": { |
|
"js-beautify": "^1.13.0" |
|
}, |
|
"scripts": { |
|
"test": "npm run beautify", |
|
"beautify": "js-beautify layouts/**/*.html -r" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/janraasch/hugo-bearblog.git" |
|
}, |
|
"author": { |
|
"name": "Jan Raasch", |
|
"email": "jan@janraasch.com", |
|
"url": "https://www.janraasch.com" |
|
}, |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/janraasch/hugo-bearblog/issues" |
|
}, |
|
"homepage": "https://github.com/janraasch/hugo-bearblog#readme" |
|
}
|
|
|