Skip to content

Commit 155d024

Browse files
authored
Update footer with copyright notices (#4)
* Update footer content and improve README and consts for consistency * Update footer links and improve Markdown style guide formatting with HTML entity * Update Markdown formatting with HTML entity * Add period at the end of footer sentence. * Add rel="noopener noreferrer" to footer links for security improvements
1 parent 2421ef9 commit 155d024

5 files changed

Lines changed: 29 additions & 15 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HotFix.Day Fixes, Failures & the Future of DevOps
1+
# HotFix.Day · Fixes, Failures & the Future of DevOps
22

33
> Things break in production; we write about why. Incident analysis, infrastructure automation, CI/CD, observability, and open-source SRE tooling.
44
@@ -43,5 +43,9 @@ Static assets like images and fonts are stored in `src/assets/` so Astro can opt
4343

4444
The project includes a `.vscode/launch.json` with pre-configured debug profiles. Open the **Run and Debug** panel (`Ctrl+Shift+D`) and select a configuration:
4545

46-
- **Dev** — starts `bun run dev` with the VS Code debugger attached. Set breakpoints in `.astro` and `.ts` files and hit `F5`.
47-
- **Build** — runs `bun run build` under the debugger, useful for diagnosing build-time issues in content collections or image processing.
46+
- **Dev:** starts `bun run dev` with the VS Code debugger attached. Set breakpoints in `.astro` and `.ts` files and hit `F5`.
47+
- **Build:** runs `bun run build` under the debugger, useful for diagnosing build-time issues in content collections or image processing.
48+
49+
---
50+
51+
[HotFix.Day](https://www.hotfix.day) © 2016–present by [Rishav Dhar](https://www.rdhar.dev) · Code: [Apache 2.0](https://github.com/OP5dev/HotFix.Day?tab=Apache-2.0-1-ov-file#readme) · Content: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hotfix.day",
33
"homepage": "https://www.hotfix.day",
44
"repository": "github:hotfixday/hotfix.day",
5-
"description": "HotFix.Day Fixes, Failures & the Future of DevOps. Things break in production; we write about why. Incident analysis, infrastructure automation, CI/CD, observability, and open-source SRE tooling.",
5+
"description": "HotFix.Day · Fixes, Failures & the Future of DevOps. Things break in production; we write about why. Incident analysis, infrastructure automation, CI/CD, observability, and open-source SRE tooling.",
66
"license": "Apache-2.0",
77
"type": "module",
88
"author": {

src/components/Footer.astro

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ const today = new Date();
33
---
44

55
<footer>
6-
&copy; {today.getFullYear()} Your name here. All rights reserved.
6+
<a href="https://hotfix.day" target="_blank" rel="noopener noreferrer">HotFix.Day</a> &copy; 2016&ndash;present by <a href="https://rdhar.dev" target="_blank" rel="noopener noreferrer">Rishav Dhar</a> &middot; Code: <a href="https://github.com/OP5dev/HotFix.Day?tab=Apache-2.0-1-ov-file#readme" target="_blank" rel="noopener noreferrer">Apache 2.0</a> &middot; Content: <a href="https://creativecommons.org/licenses/by/4.0" target="_blank" rel="noopener noreferrer">CC BY 4.0</a>.
77
<div class="social-links">
8-
<a href="https://m.webtoo.ls/@astro" target="_blank">
8+
<a href="https://m.webtoo.ls/@astro" target="_blank" rel="noopener noreferrer">
99
<span class="sr-only">Follow Astro on Mastodon</span>
1010
<svg
1111
viewBox="0 0 16 16"
@@ -19,18 +19,28 @@ const today = new Date();
1919
></path></svg
2020
>
2121
</a>
22-
<a href="https://twitter.com/astrodotbuild" target="_blank">
22+
<a href="https://twitter.com/astrodotbuild" target="_blank" rel="noopener noreferrer">
2323
<span class="sr-only">Follow Astro on Twitter</span>
24-
<svg viewBox="0 0 16 16" aria-hidden="true" width="32" height="32" astro-icon="social/twitter"
24+
<svg
25+
viewBox="0 0 16 16"
26+
aria-hidden="true"
27+
width="32"
28+
height="32"
29+
astro-icon="social/twitter"
2530
><path
2631
fill="currentColor"
2732
d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"
2833
></path></svg
2934
>
3035
</a>
31-
<a href="https://github.com/withastro/astro" target="_blank">
36+
<a href="https://github.com/withastro/astro" target="_blank" rel="noopener noreferrer">
3237
<span class="sr-only">Go to Astro's GitHub repo</span>
33-
<svg viewBox="0 0 16 16" aria-hidden="true" width="32" height="32" astro-icon="social/github"
38+
<svg
39+
viewBox="0 0 16 16"
40+
aria-hidden="true"
41+
width="32"
42+
height="32"
43+
astro-icon="social/github"
3444
><path
3545
fill="currentColor"
3646
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"

src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Place any global data in this file.
22
// You can import this data from anywhere in your site by using the `import` keyword.
33

4-
export const SITE_TITLE = 'HotFix.Day Fixes, Failures & the Future of DevOps';
4+
export const SITE_TITLE = 'HotFix.Day · Fixes, Failures & the Future of DevOps';
55
export const SITE_DESCRIPTION = 'Things break in production; we write about why. Incident analysis, infrastructure automation, CI/CD, observability, and open-source SRE tooling.';

src/content/blog/markdown-style-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Here is a sample of some basic Markdown syntax that can be used when writing Mar
99

1010
## Headings
1111

12-
The following HTML `<h1>``<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest.
12+
The following HTML `<h1>` to `<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest.
1313

1414
# H1
1515

@@ -65,13 +65,13 @@ The blockquote element represents content that is quoted from another source, op
6565

6666
```markdown
6767
> Don't communicate by sharing memory, share memory by communicating.<br>
68-
> <cite>Rob Pike[^1]</cite>
68+
> &mdash; <cite>Rob Pike[^1]</cite>
6969
```
7070

7171
#### Output
7272

7373
> Don't communicate by sharing memory, share memory by communicating.<br>
74-
> <cite>Rob Pike[^1]</cite>
74+
> &mdash; <cite>Rob Pike[^1]</cite>
7575
7676
[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
7777

@@ -185,7 +185,7 @@ we can use 3 backticks ``` in new line and write snippet and close with 3 backti
185185
- Milk
186186
- Cheese
187187

188-
## Other Elements abbr, sub, sup, kbd, mark
188+
## Other Elements: abbr, sub, sup, kbd, mark
189189

190190
### Syntax
191191

0 commit comments

Comments
 (0)