changed updatestyle to style
This commit is contained in:
4
make.sh
4
make.sh
@@ -12,7 +12,7 @@ post() {
|
||||
fi
|
||||
}
|
||||
|
||||
updatestyle() {
|
||||
style() {
|
||||
# Updating index style
|
||||
cp style.css $rootDir/style.css
|
||||
|
||||
@@ -49,7 +49,7 @@ index() {
|
||||
if [ -z $1 ]
|
||||
then
|
||||
echo './make.sh post file.md - make new post'
|
||||
echo './make.sh updatestyle - update & sync style sheets'
|
||||
echo './make.sh style - update & sync style sheets'
|
||||
echo './make.sh page file.md - make new page'
|
||||
echo './make.sh index - update index'
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user