Skip to content

Commit cdf563b

Browse files
committed
Better images and configuration
1 parent 360b68d commit cdf563b

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

155 KB
Loading
237 KB
Loading

zensical.toml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
# The site_name is shown in the page header and the browser window title
1212
#
1313
# Read more: https://zensical.org/docs/setup/basics/#site_name
14-
site_name = "Documentation"
14+
site_name = "EESSI Tutorial"
1515

1616
# The site_description is included in the HTML head and should contain a
1717
# meaningful description of the site content for use by search engines.
1818
#
1919
# Read more: https://zensical.org/docs/setup/basics/#site_description
20-
site_description = "A new project generated from the default template project."
20+
site_description = "A tutorial for basic usage of, and use cases for, the European Environment for Scientific Software Installations"
2121

2222
# The site_author attribute. This is used in the HTML head element.
2323
#
2424
# Read more: https://zensical.org/docs/setup/basics/#site_author
25-
site_author = "<your name here>"
25+
site_author = "EESSI"
2626

2727
# The site_url is the canonical URL for your site. When building online
2828
# documentation you should set this.
@@ -44,10 +44,13 @@ Copyright &copy; 2026 The authors
4444
# can be defined using TOML syntax.
4545
#
4646
# Read more: https://zensical.org/docs/setup/navigation/
47-
# nav = [
48-
# { "Get started" = "index.md" },
49-
# { "Markdown in 5min" = "markdown.md" },
50-
# ]
47+
nav = [
48+
{ "Get started" = "index.md" },
49+
{ "Accessing EESSI" = "eessi-getting-access.md" },
50+
{ "What is EESSI?" = "eessi-introduction.md" },
51+
{ "How to use EESSI" = "eessi-usage.md" },
52+
{ "Use cases for EESSI" = "eessi-use-cases.md" },
53+
]
5154

5255
# With the "extra_css" option you can add your own CSS styling to customize
5356
# your Zensical project according to your needs. You can add any number of
@@ -254,7 +257,7 @@ features = [
254257
# option in the "theme" subsection. The logo must be a relative path to a file
255258
# in your "docs_dir", e.g., to use `docs/assets/logo.png` you would set:
256259
# ----------------------------------------------------------------------------
257-
#logo = "assets/logo.png"
260+
logo = "img/EESSI_logo_vertical_thumbnail.png"
258261

259262
# ----------------------------------------------------------------------------
260263
# If you don't have a dedicated project logo, you can use a built-in icon from
@@ -302,7 +305,7 @@ toggle.name = "Switch to light mode"
302305
# ----------------------------------------------------------------------------
303306
[[project.extra.social]]
304307
icon = "fontawesome/brands/github"
305-
#link = "https://github.com/user/repo"
308+
link = "https://github.com/ocaisa/eessi-tutorial"
306309

307310
# ----------------------------------------------------------------------------
308311
# In this section you can configure the Markdown extensions that are used when

0 commit comments

Comments
 (0)