PrismarineJS / prismarinejs.github.io

https://prismarinejs.github.io
MIT License
11 stars 3 forks source link

Updated website #12

Closed ciolt closed 6 years ago

ciolt commented 6 years ago

Hey guys, I recently stumbled back upon the PrismarineJS website and realized it needed some updating to a more modern look -- as well as some adjustments for more maintainability. For example, having a build system based on Pug templates and Sass. I also added some SEO stuff such as more descriptive metadata in the head for higher rankings on Google and Bing.

image

It's also fully responsive now. Which means higher rankings on Google. That means more people get involved.

image

The Issue

The site isn't publishing correctly since the repo is set to publish GitHub pages from master. I need it to be set to gh-pages in the settings page to make the new Gulp build system work.

roblabla commented 6 years ago

🤔 I can't make it point to gh-pages for some reason. It says "User pages must be built from the master branch.".

roblabla commented 6 years ago

Maybe you should have the source live in the "source" branch, and have gulp publish to master ?

ciolt commented 6 years ago

Thanks, I'll see what I can do.