added metadata to home page

This commit is contained in:
ohsqueezy 2024-04-02 20:38:19 -04:00
parent c18a6d18d4
commit 5f7117a6ea
14 changed files with 245 additions and 94 deletions

4
.gitignore vendored
View File

@ -8,9 +8,13 @@ compile_commands.json
# SPACEBOX
BPmono.ttf
# External symlinks
ext/
# Repository
local/
src/__pycache__/
storage/
Play_History.json
press.html
feed

View File

@ -371,7 +371,8 @@ Cakefoot-win32-ARCADE_ONLY.exe: $(addprefix $(ARCADE_BUILD_DIR)/, glew.o SDL2_ro
# Generate an HTML page from the Press Kit Markdown file. This requires the document conversion tool Pandoc <https://pandoc.org/>.
press :
pandoc -H "src/Press_kit_style.html" --metadata-file="src/Press_kit_metadata.yml" -s -o press.html Press_Kit.md
pandoc -H "src/Press_kit_style.html" --metadata-file="src/Press_kit_metadata.yml" \
--template "src/Press_kit_template.html" -s -o press.html Press_Kit.md
###################
# Make all builds #

View File

@ -1,64 +1,38 @@
![](doc/Cakefoot_logo.png)
| Information | Details |
| :----------- | :----------------------------------------------------------------------- |
| Name | Cakefoot |
| URL | [cakefoot.dank.game](https://cakefoot.dank.game) |
| Developer | [dank.game](https://dank.game) |
| Location | 🌐 Brooklyn, NY |
| Links | [x.com/diskmem](https://x.com/diskmem) |
| | [youtube.com/@nuggetsselect](https://youtube.com/@nuggetsselect) |
| | [tiktok.com/@dankd0tgame](https://https://www.tiktok.com/@dankd0tgame) |
| | [ohsqueezy.itch.io](https://ohsqueezy.itch.io) |
| | [IGDB](https://www.igdb.com/games/cakefoot) |
| Genre | Action, Arcade, Rage, Minimalist, Single-button, Masocore |
| Platforms | Web, PC, Mac, Linux, Android, [Coolmathgames](https://coolmathgames.com) |
| Release | 📅 January 1st, 2024 (Early Access) |
| | 📅 May 10th, 2024 (Full Release) |
| Price | Free-to-play, Ad-supported (Web) |
| | $2.99 (Downloadable) |
| E-mail | 📧 cocktail.frank@dank.game |
| Information | Details |
| :----------- | :------------------------------------------------------------------------ |
| Name | Cakefoot |
| URL | [cakefoot.dank.game](https://cakefoot.dank.game) |
| Developer | [dank.game](https://dank.game) |
| Location | 🌐 Brooklyn, NY |
| Links | [Cakefoot on Steam](https://store.steampowered.com/app/2869020/Cakefoot/) |
| | [X (@diskmem)](https://x.com/diskmem) |
| | [YouTube (@nuggetsselect)](https://youtube.com/@nuggetsselect) |
| | [TikTok (@dankd0tgame)](https://https://www.tiktok.com/@dankd0tgame) |
| | [Itch.io (@ohsqueezy)](https://ohsqueezy.itch.io) |
| | [Cakefoot on IGDB](https://www.igdb.com/games/cakefoot) |
| Genre | Action, Arcade, Rage, Minimalist, Single-button, Masocore |
| Platforms | Web, PC, Mac, Linux, [Coolmathgames](https://coolmathgames.com) |
| Release | 📅 January 1st, 2024 (Early Access) |
| | 📅 May 10th, 2024 (Web, PC, Mac, Linux) |
| Price | Free-to-play, Ad-supported (Web) |
| | $2.99 (Downloadable) |
| E-mail | 📧 cocktail.frank at dank.game |
Short Description
=================
_Cakefoot_ is an ultra-hard, single-button, minimalist avoid 'em up with natural physics. The cake moves on a rail -- hold to go forward, let go to fall back, avoiding enemy patterns. With an epic 22-level quest, arcade mode, unlockables, and local high scores, _Cakefoot_ is endlessly replayable, and impossible to defeat.
Events
======
Weekly livestream of Cakefoot, played by the developer, occasionally featuring guest players
* [Fork it up: Cakefoot -- Interactive Livestream](https://twitch.tv/dankd0tgame) (Wed, 3/27, 8-11pm EST)
* [Fork it up: Cakefoot -- Interactive Livestream](https://twitch.tv/dankd0tgame) (Wed, 4/3, 8-11pm EST)
* [Fork it up: Cakefoot -- Interactive Livestream](https://twitch.tv/dankd0tgame) (Wed, 4/10, 8-11pm EST)
* [Fork it up: Cakefoot -- Interactive Livestream](https://twitch.tv/dankd0tgame) (Wed, 4/17, 8-11pm EST)
* [Fork it up: Cakefoot -- Interactive Livestream](https://twitch.tv/dankd0tgame) (Wed, 4/24, 8-11pm EST)
* [Fork it up: Cakefoot -- Interactive Livestream](https://twitch.tv/dankd0tgame) (Wed, 5/1, 8-11pm EST)
* [Fork it up: Cakefoot -- Interactive Livestream](https://twitch.tv/dankd0tgame) (Wed, 5/8, 8-11pm EST)
History
=======
The original version of _Cakefoot_ was a free downloadable game created in 2019 for [Ludum Dare 45](https://ldjam.com/events/ludum-dare/45/cakewalk) by [diskmem](https://ohsqueezy.itch.io) and [Azuria Sky](https://azuria-sky.bandcamp.com). Like the final version, the original was also a single-button arcade game with a unique, 2D physics on-rails movement mechanic. A small update after the jam added enemy sprites and a new level. The game remained available for free on itch.io. In 2023, after _Cakefoot_ was successfully pitched as a web game to [Coolmathgames](https://coolmathgames.com), diskmem revived the project and added many features, including introductory levels, coins, automatic saves, arcade mode, and unlockables.
An arcade mode was added when _Cakefoot_ was exhibited at [Derpy Con](https://derpycon.com) in 2023 as part of the Barnyardia pop-up arcade by diskmem and [snakesandrews](https://twitter.com/snakesandrews). Arcade mode gives the player limited time and records the farthest distance reached before time runs out. High scores are saved and displayed in the game. After the convention, the arcade cabinet returned with _Cakefoot_ to its owners at [Wonderville](https://wonderville.nyc) in Brooklyn, NY, where it is still available to play.
A custom game engine called [SPACE🪐BOX](https://open.shampoo.ooo/shampoo/spacebox) for exporting games to multiple platforms was developed alongside the game. The engine was used to add support for PC, Mac, Linux, Android, Raspberry Pi, and web browsers. _Cakefoot_ currently is available to play online at [💫dank.game💫](https://dank.game), a platform created for _Cakefoot_ and other upcoming games built with the engine.
_Cakefoot_ is a challenging, single-button dodge 'em up on rails. Pilot a walking cake -- hold to accelerate, let go to drift back, and avoid enemy patterns. Featuring an epic 22-level quest, arcade mode, unlockables, and high scores, _Cakefoot_ is endlessly replayable, and impossible to defeat.
Features
========
* Unique game play mechanic challenges players to an avoid 'em up on rails
* 22-level quest, an epic trial against all odds
* A second mode, arcade, tests how far players can get in a limited amount of time and saves high scores
* Progress saves automatically
* Unique game play mechanic: dodge 'em up on rails
* 22-level Quest Mode
* Arcade mode
* Modular enemy types that combine into endless patterns
* Three difficulty settings, including a heavyweight mode which boosts speed at the cost of acceleration
* Unlockable mirror and warped modes transform the visuals
* Rewards for collecting coins at each difficulty
* Progress saves automatically
* Unlock new difficulty levels and visual effects by collecting challenge coins
* Runs on Windows, Mac, Linux, and in web browsers at 60 FPS in any resolution
* Supports mouse, keyboard, and gamepad controls on all available platforms
* Supports mouse, keyboard, and gamepad
* Can run fullscreen, and can be displayed on any monitor in a multi-monitor setup
* Dynamically resize the window to any dimension
* Simple JSON syntax for creating and sharing new levels and skins
@ -80,7 +54,7 @@ Trailer
Description
===========
_Cakefoot_ is an ultra hard, single-button, minimalist avoid 'em up, inspired by classics such as _The World's Hardest Game_, _Geometry Dash_, _Flappy Bird_, _Super Hexagon_, _Kuru Kuru Kururin_, _Ralph 4_, and _The Cat That Got the Milk_.
_Cakefoot_ is an extremely challenging, single-button, minimalist dodge 'em up, inspired by classics such as _The World's Hardest Game_, _Geometry Dash_, _Flappy Bird_, _Super Hexagon_, _Kuru Kuru Kururin_, _Ralph 4_, and _The Cat That Got the Milk_.
![](https://5.shampoo.ooo/video/Cakefoot_GG_RIP.gif)
@ -112,14 +86,6 @@ Screenshots
![Cakefoot long way](https://5.shampoo.ooo/image/Cakefoot_long_way.png)
![Cakefoot lets a go](https://5.shampoo.ooo/video/Cakefoot_lets_a_go.png)
Logo
====
![Cakefoot logo](doc/Cakefoot_logo.png)
![Cakefoot logo transparent](doc/Cakefoot_logo_transparent.png)
![Cakefoot logo cover](doc/Cakefoot_logo_cover.png)
![Cakefoot logo cover short](doc/Cakefoot_logo_cover_short.png)
Gameplay video
==============
@ -128,23 +94,92 @@ Gameplay video
<iframe src="https://www.youtube.com/embed/WKIrsfYdcMA?si=UKDTUaM3AGcoc5EY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<video src="https://5.shampoo.ooo/video/Cakefoot_begin_quest_gameplay.webm" controls></video>
<video controls>
<source type="video/webm" src="https://5.shampoo.ooo/video/Cakefoot_begin_quest_gameplay.webm" />
<p>
WebM HTML video is not supported. Use the direct download link or view on YouTube.
</p>
</video>
About dank.game
===============
News
====
💫dank.game💫 is a portal for cross-platform ad-supported games primarily created for web browsers. The first game on the portal is _Cakefoot_, designed by dank.game and released in 2024. Further game development is supported by advertising, selling platform-specific builds, and subscription tiers, starting at free.
### Cake day ###
Cakefoot will be playable at the [cake day event](https://www.instagram.com/p/C40yS-cOp4e/) for Boshi's Place in Brooklyn, NY on Saturday, April 6th, starting at 7pm!
### First complete ###
The first player to beat _Cakefoot_ on CAKE mode is [@jackyb0b_](https://x.com/jackyb0b) who later set a [WR time](https://x.com/jackyb0b_/status/1767402678840082658) of _51:41.9_ 🐎💨
<blockquote class="twitter-tweet"><p lang="en" dir="ltr"><a href="https://twitter.com/diskmem?ref_src=twsrc%5Etfw">@diskmem</a> I BEAT THE GAME <a href="https://t.co/P7272G0coo">pic.twitter.com/P7272G0coo</a></p>&mdash; jackyb0b (@jackyb0b_) <a href="https://twitter.com/jackyb0b_/status/1767018630665961719?ref_src=twsrc%5Etfw">March 11, 2024</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
### Steam page ###
The [Steam store page is live](https://store.steampowered.com/app/2869020/Cakefoot/)! _Cakefoot_ is now available to add to Steam wishlists and will be released on May 10th, 2024.
### Wonderville arcade cabinet launches ###
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Tonight is the launch of the new Cakefoot cabinet by <a href="https://twitter.com/diskmem?ref_src=twsrc%5Etfw">@diskmem</a> <a href="https://t.co/OxdRHAGNlX">pic.twitter.com/OxdRHAGNlX</a></p>&mdash; Wonderville 🕹 (@wondervillenyc) <a href="https://twitter.com/wondervillenyc/status/1735827245384572940?ref_src=twsrc%5Etfw">December 16, 2023</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
Events
======
Upcoming conventions, festivals, and events
* [1 year anniversary of Boshi's Place party](https://www.instagram.com/p/C40yS-cOp4e/) (Sat. 4/6 @ 7pm, New York, NY) - Cakefoot will be playable
Weekly livestreams of Cakefoot, played by the developer, occasionally featuring guest players
* [Fork it up: Cakefoot Live on Twitch](https://twitch.tv/dankd0tgame) (Wed. 4/10 @ 8-11pm EST)
* [Fork it up: Cakefoot Live on Twitch](https://twitch.tv/dankd0tgame) (Wed. 4/17 @ 8-11pm EST)
* [Fork it up: Cakefoot Live on Twitch](https://twitch.tv/dankd0tgame) (Wed. 4/24 @ 8-11pm EST)
* [Fork it up: Cakefoot Live on Twitch](https://twitch.tv/dankd0tgame) (Wed. 5/1 @ 8-11pm EST)
* [Fork it up: Cakefoot Live on Twitch](https://twitch.tv/dankd0tgame) (Wed. 5/8 @ 8-11pm EST)
Past events
* [Awesome Con](https://awesome-con.com/) (Fri. 3/8 - Sun. 3/10, Washington D.C.)
* [Playcrafting Mini Expo](https://www.eventbrite.com/e/playcrafting-mini-expo-february-2024-microsoft-tickets-789293256377) (Mon. 2/12, New York, NY)
* [Derpy Con](https://derpycon.com/) (Thu. 10/26 - Sun. 10/29, New Bruswick, NJ)
About
=====
The original version of _Cakefoot_ was a free downloadable game created in 2019 for [Ludum Dare 45](https://ldjam.com/events/ludum-dare/45/cakewalk) by [diskmem](https://ohsqueezy.itch.io) and [Azuria Sky](https://azuria-sky.bandcamp.com). Like the final version, the original was also a single-button arcade game with a unique, 2D physics on-rails movement mechanic. A small update after the jam added enemy sprites and a new level. The game remained available for free on itch.io. In 2023, after _Cakefoot_ was successfully pitched as a web game to [Coolmathgames](https://coolmathgames.com), diskmem revived the project and added many features, including introductory levels, coins, automatic saves, arcade mode, and unlockables.
An arcade mode was added when _Cakefoot_ was exhibited at [Derpy Con](https://derpycon.com) in 2023 as part of the Barnyardia pop-up arcade by diskmem and [snakesandrews](https://twitter.com/snakesandrews). Arcade mode gives the player limited time and records the farthest distance reached before time runs out. High scores are saved and displayed in the game. After the convention, the arcade cabinet returned with _Cakefoot_ to its owners at [Wonderville](https://wonderville.nyc) in Brooklyn, NY, where it is still available to play.
A custom game engine called [SPACE🪐BOX](https://open.shampoo.ooo/shampoo/spacebox) for exporting games to multiple platforms was developed alongside the game. The engine was used to add support for PC, Mac, Linux, Raspberry Pi, and web browsers. _Cakefoot_ currently is available to play online at [💫dank.game💫](https://dank.game), a platform created for _Cakefoot_ and other upcoming games built with the engine.
Review Builds
=============
Download keys are available for the Steam version, send me a message at cocktail.frank at dank.game
Logo
====
![Cakefoot logo](doc/Cakefoot_logo.png)
![Cakefoot logo transparent](doc/Cakefoot_logo_transparent.png)
![Cakefoot logo cover](doc/Cakefoot_logo_cover.png)
![Cakefoot logo cover short](doc/Cakefoot_logo_cover_short.png)
Streaming
=========
Permission is granted to stream the contents of _Cakefoot_ for any commercial or non-commercial purposes. Monetization of the stream is allowed by dank.game. Streaming and sharing the early-access version of _Cakefoot_ is allowed.
About dank.game
===============
💫dank.game💫 is a portal for cross-platform ad-supported games primarily created for web browsers. The first game on the portal is _Cakefoot_, designed by dank.game and released in 2024. Further game development is supported by advertising, offering platform-specific builds, and subscription tiers, starting at free.
Contact
=======
| Method | Contact information |
| :------ | :----------------------- |
| E-mail | cocktail.frank@dank.game |
| Web | <https://dank.game> |
| X | <https://x.com/diskmem> |
| Method | Contact information |
| :------ | :-------------------------- |
| E-mail | cocktail.frank at dank.game |
| Web | <https://dank.game> |
| X | <https://x.com/diskmem> |

View File

@ -1,13 +1,13 @@
![](doc/Cakefoot_logo.png)
_Cakefoot_ is an ultra-hard, single-button, minimalist avoid 'em up with natural physics. The cake moves on a rail -- hold to go forward, let go to fall back, avoiding enemy patterns. With an epic 22-level quest, arcade mode, unlockables, and local high scores, _Cakefoot_ is endlessly replayable, and impossible to defeat.
_Cakefoot_ is a challenging, single-button dodge 'em up on rails. Pilot a walking cake -- hold to accelerate, let go to drift back, and avoid enemy patterns. Featuring an epic 22-level quest, arcade mode, unlockables, and high scores, _Cakefoot_ is endlessly replayable, and impossible to defeat.
![](https://5.shampoo.ooo/video/Cakefoot_the_cookie_crumbles.gif)
_Cakefoot_ is one of the first games made with the open-source [SPACE🪐BOX](https://open.shampoo.ooo/shampoo/spacebox) engine and is free to [play online](https://cakefoot.dank.game). It is the first game available for the [dank.game](https://dank.game) web games portal.
Modding
=======
Mod
===
It is possible to edit or add levels, sprites, and some design parameters without needing to rebuild the game.
@ -23,8 +23,8 @@ Levels in [resource/levels.json](resource/levels.json) are also easy to add and
Anything not in the config or the levels file will have to be changed in code, so they will require compiling the code.
Building
========
Build
=====
Clone both the game code and the [SPACE🪐BOX](https://open.shampoo.ooo/shampoo/spacebox) engine code using `--recursive`. The engine code will be in `lib/sb/` along with documentation and demos.
@ -43,7 +43,7 @@ There is a [press kit](Press_kit.md) included in Markdown format in the root of
$ make press
The generated page will look like [this](https://cakefoot.dank.game/press.html). To edit the press kit, for example if this repository is being used as a skeleton for another game or a mod, edit the [markdown file](Press_kit.md), [CSS rules](src/Press_kit_style.html), and [metadata](src/Press_kit_metadata.yml), and re-run the make target.
The generated page will look like [this](https://cakefoot.dank.game/press.html). To edit the press kit, for example if this repository is being used for a mod or another game, edit the [markdown file](Press_kit.md), [CSS rules](src/Press_kit_style.html), [metadata](src/Press_kit_metadata.yml), and optionally the [template](src/Press_kit_template.html), and re-run the make target.
License
=======

View File

@ -54,7 +54,7 @@
"scoreboard translation": [-0.4, 0.835],
"scoreboard scale": [1.35, 0.14],
"scoreboard wrap": 3000,
"qr display": true,
"qr display": false,
"qr background display": true,
"qr background texture": "resource/qr_background.png",
"qr texture": "resource/qr.png",
@ -450,7 +450,7 @@
"demo":
{
"active": true,
"active": false,
"idle timeout": 20.0,
"countdown display timeout": 11.0,
"countdown message": "IDLE RESET IN ",

BIN
doc/Cakefoot_banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 KiB

After

Width:  |  Height:  |  Size: 545 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB

View File

@ -9,11 +9,24 @@
<link rel="icon" href="favicon.ico" />
<link rel="canonical" href="https://cakefoot.dank.game" />
<link href="feed" type="application/atom+xml" rel="alternate" title="DANK.GAME Feed" />
<meta name="description" content="Cakefoot is an extremely challenging, single-button dodge 'em up on rails web game. Hold any key to accelerate, let go to drift back, and avoid enemy patterns. Featuring an epic 22-level quest, arcade mode, unlockables, and high scores, Cakefoot is endlessly replayable, and impossible to defeat. Play this online game now to pilot a walking cake!" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@diskmem">
<meta name="twitter:creator" content="@diskmem">
<meta property="og:url" content="https://cakefoot.dank.game/">
<meta property="og:title" content="Cakefoot 🍰😈 | Rage game | Wishlist now on Steam!">
<meta property="og:description" content="Cakefoot is an extremely challenging, single-button dodge 'em up on rails web game. Hold any key to accelerate, let go to drift back, and avoid enemy patterns. Featuring an epic 22-level quest, arcade mode, unlockables, and high scores, Cakefoot is endlessly replayable, and impossible to defeat. Play this online game now to pilot a walking cake!">
<meta property="og:image" content="https://cakefoot.dank.game/doc/Cakefoot_open_graph_card.png">
<meta property="og:image:width" content="1094">
<meta property="og:image:height" content="640">
<meta property="og:type" content="website">
<title>Cakefoot 🍰😈 | Rage game | Wishlist now on Steam!</title>
<style>
@import url("https://shampoo.ooo/lib/fonts/rounded-mplus/2m-medium/style.css");
@import url("ext/font/rounded-mplus/2m-medium/style.css");
html
{
@ -146,7 +159,7 @@
div#message div#icons
{
grid-template-columns: repeat(8, 1fr);
grid-template-columns: repeat(9, 1fr);
}
}
@ -169,7 +182,7 @@
}
</style>
<script src="../../lib/javascript/stable/Math.js" type="text/javascript"></script>
<script src="ext/js/Math.js" type="text/javascript"></script>
</head>
<body>
@ -216,28 +229,31 @@
</div>
<div id="icons">
<a href="https://store.steampowered.com/app/2869020/Cakefoot/" target="_blank">
<img src="https://dank.game/img/icon/steam_square_89px.png" />
<img src="ext/icon/steam_square_89px.png" />
</a>
<a href="https://ohsqueezy.itch.io/cakefoot" target="_blank">
<img src="https://dank.game/img/icon/itch_square_89px.png" />
<img src="ext/icon/itch_square_89px.png" />
</a>
<a href="https://x.com/diskmem" target="_blank">
<img src="https://dank.game/img/icon/X_square_89x89.png" />
<img src="ext/icon/X_square_89x89.png" />
</a>
<a href="https://youtube.com/@nuggetsselect" target="_blank">
<img src="https://dank.game/img/icon/YouTube_square_89px.png" />
<img src="ext/icon/YouTube_square_89px.png" />
</a>
<a href="https://www.tiktok.com/@dankd0tgame" target="_blank">
<img src="https://dank.game/img/icon/TikTok_square_89px.png" />
<img src="ext/icon/TikTok_square_89px.png" />
</a>
<a href="https://dank.game#email-box" target="_blank" class="desktop">
<img src="https://dank.game/img/icon/Email_square_89px.png" />
<img src="ext/icon/Email_square_89px.png" />
</a>
<a href="https://twitch.tv/dankd0tgame" target="_blank">
<img src="ext/icon/Twitch_square_89px.png" />
</a>
<a href="https://open.shampoo.ooo/shampoo/cakefoot" target="_blank" class="desktop">
<img src="https://dank.game/img/icon/GitHub_square_89px.png" />
<img src="ext/icon/GitHub_square_89px.png" />
</a>
<a href="https://dank.game/feed" target="_blank">
<img src="https://dank.game/img/icon/RSS_square_89px.png" />
<a href="https://dank.game/feed" target="_blank" class="desktop">
<img src="ext/icon/RSS_square_89px.png" />
</a>
</div>
</div>
@ -259,7 +275,7 @@
"<a href='https://store.steampowered.com/app/2869020/Cakefoot/'>wishlist on Steam</a>",
"Visit the <a href='https://x.com/wondervillenyc/status/1735827245384572940' target='_new'>arcade cabinet</a> at " +
"<a href='https://wonderville.nyc' target='_blank'>Wonderville</a> in Brooklyn, NY 🕹&#xFE0F;",
"There is a Cakefoot <a href='press.html'>press kit</a> 📝&#xFE0F; available",
"Get the Cakefoot <a href='press.html'>press kit</a> 📰&#xFE0F;",
"Unlock BEEF CAKE 💪&#xFE0F; and BUFFALO BEEF CAKE 🔥&#xFE0F;",
"Collect every coin 💯&#xFE0F; for a different ending"
];

2
lib/sb

@ -1 +1 @@
Subproject commit 27ab95037f3f6d4f2a3674db99dd1946df07521e
Subproject commit 5fa063ac6ffdff9b8de5e42ee115ad8dc99e4ef1

View File

@ -1,3 +1,4 @@
# HTML metadata to include in the Press Kit page generated from the Press Kit markdown file
title: Cakefoot Press Kit
title: Cakefoot 🍰😈 Press Kit 📰
description: "Press material for Cakefoot, an extremely challenging, single-button dodge 'em up on rails, featuring an epic 22-level quest, arcade mode, unlockables, and high scores"

View File

@ -39,6 +39,7 @@
h1.title
{
margin: 0px;
text-decoration: none;
}
iframe

View File

@ -0,0 +1,83 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
$for(author-meta)$
<meta name="author" content="$author-meta$" />
$endfor$
$if(date-meta)$
<meta name="dcterms.date" content="$date-meta$" />
$endif$
$if(keywords)$
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
$endif$
$if(description-meta)$
<meta name="description" content="$description-meta$" />
$endif$
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@diskmem" />
<meta name="twitter:creator" content="@diskmem" />
<meta name="og:url" content="https://cakefoot.dank.game/press.html" />
<meta name="og:title" content="Cakefoot 🍰😈 Press Kit 📰" />
<meta name="og:description" content="All necessary press material for Cakefoot, an extremely challenging, single-button dodge 'em up on rails, featuring an epic 22-level quest, arcade mode, unlockables, and high scores" />
<meta name="og:image" content="https://cakefoot.dank.game/doc/Cakefoot_open_graph_card.png" />
<meta name="og:image:width" content="1094" />
<meta name="og:image:height" content="640" />
<meta name="og:type" content="website" />
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
<style>
$styles.html()$
</style>
$for(css)$
<link rel="stylesheet" href="$css$" />
$endfor$
$for(header-includes)$
$header-includes$
$endfor$
$if(math)$
$if(mathjax)$
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
$endif$
$math$
$endif$
</head>
<body>
$for(include-before)$
$include-before$
$endfor$
$if(title)$
<header id="title-block-header">
<h1 class="title">$title$</h1>
$if(subtitle)$
<p class="subtitle">$subtitle$</p>
$endif$
$for(author)$
<p class="author">$author$</p>
$endfor$
$if(date)$
<p class="date">$date$</p>
$endif$
$if(abstract)$
<div class="abstract">
<div class="abstract-title">$abstract-title$</div>
$abstract$
</div>
$endif$
</header>
$endif$
$if(toc)$
<nav id="$idprefix$TOC" role="doc-toc">
$if(toc-title)$
<h2 id="$idprefix$toc-title">$toc-title$</h2>
$endif$
$table-of-contents$
</nav>
$endif$
$body$
$for(include-after)$
$include-after$
$endfor$
</body>
</html>

10
src/config_demo.json Normal file
View File

@ -0,0 +1,10 @@
{
"display":
{
"qr display": true
},
"demo":
{
"active": true
}
}