Skip to content

A static 2009scape website that links to the downloads page

License

Notifications You must be signed in to change notification settings

2009scape/Deprecated-2009scape.github.io

 
 

Repository files navigation

2009scape Website

A non-interactive website where you can host download links, community links, and whatever else you want too.

For an interactive, more beefy website, check out 2009scape-Web

Features:

  • Gulp
  • SASS
  • Sweet Scroll
  • Particle.js
  • BrowserSync
  • Font Awesome and Devicon icons
  • Google Analytics
  • Info Customization

Running the site locally

In order to compile the assets and run Jekyll on local you need to follow those steps:

(Note: This guide assumes you know where to find programs/add things to your path. Join our Discord if you need help.)

  • Install NodeJS
  • Install Jekyll: sudo gem install bundler jekyll
  • Install Yarn: npm install -g yarn
  • Install dependencies: yarn
    • Note: One of the dependencies requires python2
  • Run: gulp

Don't forget to change your url before you deploy your site!

Color and Particle Customization

  • Color Customization
    • Edit the sass variables
  • Particle Customization
    • Edit the json data in particle function in app.js
    • Refer to Particle.js for help

Credits

This project was taken from Nathan Randecker. Big thanks to him and his generous license.

About

A static 2009scape website that links to the downloads page

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 84.9%
  • HTML 9.4%
  • JavaScript 5.7%