Skip to content

Commit b863a8b

Browse files
authored
feat: Adding Agile slides using Slidev (#10)
* chore: Update .gitignore to include 'public' directory * chore: Update description and copyright in languages.en.toml * chore: Update domain configuration instructions in blog post * feat: Add new agile slides and assets
1 parent f2c1faa commit b863a8b

27 files changed

+328
-10
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./public
1+
public

config/_default/languages.en.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ rtl = false
77

88
title = "itamadev"
99
# logo = "img/avatar-dark.png"
10-
description = "Open Source Enthusiast • Tech Lead and Software Engineer"
11-
copyright = "© 2023 Itamar Knafo"
10+
description = "Open Source Enthusiast • Innovation and Entrepreneurship • Driving quality forward"
11+
copyright = "© 2024 Itamar Knafo"
1212

1313
dateFormat = "2 January 2006"
1414

1515
[author]
1616
name = "Itamar Knafo"
1717
image = "img/avatar-dark.png"
18-
headline = "Open Source Enthusiast • Tech Lead and Software Engineer"
18+
headline = "Open Source Enthusiast • Innovation and Entrepreneurship • Driving quality forward"
1919
# bio = "A little bit about you"
2020
links = [
2121
# { email = "mailto:hello@your_domain.com" },

content/posts/20230603-bootstrap-your-blog/index.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,13 @@ Once you have your domain, we'll need to run the following command to add it to
189189
fly certs create <your-domain>
190190
```
191191

192-
You'll get prompted with fly needing to verify and configure your domain. Just follow the instructions and add an `A Record` and `AAAA Record` to your DNS provider as well as adding the `CNAME` record for `www` as well.
192+
You'll get prompted by fly needing to verify and configure your domain. Just follow the instructions and add an `A Record` and `AAAA Record` to your DNS provider as well as adding the `CNAME` record for `www` as well.
193193

194-
| Type | Name | Value | TTL |
195-
| ---- | ---- | ----- | --- |
196-
| A Record | @ | \<value provided by fly\> | Automatic |
197-
| AAAA Record | @ | \<value provided by fly\> | Automatic |
198-
| CNAME Record | www | \<your-app-name\>.fly.dev. | 5 min |
194+
| Type | Name | Value | TTL |
195+
| ------------ | ---- | -------------------------- | --------- |
196+
| A Record | @ | \<value provided by fly\> | Automatic |
197+
| AAAA Record | @ | \<value provided by fly\> | Automatic |
198+
| CNAME Record | www | \<your-app-name\>.fly.dev. | 5 min |
199199

200200
Once it's ready, you can run `fly certs show <your-domain>` to see if everything is working as expected and add any other configuration if needed.
201201

static/slides/agile/404.html

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Agile</title>
5+
6+
<meta charset="UTF-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<script type="module" crossorigin src="/slides/agile/assets/index-BSHGfPEs.js"></script>
9+
<link rel="stylesheet" crossorigin href="/slides/agile/assets/index-DZFzLgRA.css">
10+
</head>
11+
<body>
12+
<div id="app"></div>
13+
14+
</body>
15+
</html>

static/slides/agile/_redirects

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/slides/agile/* /slides/agile/index.html 200

static/slides/agile/assets/DrawingControls-C34dQRu5.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/slides/agile/assets/DrawingControls-Dz00PmB3.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/slides/agile/assets/DrawingLayer-Cd6uPFBI.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/slides/agile/assets/DrawingLayer-D4pI3wkk.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)