Gogh/gh-pages
Mgldvd b954744410 Downgrade axios version for gh-pages 2022-10-07 13:15:27 -05:00
..
css update landing page 2021-05-01 13:13:34 -05:00
favicons new themes Tilix-Themes 2017-07-07 17:51:58 -05:00
js Change paths for new home repo 2022-04-18 18:59:46 -05:00
sass update landing page 2021-05-01 13:13:34 -05:00
README.md add VUE for landing page 2020-03-05 23:29:02 -05:00
google88efcf22d02ab258.html Create google88efcf22d02ab258.html 2015-09-07 00:23:09 -05:00
index.html Downgrade axios version for gh-pages 2022-10-07 13:15:27 -05:00
index.src.html Downgrade axios version for gh-pages 2022-10-07 13:15:27 -05:00

README.md

permalink
/index.html

Gogh

DEV Website

Pre:

  • node
  • npm
  • Gulp

Start:

  • In root repo folder
  • Run npm install. This will install all dependencies the project needs.
  • Run gulp dev and start coding .
  • Got to ./gh-pages/

Add theme

  • Add preview image in ./images/ folder.
  • Go to ./gh-pages/data/themes.js and add your theme there.

To push changes into gh-pages

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

Delete remote branch

$ git push origin --delete gh-pages