-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
41 lines (34 loc) · 1.43 KB
/
hugo.toml
File metadata and controls
41 lines (34 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
baseURL = 'https://python.ic.ufrj.br'
languageCode = 'pt_BR'
title = 'Python UFRJ'
# Para instalar o tema, eu deszipei dentro da pasta themes/
# As alternativas seriam usar git submodule, ou Go modules.
# Git submodules são uma fonte infinita de dor e sofrimento; evite.
# Go modules precisariam de instalar o runtime Go na máquina.
theme = 'relearn-5.23.2'
[markup.highlight]
# Cor do syntax highlighting color
# Escolha uma compatível com o themeVariant do Relearn:
# ambos temas claros ou ambos temas escuros
style = 'abap'
[markup.goldmark.renderer]
# Permite incluir tags HTML como <sup></sup>
# Também é necessário para os plugins mermaid e mathjax
# (Tome cuidado para não incluir HTML malvado sem querer)
unsafe = true
[params]
# Configuração do tema (Relearn)
# https://mcshelby.github.io/hugo-theme-relearn/basics/configuration/index.html
# Estes parâmetros afetam tags <meta>
author.name = 'Instituto de Computação'
description = 'Material do curso Computação I em Python'
# Estes parâmetros mexem em coisas visíveis
themeVariant = 'zen-light'
disableSearch = true
ordersectionsby = 'linktitle'
alwaysopen = true
highlightWrap = false # pois Python depende de identação
disableInlineCopyToClipBoard = true
disableHoverBlockCopyToClipBoard = false
disableLandingPageButton = true
#landingPageName = "<i class='fas fa-home'></i> Início"