Skip to content

Commit efb407b

Browse files
authored
now the dates appearing on events are the published dates of those events (#52)
1 parent faed657 commit efb407b

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ jobs:
3636
run: |
3737
sudo apt-get install graphviz nodejs npm
3838
sudo ./bin/install-sketchviz.sh
39-
- name: Install faketime
40-
run: |
41-
sudo apt-get install faketime
4239
- name: Build Blog
4340
run: |
44-
faketime "2025-12-31 23:59:59" ablog build
41+
ablog build
4542
- name: Publish to GitHub Pages
4643
uses: peaceiris/actions-gh-pages@v3
4744
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

blog/events/2024-12-12-ultimo-byte-meetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
blogpost: true
3-
date: 12 Dec, 2024
3+
date: 10 Dec, 2024
44
author: hellhound
55
location: Lima, Perú
66
category: events

events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
---
55
category: events
66
date: "%A, %B %d, %Y"
7-
format: "{title} para el {date}"
7+
format: "{title} publicado el {date}"
88
list-style: circle
99
excerpts:
1010
---

0 commit comments

Comments
 (0)