Skip to content

Commit

Permalink
better links (foo/ instead foo.html)
Browse files Browse the repository at this point in the history
  • Loading branch information
firemark committed Aug 31, 2019
1 parent 7302e1a commit eb2e2bd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/pages/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Lang: pl
!!! danger ""
Jest to tylko adres korespodencyjny!
Nasz lokal znajduje się gdzieś indziej.
Jeżeli jesteś zainteresowany by nas odwiedzić, to wejdź w ten [link](place.html)
Jeżeli jesteś zainteresowany by nas odwiedzić, to wejdź w ten [link](/place/)

Stowarzyszenie Hackerspace Silesia

Expand Down
4 changes: 2 additions & 2 deletions content/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Lang: pl
URL:
Save_as: index.html

![logo](images/logo-big.png)
![logo](/images/logo-big.png)

**Hackerspace** to społeczność kreatywnych ludzi z różnych obszarów zainteresowań,
związanych z technologiami, którzy spotykają się w miejscu, gdzie mogą tworzyć,
Expand All @@ -27,4 +27,4 @@ porozmawiać i zobaczyć naszą siedzibę.
Staramy się, żeby mniej więcej od godziny 18.00 ktoś z nas
czekał na zainteresowanych.

Więcej [tutaj](pages/place.html)
Więcej [tutaj](/place/)
2 changes: 1 addition & 1 deletion content/pages/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Lang: pl
## Smogomierz
Stowarzyszenie Hackerspace Silesia rozwija od ponad roku projekt taniego miernika zanieczyszczeń powietrza. Smogomierz pozwala na dokładne pomiary zanieczyszczeń PM2.5 oraz PM10. Dodatkowo mierzy temperaturę oraz wilgotność i ciśnienie powietrza. Pozwala na automatyczną kalibrację pomiarów zanieczyszczeń z uwzględnieniem wilgotności powietrza.

Więcej [tutaj](smogomierz.html).
Więcej [tutaj](/smogomierz/).
</div>

<div class="cell" markdown="1">
Expand Down
5 changes: 5 additions & 0 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
SITELOGO = '/images/logo.png'
FAVICON = '/images/favicon.ico'

PAGE_URL = '{slug}/'
PAGE_SAVE_AS = '{slug}/index.html'
PAGE_LANG_URL = '{slug}-{lang}/'
PAGE_LANG_SAVE_AS = '{slug}-{lang}/index.html'

COPYRIGHT_NAME = '''
<a href="https://hs-silesia.pl">hs-silesia</a> team 2019.
Hosted on <a href="http:https://www.vultr.com/?ref=6819909">vultr</a>
Expand Down

0 comments on commit eb2e2bd

Please sign in to comment.