Pages {"layout"=>"default", "header"=>true, "comments"=>true, "content-card"=>true, "date-label"=>"Started", "bean"=>true, "static_files"=>[{ "basename": "CameronTrowCV", "extname": ".pdf", "path": "/assets/downloads/CameronTrowCV.pdf", "modified_time": "2024-05-05 11:45:57 +0000", "collection": null, "name": "CameronTrowCV.pdf", "layout": "default", "header": true, "comments": true, "content-card": true, "date-label": "Started", "bean": true}, { "basename": "google396b9f6eb7f2127f", "extname": ".html", "path": "/google396b9f6eb7f2127f.html", "modified_time": "2024-05-05 11:45:58 +0000", "collection": null, "name": "google396b9f6eb7f2127f.html", "layout": "default", "header": true, "comments": true, "content-card": true, "date-label": "Started", "bean": true}], "xsl"=>false, "content"=>"\n{% if page.xsl %}\n{% endif %}\n{% assign collections = site.collections | where_exp:'collection','collection.output != false' %}{% for collection in collections %}{% assign docs = collection.docs | where_exp:'doc','doc.sitemap != false' %}{% for doc in docs %}\n{{ doc.url | replace:'/index.html','/' | absolute_url | xml_escape }}\n{% if doc.last_modified_at or doc.date %}{{ doc.last_modified_at | default: doc.date | date_to_xmlschema }}\n{% endif %}\n{% endfor %}{% endfor %}{% assign pages = site.html_pages | where_exp:'doc','doc.sitemap != false' | where_exp:'doc','doc.url != \"/404.html\"' %}{% for page in pages %}\n{{ page.url | replace:'/index.html','/' | absolute_url | xml_escape }}\n{% if page.last_modified_at %}{{ page.last_modified_at | date_to_xmlschema }}\n{% endif %}\n{% endfor %}{% assign static_files = page.static_files | where_exp:'page','page.sitemap != false' | where_exp:'page','page.name != \"404.html\"' %}{% for file in static_files %}\n{{ file.path | replace:'/index.html','/' | absolute_url | xml_escape }}\n{{ file.modified_time | date_to_xmlschema }}\n\n{% endfor %}\n", "dir"=>"/", "name"=>"sitemap.xml", "path"=>"sitemap.xml", "url"=>"/sitemap.xml"} {"layout"=>"default", "header"=>true, "comments"=>true, "content-card"=>true, "date-label"=>"Started", "bean"=>true, "content"=>"{\"/beta\":\"https://tumble1999.github.io/\"}", "dir"=>"/", "name"=>"redirects.json", "path"=>"redirects.json", "url"=>"/redirects.json"} {"layout"=>"redirect", "header"=>true, "comments"=>true, "content-card"=>true, "date-label"=>"Started", "bean"=>true, "sitemap"=>false, "permalink"=>"/beta", "redirect"=>{"from"=>"/beta", "to"=>"https://tumble1999.github.io/"}, "content"=>"", "dir"=>"/", "name"=>"redirect.html", "path"=>"redirect.html", "url"=>"/beta"} {"layout"=>"default", "header"=>true, "comments"=>true, "content-card"=>true, "date-label"=>"Started", "bean"=>true, "content"=>"@import \"minima\";\n", "dir"=>"/assets/", "name"=>"main.scss", "path"=>"assets/main.scss", "url"=>"/assets/main.css"} {"layout"=>"default", "header"=>true, "comments"=>true, "content-card"=>true, "date-label"=>"Started", "bean"=>true, "permalink"=>"robots.txt", "content"=>"# filter pages and documents for the noindex key\r\n{% assign noindexPages = site.pages | where: 'noindex', true %}\r\n{% assign noindexDocuments = site.documents | where: 'noindex', true %}\r\nUser-agent: *\r\n# robotstxt.org - if _config production variable is false robots will be disallowed.\r\n{% if site.production != true %}\r\n Disallow: /\r\n{% else %}\r\n {% if noindexDocuments or noindexPages %}\r\n {% for node in noindexPages %}\r\n Disallow: {{ node.url }}\r\n {% endfor %}\r\n {% for node in noindexDocuments %}\r\n Disallow: {{ node.url }}\r\n {% endfor %}\r\n {% else %}\r\n Disallow:\r\n {% endif %}\r\n{% endif %}\r\n", "dir"=>"/", "name"=>"robots.txt", "path"=>"robots.txt", "url"=>"/robots.txt"} {"layout"=>"default", "header"=>true, "comments"=>true, "content-card"=>true, "date-label"=>"Started", "bean"=>true, "permalink"=>"./feed.xml", "content"=>"\n\n\t{{site.title}}\n\t{{ site.time | date_to_xmlschema }}\n\t\n\t\t{{site.author}}\n\t\t{{site.email}}\n\t\n\tGPLv3\n\t{% for document in site.documents %}\n\n\t\t{% if document.date %}\n\t\t\t{% capture currentDate %}{{ 'now' | date:site.date-format}}{% endcapture %}\n\t\t\t{% capture itemDate %}{{ document.date | date:site.date-format }}{% endcapture %}\n\t\t\t{% if currentDate != itemDate %}\n\t\t\t{% assign collection = site.collections | where:\"label\",document.collection | first %}\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t{% if document.id %}{{ document.id }}{% endif %}\n\t\t\t\t\t{% if document.title %}{{'[' | escape }}{{collection.singular|defaut:collection.label|default:document.collection| capitalize }}{{']' | escape }} {{ document.title | escape }}{% endif %}\n\t\t\t\t\t{% if document.url %}{% endif %}\n\t\t\t\t\t{% if document.date %}{{ document.date | date_to_xmlschema }}{% endif %}\n\t\t\t\t\t{% if document.description %}{{ document.description | escape }}{% endif %}\n\t\t\t\t\t{% if document.collection %}{% endif %}\n\t\t\t\t\t{% if document.experience %}\n\t\t\t\t\t{% for collection in site.collections %}\n\t\t\t\t\t\t{% assign experience = document.experience[collection.label] %}\n\t\t\t\t\t\t\t{% if experience %}\n\t\t\t\t\t\t\t\t{% assign categories = site[collection.label] | where_exp: \"category\",\"experience contains category.slug\" %}\n\t\t\t\t\t\t\t\t{% for category in categories %}\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t{% endfor %}\n\t\t\t\t\t\t\t{% endif %}\n\t\t\t\t\t\t{% endfor %}\n\t\t\t\t\t{% endif %}\n\t\t\t\t\t{% if document.content %}{{ document.content | escape }}{% endif %}\n\t\t\t\t\n\t\t\t{% endif %}\n\t\t{% endif %}\n\t{% endfor %}\n", "dir"=>"/", "name"=>"feed.xml", "path"=>"feed.xml", "url"=>"/feed.xml"} Sorry, this page does not exist. Communities Tumble Network STB Gaming Cross Cavern The Critter Circle Minigame Collective Bean Co Official Box Critters Modding Community Balancemod.TF Creators.TF Companies Prince's Trust Astrophysics Research Institute Education Prince's Trust - Explore Prince's Trust - Team Liverpool John Moores University The Studio Liverpool Auckland College Jobs VR Intern - ARI Languages TypeScript SCSS PHP JavaScript HTML OpenGL Shader Language (GLSL) Css C/C++ C# Windows Batch Libraries XGD Basedir Windows Forms WebRTC Unreal Engine Unity Socket.IO SFML ReactJS PusleAudio PixiJS PassportJS OpenGL Octokit NextJS Mongoose DB Jekyll JACK Gulp GTK3 ExpressJS DiscordJS CreateJS Construct App Inventor AngularJS ALSA Lists Software Skills Root Pages Projects News Platforms Placements Lists Libraries Languages Jobs Education Companies Communities Placements IT Placement Platforms Windows Web NodeJS DevKitPro (Homebrew) Debian Linux Browser Extention Arch Linux Android Posts Make your own internet in packet tracer Personal Statement The Studio Showcase 2016 - Outcome The Studio Showcase 2016 Industry Ready Student Cameron Trow - Term 3 2016 Welcome to my Portfolio Projects Game with chat Personal Redeployable PCs Sky Games Sky Guide Bean Co Official Website PT Community Project Statera Balancemod Main Site CreatorsTF Posterity Website Tumbot Tumble Yellow Dark PPA Template Tv Launcher Portfolio Redesign Creators.TF Website NextJS Rewrite WOAH Hello World Creators.TF website Antenna TumpntAudio Antenna BC Box Critters Community Tracker Cinnabar MinGJ Custom Character Boat Race BC Shaders Cross Cavern Game Project Critality Liverpool New Robotic Telescope VR application BCMC Modding API Server Box Critters Texture Pack Manager Poly Pickle 2D Computer Graphics Assignment Socket.IO Points Game ASCII Breakout Game Story Creator Anti-CookieClicker Batch Set Cursor Ram Size Calculator TumbleNet CSS TumbleCraft EPQ Project Tumble Network Download Center Batch Arrays Brain F*** to Batch Converter TumbleNet Website Video Game Catalogue Medfication First Person Test Tumble NetBrowse Pizza Parkour Root Sky Guide Sky Games Sky Epg Legacy Hello World Site Map Skills No Skills Software NginX