Skip to content

Commit c0a5c24

Browse files
authored
Merge pull request #21 from AeroRust/feat/space-conference-plovdiv-2024-and-updates
Feat(events): Space Sonference - Plovdiv (2024)
2 parents 44327f4 + 5a693a0 commit c0a5c24

23 files changed

+870
-440
lines changed

β€ŽCargo.lockβ€Ž

Lines changed: 431 additions & 435 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcontent/events/space_conference_2024.mdβ€Ž

Lines changed: 282 additions & 0 deletions
Large diffs are not rendered by default.

β€Žfrontend/scss/main.scssβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,13 @@
6767
left: 0;
6868
width: 100%;
6969
height: 100%;
70+
}
71+
72+
// menu navbar dropdown - disable hover effect
73+
.nav-item.dropdown .dropdown-item:hover {
74+
background: none;
75+
}
76+
77+
.scroller {
78+
overflow: auto;
7079
}

β€Žscraper/config.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ name = "labrador-ldpc"
8282
categories = ["Error correction"]
8383

8484
[[crates]]
85-
name = "YANP"
85+
name = "yanp"
8686
categories = ["Parsers"]
8787

8888
[[crates]]
89-
name = "NMEA"
89+
name = "nmea"
9090
categories = ["Parsers"]
9191

9292
[[crates]]

β€Žscraper/src/main.rsβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,13 @@ description = '''
145145
{description}
146146
'''
147147
template = "catalogue/category.html"
148-
slug = "{slug}"
149148
paginate_by = 30
150149
sort_by = "title"
151150
[extra]
152151
icon = "{icon}"
153152
+++"#,
154153
name = category_data.category.name,
155154
description = category_data.category.description,
156-
slug = category_data.slug,
157155
icon = category_data.category.icon,
158156
);
159157

1.14 MB
Loading
41.1 KB
Loading
6.89 KB
Loading
12.6 KB
Loading
19.1 KB
Loading

0 commit comments

Comments
Β (0)