1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00
Color Scheme for Gnome Terminal and Pantheon Terminal https://mayccoll.github.io/gogh/
Go to file
2019-10-18 15:36:22 +09:00
components add copy to clipboard 2017-05-19 12:42:56 -05:00
css HTML minify implementation 👨‍💻 👨‍💻 2018-12-06 11:47:21 -05: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 add copy to clipboard 2017-05-19 12:42:56 -05:00
sass HTML minify implementation 👨‍💻 👨‍💻 2018-12-06 11:47:21 -05:00
.editorconfig add editor config and jsbeaturifyrc 2018-12-06 10:25:54 -05:00
.gitignore remove copy on screenshot themes - add gulp funcionality for fast reload preview 2018-09-22 11:55:26 -05:00
.jsbeautifyrc add editor config and jsbeaturifyrc 2018-12-06 10:25:54 -05:00
google88efcf22d02ab258.html Create google88efcf22d02ab258.html 2015-09-07 00:23:09 -05:00
gulpfile.js HTML minify implementation 👨‍💻 👨‍💻 2018-12-06 11:47:21 -05:00
index.html Add kokuban to website. 2019-10-18 15:36:22 +09:00
index.src.html Add kokuban to website. 2019-10-18 15:36:22 +09:00
package.json HTML minify implementation 👨‍💻 👨‍💻 2018-12-06 11:47:21 -05:00
README.md HTML minify implementation 👨‍💻 👨‍💻 2018-12-06 11:47:21 -05:00

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