Skip to content

Commit

Permalink
empty project now
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Jul 14, 2024
1 parent 18cef54 commit 9160a90
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 259 deletions.
4 changes: 2 additions & 2 deletions _layout/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<li class="hvr-underline-reveal"><a href="/">Home</a></li>
<li class="hvr-underline-reveal"><a href="/floods/">Floods in Kenya 2024</a></li>
<li class="logo"><a class="hvr-ripple-out" href="/">C</a></li>
<li class="hvr-underline-reveal"><a href="/menu2/">More goodies</a></li>
<li class="hvr-underline-reveal"><a href="/menu3/">Tags</a></li>
<li class="hvr-underline-reveal"><a href="/protests/">Protests</a></li>
<li class="hvr-underline-reveal"><a href="/tags/">Tags</a></li>
</ul>
</nav>
</header>
26 changes: 0 additions & 26 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

# Climate Justice and Solidarity Kenya/NL

\tableofcontents <!-- you can use \toc as well -->


## Climate Justice

Expand All @@ -16,27 +14,3 @@ blah

## Dutch policies that affect Kenya

Here are a few empty pages connecting to the menu links to show where files can go and the resulting paths. (It's probably best if you look at the source folder for this).

* [Floods in Kenya 2024](/floods/)
* [menu 2](/menu2/)
* [menu 3](/menu3/)

## References (not really)

* \biblabel{noether15}{Noether (1915)} **Noether**, Körper und Systeme rationaler Funktionen, 1915.
* \biblabel{bezanson17}{Bezanson et al. (2017)} **Bezanson**, **Edelman**, **Karpinski** and **Shah**, [Julia: a fresh approach to numerical computing](https://julialang.org/research/julia-fresh-approach-BEKS.pdf), SIAM review 2017.

## Header and Footer

As you can see here at the bottom of the page, there is a footer which you may want on all pages but for instance you may want the date of last modification to be displayed.
In a fashion heavily inspired by [Hugo](https://gohugo.io), you can write things like

```html
Last modified: {{ fill fd_mtime }}.
```

(cf. `src/_html_parts/page_foot.html`) which will then replace these braces with the content of a dictionary of variables at the key `fd_mtime`.
This dictionary of variables is accessed locally by pages through `@def varname = value` and globally through the `config.md` page via the same syntax.

There's a few other such functions of the form `{{fname p₁ p₂}}` as well as support for conditional blocks. If you wander through the `src/_html_parts/` folder and its content, you should be able to see those in action.
128 changes: 0 additions & 128 deletions menu2.md

This file was deleted.

103 changes: 0 additions & 103 deletions menu3.md

This file was deleted.

13 changes: 13 additions & 0 deletions protests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
+++
title = "Protests"
hascode = true
rss = "A short description of the page which would serve as **blurb** in a `RSS` feed; you can use basic markdown here but the whole description string must be a single line (not a multiline string). Like this one for instance. Keep in mind that styling is minimal in RSS so for instance don't expect maths or fancy styling to work; images should be ok though: ![](https://upload.wikimedia.org/wikipedia/en/b/b0/Rick_and_Morty_characters.jpg)"
rss_title = "Youth-driven protests in Kenya since June 2024"
rss_pubdate = Date(2024, 7, 14)

tags = ["protests", "kenya"]
+++

# Youth-driven protests in Kenya since June 2024

write about it
11 changes: 11 additions & 0 deletions tags.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
+++
title = "Tags"
+++

# Pages by tag

* pages with tag [`kenya`](/tag/kenya/)
* pages with tag [`climate`](/tag/climate/)
* pages with tag [`protests`](/tag/protests/)


0 comments on commit 9160a90

Please sign in to comment.