Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Westley-Winks committed Jun 10, 2024
1 parent 06ca4a5 commit 402832f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions src/pages/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
description: "Changelog for my website."
lastmod: 2024-06-10
layout: ../layouts/Single.astro
title: Changelog
toc: true
---

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Calendar Versioning](https://calver.org/).

- `Added` for new features or content.
- `Changed` for changes in existing features or content.
- `Removed` for now removed features or content.
- `Fixed` for any typos or bug fixes.

## 2024-06-10

- Fixed styling to target `code` in list items as well
- Added [this changelog](/changelog)
- Added [Creating Something](/writing/creating-something) post
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ img {
height: auto;
}

p code {
p code, li code {
font-family: monospace;
background-color: var(--ac-1);
color: var(--ac-tx);
Expand Down

0 comments on commit 402832f

Please sign in to comment.