My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: move package.json to the root dir

+5 -4
+1
.gitignore
··· 1 + node_modules/
+2 -2
Makefile
··· 4 4 hugo 5 5 6 6 assets: 7 - yarn --cwd themes/terminal install 8 - yarn --cwd themes/terminal build 7 + yarn install 8 + yarn build
+2 -2
themes/terminal/package.json package.json
··· 5 5 "author": "Radosław Kozieł <@panr> <radoslaw.koziel@gmail.com>", 6 6 "license": "MIT", 7 7 "scripts": { 8 - "dev": "webpack --mode=development --watch", 9 - "build": "webpack --mode=production" 8 + "dev": "cd themes/terminal/ && webpack --mode=development --watch", 9 + "build": "cd themes/terminal/ && webpack --mode=production" 10 10 }, 11 11 "browserslist": [ 12 12 "last 2 versions",
themes/terminal/yarn.lock yarn.lock