Skip to content

Commit fec137d

Browse files
committed
Update config
1 parent db554a4 commit fec137d

6 files changed

Lines changed: 3 additions & 13 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2024 Lruihao (https://lruihao.cn)
3+
Copyright (c) 2026 attajak (https://github.com/attajak)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

assets/jsconfig.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

config/_default/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# -------------------------------------------------------------------------------------
55

66
# website title
7-
title = "Hugo FixIt-bundle"
7+
title = "Hugo FixIt"
88
# Hostname (and path) to the root
99
baseURL = "/hugo-fixit-bundle-gitmodule"
1010
# theme list

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "index.js",
77
"scripts": {
88
"build": "hugo --gc --minify --logLevel info",
9-
"server": "hugo server -D -E -F -M -N -O --disableFastRender --bind 0.0.0.0 -b http://localhost:1313 --logLevel info",
9+
"server": "hugo server -D -E -F -M -N -O --disableFastRender --bind 0.0.0.0 -b http://localhost:1313 --ignoreCache --noBuildLock --logLevel info",
1010
"server:production": "npm run server -- --environment production",
1111
"update:theme": "git submodule update --remote --merge themes/FixIt && git add themes/FixIt && git commit -m ':arrow_up: Chore(theme): update FixIt version'",
1212
"upgrade": "git submodule update --remote --merge",

0 commit comments

Comments
 (0)