1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00
Gogh/gh-pages
2023-04-17 17:26:07 -05:00
..
css
favicons
js
sass
wcag wcag report 2023-04-17 17:26:07 -05:00
.editorconfig
.jsbeautifyrc
google88efcf22d02ab258.html
gulpfile.js
index.html
index.src.html
package.json
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