Skip to content

RelativeMedia/blog.relative.media

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building the Theme

gulp bump:[major|minor|patch]
gulp build
git ...
git push...

Deploying The Theme

cd /var/www/blog.relative.media/content/themes && \
wget https://github.com/RelativeMedia/blog.relative.media/raw/master/dist/build-latest.tar.gz && \
setopt rmstarsilent && \
rm -rf relativemedia/*; \
tar -zxvf build-latest.tar.gz -C relativemedia/ && \
rm -rf build-latest.tar.gz &&
pm2 restart blog.relative.media;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published