Go to file
downthecrop 3eb04cf70e
November News Post Part 1 (#4)
* Trick-or-Treat

* Mistakenly deleted favicon, make content collapse work

* Delete 2021-06-11.html

Not relevant and confusing people

* Delete 2021-06-17.html

* Update Discord invite links to point to rules

* Novemeber News Post + Cleanup Halloween Styles

Co-authored-by: Nobody Important <summerlizebeth@protonmail.com>
Co-authored-by: Ceikry <61421472+Ceikry@users.noreply.github.com>
Co-authored-by: Summer <69411389+summerdevs@users.noreply.github.com>
Co-authored-by: dginovker <dcress01@uoguelph.ca>
2021-10-30 13:04:21 -07:00
_includes November News Post Part 1 (#4) 2021-10-30 13:04:21 -07:00
_layouts Latest.html now mirrors instead of redirect 2021-09-19 14:57:02 -07:00
2009pastes Bug Report + Play Button 2021-06-27 01:30:41 -04:00
secure A rediculously big update I know. 2021-07-12 02:45:22 -04:00
services November News Post Part 1 (#4) 2021-10-30 13:04:21 -07:00
site November News Post Part 1 (#4) 2021-10-30 13:04:21 -07:00
_config.yml Latest.html now mirrors instead of redirect 2021-09-19 14:57:02 -07:00
.gitignore Cleanup duplicate naming and refresh links, add Grand Exchange archive link to directory 2021-10-15 22:19:41 -07:00
404.html Latest.html now mirrors instead of redirect 2021-09-19 14:57:02 -07:00
CNAME Create CNAME 2020-11-24 13:21:41 -05:00
fade.gif Biggggggggggggggg push 2020-11-20 09:58:06 -05:00
favicon.ico Collapse Content + Favicon (#3) 2021-10-30 13:02:36 -07:00
index.html November News Post Part 1 (#4) 2021-10-30 13:04:21 -07:00
parse.py Latest.html now mirrors instead of redirect 2021-09-19 14:57:02 -07:00
README.md Update README.md 2021-10-19 00:37:10 -07:00

2009 RSPS website

Note: This is a haphazard hack of a 2009 website made by jarryd229 combined with a 2010 website dump.

Want to help? No problem! index.html is where it all starts :)

Something seem broken (missing images?) - Get the original, unedited copy. Things could have broken in the past: https://github.com/2009scape/Dumps/tree/master/2010%20Website%20Dump

View the website live here: https://2009scape.github.io/

Building Jekyll Locally

This website utilizes Jekyll to generate static pages.

  1. Install Jekyll
  2. Build the site (Inside project root)
    • Windows: jekyll serve
    • Unix: bundle exec jekyll serve
  3. Run a temporary web server in _site/
    • python -m http.server

For faster builds locally (from about 80 seconds to about 6 seconds) add:

exclude:
- services/m=poll/*
- services/m=forum/sl=*
- services/m=itemdb_rs/*

to _config.yml, and substitute jekyll serve --incremental

News Posts

Located in services/m=news/archives/ Use the latest as an example. They are indexed automatically based on their file name.

---
title: Title
tags: news
layout: newspost
collection: Game Updates
date: 2021-07-26 00:00:00 +0000
authors: Name
---

there is an optional promo_image tag to specify a homepage image for the post.