Skip to content

Commit

Permalink
january posts
Browse files Browse the repository at this point in the history
  • Loading branch information
hernangonzalez committed May 11, 2024
1 parent 2eb4aaf commit 91abeaa
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 278 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
public
resources
.hugo_build.lock
.DS_Store
.DS_Store
jsconfig.json
2 changes: 1 addition & 1 deletion config/_default/_languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
[en]
languageName = "English"
languagedirection = "ltr"
title = "Example Site"
title = "Rust Argentina"
weight = 1
4 changes: 2 additions & 2 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mainSections = ["post"]
# Output page's full content in RSS.
rssFullContent = true
favicon = "/favicon.ico"
favicon = "favicon.ico"

[footer]
since = 2020
Expand All @@ -14,7 +14,7 @@ lastUpdated = "Jan 02, 2006 15:04 MST"

[sidebar]
emoji = "🍥"
subtitle = "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
subtitle = "Casa de los Rustaceans en Argentina."

[sidebar.avatar]
enabled = true
Expand Down
1 change: 1 addition & 0 deletions content/post/2024-01/cover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions content/post/2024-01/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Enero - 2024
description: Presentations by Edgar Luque, Juan Bono & Hernán Gonzalez
slug: 2024-january
date: 2024-01-20
image: cover.svg
categories:
- MeetUp
---

# Crear un parser de JSON Con LALRPOP en Rust
- Author: "Edgar Luque"
- Github: [@edg-l](http://github.com/edg-l)
- Slides: [PDF](parser-lalrpop.pdf)
- Repositories: [lalrpop-json](http://github.com/edg-l/lalrpop-json)

# Implementing Raft in Rust
- Author: Juan Bono
- Slides: [PDF](raft-in-rust.pdf)

# Rust en Europa y Reino Unido
- Author: "Hernán G. Gonzalez"
- Github: [@hernangonzalez](https://github.com/hernangonzalez)
- Slides: [PDF](meetups-north.pdf)
Binary file added content/post/2024-01/meetups-north.pdf
Binary file not shown.
Binary file added content/post/2024-01/parser-lalrpop.pdf
Binary file not shown.
Binary file added content/post/2024-01/raft-in-rust.pdf
Binary file not shown.
Binary file removed content/post/hello-world/cover.jpg
Binary file not shown.
20 changes: 0 additions & 20 deletions content/post/hello-world/index.md

This file was deleted.

Binary file removed content/post/image-gallery/1.jpg
Binary file not shown.
Binary file removed content/post/image-gallery/2.jpg
Binary file not shown.
22 changes: 0 additions & 22 deletions content/post/image-gallery/index.md

This file was deleted.

150 changes: 0 additions & 150 deletions content/post/markdown-syntax/index.md

This file was deleted.

40 changes: 0 additions & 40 deletions content/post/math-typesetting/index.md

This file was deleted.

Binary file removed content/post/shortcodes/cover.jpg
Binary file not shown.
42 changes: 0 additions & 42 deletions content/post/shortcodes/index.md

This file was deleted.

0 comments on commit 91abeaa

Please sign in to comment.