PFUDOR.tk was some stupid idea. It's main purpose is to display the video "Pink Fluffy Unicorns Dancing On Rainbows" (or any other YouTube video) on loop.
While older versions were built using PHP and jquery.mb.YTPlayer, and a later version with JavaScript and PHP only for the generator, the current revision is build entirely with JavaScript.
You can find our setup on https://pfudor.tk.
- Install Node.js and npm.
- Clone / download this repository and
$ cd
into the folder. - Run
$ sudo npm install
. (You can omit the sudo on Windows, and if you're lucky also on other operating systems.) - To compile the site:
$ gulp
- To watch changes and compile automatically:
$ gulp watch
- To start a Browsersync server (with automatic compiling):
$ gulp serve
Want to contribute? Great! Submit any bugs or features you would like to see as issues, or fix / add them yourself and submit a pull request. Thank you in advance!
PFUDOR.tk's structure is based on dough-static.
PFUDOR.tk uses following technologies to work:
- npm (Package management)
- Gulp
- Sass
- Browsersync
- normalize.css
- colors
Following Gulp plugins are used:
PFUDOR.tk is licensed under the MIT license