-
Notifications
You must be signed in to change notification settings - Fork 0
hzjsea/hzjsea.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
#!/bin/bash upload(){ hugo --theme=even --baseUrl="https://hzjsea.github.io/" cd public ||exit 1 git init git remote add origin https://github.com/hzjsea/hzjsea.github.io.git git add -A git commit -m "first commit" git push -u origin master -f } # example: hugo new post/first.md newFile(){ hugo new "$1" } if [ "$1" ]; then if [[ "$1" == "upload" ]]; then upload fi if [[ "$1" == "new" ]];then newFile "$2" fi fi
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published