Gogh/gh-pages
Mgldvd 95b61432b4 wcag report 2023-04-17 17:26:07 -05:00
..
css Update landing and clean root 2023-02-26 00:12:58 -05:00
favicons new themes Tilix-Themes 2017-07-07 17:51:58 -05:00
js Update landing and clean root 2023-02-26 00:12:58 -05:00
sass Update landing and clean root 2023-02-26 00:12:58 -05:00
wcag wcag report 2023-04-17 17:26:07 -05:00
.editorconfig Update landing and clean root 2023-02-26 00:12:58 -05:00
.jsbeautifyrc Update landing and clean root 2023-02-26 00:12:58 -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
gulpfile.js Update landing and clean root 2023-02-26 00:12:58 -05:00
index.html In landing page fix terminal command line 2023-02-26 08:27:27 -05:00
index.src.html In landing page fix terminal command line 2023-02-26 08:27:27 -05:00
package.json Update landing and clean root 2023-02-26 00:12:58 -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