Commit graph

38 commits

Author SHA1 Message Date
993e409019 docs: add links to PHP Foundation and PHP-FIG 2023-01-16 23:38:07 +00:00
ce5dba2f6b fix: archive list colon positioning 2023-01-09 01:48:35 +00:00
40d8e58cce chore: run prettier on Astro files 2023-01-08 19:25:23 +00:00
41ccff084d refactor: update and use paths 2023-01-01 16:47:33 +00:00
ce9a1c7683 chore: accept daily emails in .mdx files 2022-12-28 23:44:49 +00:00
51b99b29ff feat(daily-email): add max-width to email text 2022-12-20 23:51:52 +00:00
4161ecbe7c fix: ensure that the slug is a string
Ensure that the last part of the permalink is used as the slug.
2022-12-11 00:39:51 +00:00
991c333c8a refactor: define slug as a string 2022-12-11 00:27:42 +00:00
90cac4102b feat: re-add archive page pagination
Refs: #28
2022-12-11 00:23:05 +00:00
85a07e11ac revert: add pagination to the daily posts archive
This reverts commit 8527e7fb89.
2022-12-10 01:02:11 +00:00
7b25c2d9b1 revert: remove email signup form on Archive page
This reverts commit 46c3764176.
2022-12-10 01:01:50 +00:00
46c3764176 fix: remove email signup form on Archive page 2022-12-09 23:08:31 +00:00
8527e7fb89 feat: add pagination to the daily posts archive 2022-12-09 23:06:15 +00:00
476639ba3a chore: only show the latest daily email in RSS 2022-12-07 23:57:26 +00:00
53bd79bd5d docs: pairing session link 2022-12-01 21:48:43 +00:00
075de7ca94 docs: increase call amount 2022-12-01 13:11:27 +00:00
b3c9b6a0b8 chore(daily): add Marcos' testimonial 2022-12-01 00:23:08 +00:00
7c7ca2a63b feat: add Daily email testimonials 2022-11-28 22:07:20 +00:00
a56e326a57 fix(daily-email): remove newlines in slugs
Fix page not found error when adding a permalink in this format:

```yaml
---
permalink: >
  archive/2022/10/20/cherry-picking-commits-is-an-anti-pattern
```

This causes a newline character to be added to the end of the permalink,
and causes the previous code to not be able to match the slug for the
filename based on the `permalink` value within the front matter.
2022-10-21 23:55:35 +01:00
92a3e001e1 feat: add links to common searches
Refs: #25
2022-10-19 22:02:54 +01:00
362f2335ec feat: add search functionality
Refs: #25
2022-10-19 22:01:11 +01:00
7ee59c28df feat: initial implementation of recommendations
An inititla implementation to add recommendations to the Daily List
page.

This is intentionally hidden until the feature is completed and the
styling is applied to each testimonial.
2022-10-19 21:17:10 +01:00
7d91a71917 fix: add the correct import 2022-10-16 12:52:45 +01:00
f9df869c24 refactor: remove unused import 2022-10-16 12:52:23 +01:00
1ed365b129 refactor: extract getSlugFromFile() 2022-10-16 11:13:09 +01:00
ee4f48abcd refactor(talks): use flatMap and size methods 2022-10-16 01:01:01 +01:00
490aafca9b feat: re-add About Me block 2022-10-15 16:50:48 +01:00
9e2b8196bd feat(talks): make talk count dynamic 2022-10-15 16:14:41 +01:00
ad3c9171f7 refactor(talks): extract talk components 2022-10-15 16:14:37 +01:00
d34d3415c1 feat: re-add events to talk pages 2022-10-15 00:33:17 +01:00
6e94d52f90 fix: re-add description 2022-10-15 00:03:28 +01:00
6d7adf8c35 feat: re-add 404 page 2022-10-13 09:14:22 +01:00
5c4e54152a refactor: extract a Markdown component 2022-10-13 08:55:38 +01:00
18a1dd0e03 fix: remove unwanted URLs for daily emails 2022-10-13 08:49:55 +01:00
69112f3976 fix: add article content to description 2022-10-13 00:15:24 +01:00
5efaf23eca chore(daily-email): re-add form 2022-10-10 23:02:27 +01:00
5f7acceb93 docs(daily-email): add email 2022-10-10 22:58:04 +01:00
d1b76dda33 chore: replace Sculpin with Astro 2022-10-10 20:50:54 +01:00