Skip to content

Commit 14293fe

Browse files
committed
update
1 parent 5a064f2 commit 14293fe

File tree

258 files changed

+62879
-10652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+62879
-10652
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ROOT_DIR := $(shell pwd)
2+
start: ## Start the development server
3+
@echo "Starting the development server..."
4+
@cd "${ROOT_DIR}" && hugo serve
5+
setup: ## Setup
6+
@echo "Setting up the environment..."
7+
@cd "${ROOT_DIR}" && cd ./assets/themes/2022 && npm install && npm run build:dev

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## Theme Development
44

55
```bash
6+
# install hugo
7+
brew install hugo
68
# Run hugo site
79
hugo serve
810
# Watch change theme assset

assets/themes/2022/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
},
3333
"scripts": {
3434
"serve": "webpack --watch --mode=development",
35+
"build:dev": "webpack --config webpack.config.js --node-env development",
3536
"build": "webpack --config webpack.config.js --node-env production"
3637
},
3738
"author": "",

assets/themes/2022/public/home.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/themes/2022/public/main.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/themes/2022/public/page.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)