Configuration

Configuration

· 1 min read
courses

The configuration of your site can be found in config/_default/.

Full Documentation

See https://docs.hugoblox.com/getting-started/customize/

See https://docs.hugoblox.com/getting-started/customize/#menu-items

Links are automatically generated from the structure of your content directory. Simply add a folder to nest a page.

Additional links can be added under the sidebar section of your config/_default/menus.yaml:

menu:
  sidebar:
    - name: "Need help?"
      params:
        type: separator
      weight: 1
    - name: "A page"
      pageRef: "/page-filename-here"
      weight: 2
    - name: "An external link ↗"
      url: "https://hugoblox.com"
      weight: 3

A table of contents is automatically generated from the headings your Markdown file.

It can optionally be disabled by setting toc: false in the front matter of a page:

---
title: My Page
toc: false
---
Ahmed Massoud
Authors
Teaching Assistant | Researcher | Bio-Scientific Designer
Ahmed Massoud is a molecular biology graduate, ranked first in his major, and currently a full-time Teaching Assistant at the Faculty of Science, Alamein International University. He is also an ASRT MSc Research Scholar under the Scientists for Next Generation (SNG) Program. Alongside his academic background, he has a strong passion for bio-scientific illustration and visual science communication, aiming to simplify complex biological concepts through clear, accurate, and publication-ready figures.