aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-02-01 15:06:05 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-02-01 15:06:05 -0300
commit3ec95503252645b87c625df10a8ac44d04563166 (patch)
tree0304691be8b7859d7e5b525807d6c0e082873553 /package.json
parent76ca2f889f35035484482bf7f9715149a5b40127 (diff)
downloadhugo-bearcub-3ec95503252645b87c625df10a8ac44d04563166.tar.gz
hugo-bearcub-3ec95503252645b87c625df10a8ac44d04563166.tar.bz2
Bring files from personal blog
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index c653d56..0000000
--- a/package.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "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.14.6"
- },
- "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"
-}