[init] initial commit

This commit is contained in:
git
2023-06-03 15:58:09 +08:00
commit 6b53719306
182 changed files with 29167 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "Manford-blog",
"title": "Manford Blog",
"author": "Manford <mffan0922@163.com>",
"version": "1.8.2",
"homepage": "https://rustle.cc",
"repository": {
"type": "git",
"url": "https://github.com/mffan0922/homepage"
},
"bugs": "https://github.com/mffan0922/homepage/issues",
"devDependencies": {
"grunt": ">=1.3.0",
"grunt-banner": "~0.2.3",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0"
},
"scripts": {
"start": "bundle exec jekyll serve -w -l --host 0.0.0.0",
"dev": "grunt watch & npm run start",
"boil": "git push boilerplate boilerplate:master",
"push": "git push origin master --tag"
}
}