Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ jobs:
run: |
sudo apt-get install graphviz nodejs npm
sudo ./bin/install-sketchviz.sh
- name: Install faketime
run: |
sudo apt-get install faketime
- name: Build Blog
run: |
faketime "2025-12-31 23:59:59" ablog build
ablog build
- name: Publish to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down
2 changes: 1 addition & 1 deletion blog/events/2024-12-12-ultimo-byte-meetup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
blogpost: true
date: 12 Dec, 2024
date: 10 Dec, 2024
author: hellhound
location: Lima, Perú
category: events
Expand Down
2 changes: 1 addition & 1 deletion events.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
---
category: events
date: "%A, %B %d, %Y"
format: "{title} para el {date}"
format: "{title} publicado el {date}"
list-style: circle
excerpts:
---
Expand Down