changed updatestyle to style
This commit is contained in:
parent
fc8be87be2
commit
ee0f088462
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
|
||||
|
Loading…
Reference in New Issue
Block a user