Skip to content

Commit

Permalink
2.2.0, new favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Dec 7, 2024
1 parent cb2540c commit cc3089a
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
{% feed_meta %}

<!-- favicons - https://realfavicongenerator.net -->
<link rel="icon" type="image/png" href="{{ site.baseurl }}/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="{{ site.baseurl }}/favicon.svg" />
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.baseurl }}/apple-touch-icon.png" />
<link rel="manifest" href="{{ site.baseurl }}/site.webmanifest" />

<link rel="stylesheet" href="{{ site.baseurl }}/css/stylesheet.css" media="screen"/>
<link rel="stylesheet" href="{{ site.baseurl }}/css/pygment_trac.css"/>
<link
Expand All @@ -22,7 +29,6 @@
<title>{{ page.title }}</title>
<meta name="description" content="Action/Arcade Game"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>

</head>

<body>
Expand Down
22 changes: 22 additions & 0 deletions _posts/2024-12-07-c-dogs-2.2.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: post
title: "C-Dogs 2.2.0 Released!"
date: 2024-12-07
categories: release
---

Let's close off 2024 with a minor release of C-Dogs SDL!

This one was unplanned but has quite a number of small, mostly UX-related fixes and improvements. Two highlights:

1. New icons! Commissioned from pixel artist [misnina.com](https://misnina.com), this gives a fresh new look to the program bundle.

![New C-Dogs SDL program icon, WarBaby](https://raw.githubusercontent.com/cxong/cdogs-sdl/gh-pages/favicon-96x96.png) ![New C-Dogs SDL program icon, Jones](https://github.com/cxong/cdogs-sdl/blob/master/build/linux/cdogs-icon.128.png?raw=true) ![New C-Dogs SDL program icon, Jones](https://github.com/cxong/cdogs-sdl/blob/master/build/linux/cdogs-icon.22.png?raw=true)

2. Most changes for this release came from outside contributors!

C-Dogs SDL wouldn't be the same without these contributions. Thank you and enjoy the release!

Download free from itch.io: <https://congusbongus.itch.io/cdogs-sdl/purchase>

Release notes: <https://github.com/cxong/cdogs-sdl/releases/tag/2.2.0>
Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "MyWebSite",
"short_name": "MySite",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc3089a

Please sign in to comment.