You've already forked pedini.dev
feat: switch theme to risotto and update config
- Add risotto theme as submodule - Update hugo.yaml with new theme configuration - Adjust menu URLs to be absolute paths - Simplify makefile by removing redundant prep steps - Update copyright notice and author info - Remove old theme-specific CSP settings
This commit is contained in:
64
hugo.yaml
64
hugo.yaml
@@ -1,8 +1,9 @@
|
||||
---
|
||||
baseURL: "https://pedini.dev"
|
||||
languageCode: "en-us"
|
||||
languageCode: "us"
|
||||
theme: "risotto"
|
||||
title: "Bryan Joshua Pedini"
|
||||
theme: "hugo-coder"
|
||||
copyright: "Copyright © 2019 Bryan Joshua Pedini - All Rights Reserved"
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
@@ -10,67 +11,42 @@ markup:
|
||||
hardWraps: true
|
||||
|
||||
params:
|
||||
author: "Bryan Joshua Pedini"
|
||||
info: "FullStack Developer - Integration Manager - Cloud/PBX/Network/Docker Specialist - DevOps Enthusiast - Kubernetes/Ceph Apprentice"
|
||||
description: "Bryan's personal website / blog"
|
||||
keywords: "blog,personal,developer,networking,docker,devops,k8s,kubernetes"
|
||||
gravatar: "bryan@pedini.dev"
|
||||
since: 2019
|
||||
commit: "https://git.bjphoster.com/source/pedini.dev/"
|
||||
colorScheme: "dark"
|
||||
theme:
|
||||
palette: "base16-dark"
|
||||
about:
|
||||
title: "Bryan Joshua Pedini"
|
||||
description: "Developer, Network Specialist, Cloud Architect, Right to Repair/Ownership Advocate, Self Employed."
|
||||
logo_image: ""
|
||||
#keywords: "blog,personal,developer,networking,docker,devops,k8s,kubernetes"
|
||||
|
||||
csp:
|
||||
childsrc:
|
||||
- self
|
||||
fontsrc:
|
||||
- self
|
||||
formaction:
|
||||
- self
|
||||
framesrc:
|
||||
- self
|
||||
imgsrc:
|
||||
- self
|
||||
objectsrc:
|
||||
- self
|
||||
stylesrc:
|
||||
- self
|
||||
scriptsrc:
|
||||
- self
|
||||
connectsrc:
|
||||
- self
|
||||
|
||||
social:
|
||||
- name: "Git"
|
||||
socialLinks:
|
||||
- title: "Git"
|
||||
icon: "fa-brands fa-git fa-2x"
|
||||
weight: 1
|
||||
url: "https://45r.it/bjphoster-git"
|
||||
- name: "Instagram"
|
||||
- title: "Instagram"
|
||||
icon: "fa-brands fa-instagram fa-2x"
|
||||
weight: 2
|
||||
url: "https://45r.it/pedini-ig"
|
||||
- name: "Telegram"
|
||||
- title: "Telegram"
|
||||
icon: "fa-brands fa-telegram fa-2x"
|
||||
weight: 3
|
||||
url: "https://45r.it/pedini-tg"
|
||||
- name: "LinkedIn"
|
||||
- title: "LinkedIn"
|
||||
icon: "fa-brands fa-linkedin fa-2x"
|
||||
weight: 4
|
||||
url: "https://45r.it/pedini-li"
|
||||
|
||||
menu:
|
||||
main:
|
||||
- name: "About me"
|
||||
weight: 1
|
||||
url: "about/"
|
||||
url: "/about/"
|
||||
- name: "Blog"
|
||||
weight: 2
|
||||
url: "blog/"
|
||||
- name: "Contacts"
|
||||
url: "/blog/"
|
||||
- name: "Contact"
|
||||
weight: 3
|
||||
url: "contacts/"
|
||||
url: "/contact/"
|
||||
- name: "Version"
|
||||
weight: 4
|
||||
url: "version/"
|
||||
url: "/version/"
|
||||
|
||||
taxonomies:
|
||||
category: "categories"
|
||||
|
||||
Reference in New Issue
Block a user