Gogh/gh-pages
Miguel D 09d95012d9 #258 Fix var / add max with / beautify sass 2020-12-09 23:07:13 -05:00
..
components add VUE for landing page 2020-03-05 23:29:02 -05:00
css #258 Fix var / add max with / beautify sass 2020-12-09 23:07:13 -05:00
data fix: adds correct colors, links and correctly sorts credits 2020-10-08 21:19:21 +02:00
favicons new themes Tilix-Themes 2017-07-07 17:51:58 -05:00
img add copy to clipboard 2017-05-19 12:42:56 -05:00
js Gogh page no more images for themes - Themes in html template 2020-05-09 20:34:39 -05:00
sass #258 Fix var / add max with / beautify sass 2020-12-09 23:07:13 -05:00
.editorconfig add editor config and jsbeaturifyrc 2018-12-06 10:25:54 -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 #258 Fix var / add max with / beautify sass 2020-12-09 23:07:13 -05:00
index.src.html #258 Fix var / add max with / beautify sass 2020-12-09 23:07:13 -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