diff options
author | mayx <mayx@outlook.com> | 2024-01-01 10:01:21 +0100 |
---|---|---|
committer | mayx <mayx@outlook.com> | 2024-01-01 10:01:21 +0100 |
commit | 4afea923c5f83d3bf056006abde80e8fbf83f04a (patch) | |
tree | e15d2b4148d20e2e14d27fd5365a586fe832f421 /package.json | |
parent | e6281bfa5fd8c2073026bbaccb1e36448defe296 (diff) |
Update 3 files
- /package.json
- /_posts/2023-04-05-ai.md
- /_posts/2024-01-01-summary.md
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..4c63f64 --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "name": "mayx-blog", + "version": "1.0.0", + "scripts": { + "build": "bash deploy.sh" + } +}
\ No newline at end of file |