Go to file
Bart Ribbers 7a62be768e Remove the poll pages
These are not useful to keep around. If anyone wants to see the old
polls from that era they can use the Wayback machine instead.
2024-01-05 17:43:12 +01:00
_includes Reapply "Re-apply news updates changes while staying compatible with the Saradomin launcher (#245)" (#246) 2024-01-05 22:10:43 +09:00
_layouts Reapply "Re-apply news updates changes while staying compatible with the Saradomin launcher (#245)" (#246) 2024-01-05 22:10:43 +09:00
.vscode Reapply "Re-apply news updates changes while staying compatible with the Saradomin launcher (#245)" (#246) 2024-01-05 22:10:43 +09:00
.well-known Add Flatpak verification for the cute verification badge (#202) 2023-02-10 00:06:52 +09:00
assets Reapply "Re-apply news updates changes while staying compatible with the Saradomin launcher (#245)" (#246) 2024-01-05 22:10:43 +09:00
secure Remove a bunch of references to Legacy 2023-04-02 10:22:13 +09:00
services Remove the poll pages 2024-01-05 17:43:12 +01:00
site Update singleplayer page to reflect new info 2023-11-20 04:47:33 +09:00
updates Reapply "Re-apply news updates changes while staying compatible with the Saradomin launcher (#245)" (#246) 2024-01-05 22:10:43 +09:00
_config.yml Reapply "Re-apply news updates changes while staying compatible with the Saradomin launcher (#245)" (#246) 2024-01-05 22:10:43 +09:00
.gitignore Change all Jagex.com links to point back to content root and be crawlable (SEO) (#193) 2022-11-14 03:42:45 +09: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
feed.xml Add author information to posts in the RSS feed 2024-01-05 22:10:43 +09:00
index.html Reapply "Re-apply news updates changes while staying compatible with the Saradomin launcher (#245)" (#246) 2024-01-05 22:10:43 +09:00
parse.py Latest.html now mirrors instead of redirect 2021-09-19 14:57:02 -07:00
README.md fix serve instructions, add serve scripts, exclude dev files from web host 2021-12-24 21:43:05 +11:00
serve.bat fix serve instructions, add serve scripts, exclude dev files from web host 2021-12-24 21:43:05 +11:00
serve.sh fix serve instructions, add serve scripts, exclude dev files from web host 2021-12-24 21:43:05 +11: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 and serve the site
    • Inside project root run jekyll serve or alternatively: - Windows: serve.bat - Unix: ./serve.sh

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.