Customization

Dot has been built to be as configurable as possible.

In config.toml you will find a logo variable. you can change your logo there.

The size of the logo will adapt automatically

Change the favicon

If your favicon is a png, just drop off your image in your local static/images/ folder and name it favicon.png

If you need to change this default behavior, create a new file in layouts/partials/ named head.html. Then write something like this:

<link rel="shortcut icon" href="/images/favicon.png" type="image/x-icon" />

Change default colors

Dot support change color. You can change the colors from config.toml. You can change the colors of the template as you want.

[params]
  # Change default color scheme with a color name or color code.
  primary_color = "#02007e"
  body_color = "#f9f9f9"
  text_color = "#636363"
  text_color_dark = "#242738"
  white_color = "#ffffff"
  light_color = "#f8f9fa"

Change default Fonts

[params]
  # font family
  font_family = "lato" # Choose font family from : https://fonts.google.com/

Copyright © 2022 un thème Hugo par Gethugothemes

All SVG Graphics from www.freepik.com

  • Brock University Library

  • Niagara Region

  • N1812 Sir Isaac Brock Way

  • St. Catharines, ON
  • L2S 3A1 Canada



We acknowledge the land on which Brock University was built is the traditional territory of the Haudenosaunee and Anishinaabe peoples, many of whom continue to live and work here today. This territory is covered by the Upper Canada Treaties and is within the land protected by the Dish with One Spoon Wampum agreement. Today this gathering place is home to many First Nations, Metis, and Inuit peoples and acknowledging reminds us that our great standard of living is directly related to the resources and friendship of Indigenous people.