Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/css/template-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ figure p img {
[data-expands]:focus svg,
.patterns a:focus .text,
[for="themer"] :focus + [aria-hidden] {
outline: 4px solid #999;
outline: 4px solid #365a8c;
}
a {
outline-offset: 2px;
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$main-colour: {{ .Site.Params.maincolour | default "#1a0013"}};
$main-colour: {{ .Site.Params.maincolour | default "#365a8c"}};

.bookmark-icon{
color: $main-colour;
Expand Down
34 changes: 10 additions & 24 deletions exampleSite/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ taxonomies:
tag: tags

permalinks:
post: /:filename/
Blog: /:filename/

imaging:
quality: 99

params:
author: "Your name"
author: "Luis Carlos Sampaio"
iconTitle: "My site icon"
description: An accessibility-friendly Hugo theme, ported from the [original Cupper](https://github.com/ThePacielloGroup/cupper) project.
homeMetaContent: An accessibility-friendly Hugo theme, ported from the original Cupper project.
Expand All @@ -31,7 +31,7 @@ params:
readingTime: true
indieauth: true
webmentionUsername: "username.co.uk"
maincolour: "#ff00bf"
maincolour: "#365a8c"
# A list of custom css files can be provided, which must be placed inside
# 'static/'.
# This is useful to override just specific css classes, instead of copying
Expand All @@ -41,28 +41,14 @@ params:
# - css/foo.css # relative path starting from static/
#- css/bar.css
social:
twitter: "TwitterName"
gitlab: "GitLabName"
github: "GitHubName"
linkedin: "LinkedinName"
email: "myemail@address.com"
pinterest: "PinterestName"
instagram: "InstagramName"
reddit: "RedditSubreddit"
slackinvite:
name: "technottingham"
code: "enQtNTgxNTYxMTExOTU5LTgxMDVjODUxYWI3MzNjOTJlMWUyMTYxNGEyNzYxNGYxNTExMWU0MmFkYjc5ZjI5MzY4ZmQ3MDdjZjdkNDg0ZDA"
slackworkspace:
name: "technottingham"
facebook: "FacebookName"
tiktok: "TikTokName"
telephone: "0123456789"
github: "Sampaiolc"
linkedin: "lcsampaio"
email: "sampaio.lc@hotmail.com"
instagram: "lost.router"
facebook: "lostrouter"
misc:
- name: "Discord"
url: "https://www.discord.com/"
icon: "super-tiny-icons/discord.svg"
- name: "YouTube"
url: "https://youtube.com"
url: "https://www.youtube.com/channel/UCN9qAoFu6fXtwhs_Z7Gr5Ug"
icon: "super-tiny-icons/youtube.html"


Expand All @@ -72,7 +58,7 @@ menu:
url: /
weight: 1
- name: Blog
url: /post/
url: /blog/
weight: 2
- name: Tags
url: /tags/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
---
title: "Katex Math Typesetting"
date: "2019-03-28"
tags: [katex, math, typesetting, hugo]
---
Enable Katex in the config file by setting the `katex` param to `true`. This will import the necessary Katex CSS/JS.
**Note:** Use the online reference of [supported TeX functions](https://katex.org/docs/supported.html).
Some math:
```
$$ \varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887… $$
```
$$ \varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887… $$
More math:
```
$$
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
$$
```
$$
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
$$
---
title: "Katex Math Typesetting"
date: "2019-03-28"
tags: [katex, math, typesetting, hugo]
---

Enable Katex in the config file by setting the `katex` param to `true`. This will import the necessary Katex CSS/JS.

**Note:** Use the online reference of [supported TeX functions](https://katex.org/docs/supported.html).

Some math:

```
$$ \varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887… $$
```

$$ \varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887… $$

More math:

```
$$
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
$$
```

$$
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
$$
197 changes: 196 additions & 1 deletion static/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.