diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css index 6bcc91cee..64d5482b2 100644 --- a/assets/css/template-styles.css +++ b/assets/css/template-styles.css @@ -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; diff --git a/assets/sass/main.scss b/assets/sass/main.scss index a048e6fc0..4e1e089f3 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -1,4 +1,4 @@ -$main-colour: {{ .Site.Params.maincolour | default "#1a0013"}}; +$main-colour: {{ .Site.Params.maincolour | default "#365a8c"}}; .bookmark-icon{ color: $main-colour; diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 566d6edc6..3f9a227a5 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -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. @@ -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 @@ -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" @@ -72,7 +58,7 @@ menu: url: / weight: 1 - name: Blog - url: /post/ + url: /blog/ weight: 2 - name: Tags url: /tags/ diff --git a/exampleSite/content/post/cmd-test.md b/exampleSite/content/blog/cmd-test.md similarity index 100% rename from exampleSite/content/post/cmd-test.md rename to exampleSite/content/blog/cmd-test.md diff --git a/exampleSite/content/post/creating-a-new-theme.md b/exampleSite/content/blog/creating-a-new-theme.md similarity index 100% rename from exampleSite/content/post/creating-a-new-theme.md rename to exampleSite/content/blog/creating-a-new-theme.md diff --git a/exampleSite/content/post/cupper-shortcodes/index.md b/exampleSite/content/blog/cupper-shortcodes/index.md similarity index 100% rename from exampleSite/content/post/cupper-shortcodes/index.md rename to exampleSite/content/blog/cupper-shortcodes/index.md diff --git a/exampleSite/content/post/cupper-shortcodes/sun.jpg b/exampleSite/content/blog/cupper-shortcodes/sun.jpg similarity index 100% rename from exampleSite/content/post/cupper-shortcodes/sun.jpg rename to exampleSite/content/blog/cupper-shortcodes/sun.jpg diff --git a/exampleSite/content/post/cupper-typography.md b/exampleSite/content/blog/cupper-typography.md similarity index 100% rename from exampleSite/content/post/cupper-typography.md rename to exampleSite/content/blog/cupper-typography.md diff --git a/exampleSite/content/post/goisforlovers.md b/exampleSite/content/blog/goisforlovers.md similarity index 100% rename from exampleSite/content/post/goisforlovers.md rename to exampleSite/content/blog/goisforlovers.md diff --git a/exampleSite/content/post/hugoisforlovers.md b/exampleSite/content/blog/hugoisforlovers.md similarity index 100% rename from exampleSite/content/post/hugoisforlovers.md rename to exampleSite/content/blog/hugoisforlovers.md diff --git a/exampleSite/content/post/katex.md b/exampleSite/content/blog/katex.md similarity index 95% rename from exampleSite/content/post/katex.md rename to exampleSite/content/blog/katex.md index c005322cb..31f3e4b5e 100644 --- a/exampleSite/content/post/katex.md +++ b/exampleSite/content/blog/katex.md @@ -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} } } +$$ diff --git a/exampleSite/content/post/migrate-from-jekyll.md b/exampleSite/content/blog/migrate-from-jekyll.md similarity index 100% rename from exampleSite/content/post/migrate-from-jekyll.md rename to exampleSite/content/blog/migrate-from-jekyll.md diff --git a/exampleSite/content/post/multiple-expandable-test.md b/exampleSite/content/blog/multiple-expandable-test.md similarity index 100% rename from exampleSite/content/post/multiple-expandable-test.md rename to exampleSite/content/blog/multiple-expandable-test.md diff --git a/exampleSite/content/post/nasa-images/earth.jpg b/exampleSite/content/blog/nasa-images/earth.jpg similarity index 100% rename from exampleSite/content/post/nasa-images/earth.jpg rename to exampleSite/content/blog/nasa-images/earth.jpg diff --git a/exampleSite/content/post/nasa-images/index.md b/exampleSite/content/blog/nasa-images/index.md similarity index 100% rename from exampleSite/content/post/nasa-images/index.md rename to exampleSite/content/blog/nasa-images/index.md diff --git a/exampleSite/content/post/nasa-images/moon.jpg b/exampleSite/content/blog/nasa-images/moon.jpg similarity index 100% rename from exampleSite/content/post/nasa-images/moon.jpg rename to exampleSite/content/blog/nasa-images/moon.jpg diff --git a/exampleSite/content/post/nasa-images/sun.jpg b/exampleSite/content/blog/nasa-images/sun.jpg similarity index 100% rename from exampleSite/content/post/nasa-images/sun.jpg rename to exampleSite/content/blog/nasa-images/sun.jpg diff --git a/exampleSite/content/post/quotes-by-carl-jung.md b/exampleSite/content/blog/quotes-by-carl-jung.md similarity index 100% rename from exampleSite/content/post/quotes-by-carl-jung.md rename to exampleSite/content/blog/quotes-by-carl-jung.md diff --git a/exampleSite/content/post/special-character-test.md b/exampleSite/content/blog/special-character-test.md similarity index 100% rename from exampleSite/content/post/special-character-test.md rename to exampleSite/content/blog/special-character-test.md diff --git a/static/images/logo.svg b/static/images/logo.svg index 92a547923..da5f594d3 100644 --- a/static/images/logo.svg +++ b/static/images/logo.svg @@ -1 +1,196 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +