Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Jul 13, 2024
1 parent 0b8182f commit 9999407
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mintoclevel = 2
ignore = ["node_modules/"]

# RSS (the website_{title, descr, url} must be defined to get RSS)
generate_rss = true
generate_rss = false
website_title = "Climate Justice and Solidarity Kenya/ NL"
website_descr = ""
website_url = "https://tlienart.github.io/FranklinTemplates.jl/"
Expand Down
3 changes: 1 addition & 2 deletions menu2.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,10 @@ Let's have another toy example:
```julia
function hfun_m1fill(vname)
var = vname[1]
return pagevar("menu1", var)
return pagevar("floods", var)
end
```

Which you can use like this `{{m1fill title}}`: **{{m1fill title}}**. Of course in this specific case you could also have used `{{fill title menu1}}`: **{{fill title menu1}}**.

Of course these examples are not very useful, in practice you might want to use it to generate actual HTML in a specific way using Julia code.
For instance you can use it to customise how [tag pages look like](/menu3/#customising_tag_pages).
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"highlight.js": "^11.10.0"
}
}

0 comments on commit 9999407

Please sign in to comment.