1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00
Gogh/gh-pages
kazukazuinaina 3b1d641563 add gotham theme in gh-pages
update image
2019-10-12 03:12:55 +09:00
..
2017-05-19 12:42:56 -05:00
HTML minify implementation 👨‍💻 👨‍💻
2018-12-06 11:47:21 -05:00
2017-07-07 17:51:58 -05:00
2017-05-19 12:42:56 -05:00
2017-05-19 12:42:56 -05:00
HTML minify implementation 👨‍💻 👨‍💻
2018-12-06 11:47:21 -05:00
HTML minify implementation 👨‍💻 👨‍💻
2018-12-06 11:47:21 -05:00
2019-10-12 03:12:55 +09:00
2019-10-12 03:12:55 +09:00
HTML minify implementation 👨‍💻 👨‍💻
2018-12-06 11:47:21 -05:00
HTML minify implementation 👨‍💻 👨‍💻
2018-12-06 11:47:21 -05:00

permalink
permalink
/index.html

Gogh

DEV Website

Pre:

  • Gulp
  • node
  • npm

Start:

  • Run npm install. This will install all dependencies the project needs.
  • Run gulp dev and start coding .

To push changes into gh-pages

$ git subtree push --prefix gh-pages origin gh-pages

Delete remote branch

$ git push origin --delete gh-pages