diff --git a/.gitignore b/.gitignore index a0c6703..38a7c5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ public/ .DS_Store +.hugo_build.lock diff --git a/config.toml b/config.toml index 0786b7d..2c5c45f 100644 --- a/config.toml +++ b/config.toml @@ -160,7 +160,7 @@ pagerSize = 50 # Google Maps widget: If `googleMapsApiKey` is not set, no key will be passed to Google (which likely results in a broken map widget). enableGoogleMaps = false - googleMapsApiKey = "AIzaSyCFhtWLJcE30xOAjcbSFi-0fnoVmQZPb1Y" + googleMapsApiKey = "" latitude = "-12.043333" longitude = "-77.028333" @@ -199,7 +199,7 @@ pagerSize = 50 """ [Permalinks] - blog = "/blog/:year/:month/:day/:contentbasename/" + blog = "/blog/:year/:month/:day/:filename/" # Enable or disable top bar with social icons [params.topbar] @@ -244,6 +244,13 @@ pagerSize = 50 title = "Speakers" # subtitle = "Confirmed speakers" +[params.scholarship] + enable = true + title = "BioC Scholarship Fund" + text = "Support the Bioconductor Scholarship Fund to help sustain critical infrastructure, improve documentation, and expand access to our community. Your contribution directly enables conference travel support and training opportunities for researchers who might not otherwise be able to participate." + link_url = "https://numfocus.org/donate-for-bioconductor" + link_text = "Donate Now" + [params.see_more] enable = false icon = "far fa-file-alt" diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..2cf24aa --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,40 @@ + + + + {{ partial "head.html" . }} + +
+ +