reverted to example papermod
All checks were successful
On_Push / build (push) Successful in 33s

This commit is contained in:
PeaceNira 2025-02-12 17:26:52 +00:00
parent 8e7fec1eee
commit b00d8b4fc9
2 changed files with 68 additions and 36 deletions

View file

@ -1,18 +1,37 @@
--- ---
title: "A introduction to my blog!" title: "My 1st post"
date: 2025-02-01 date: 2020-09-15T11:30:03+00:00
# weight: 1
# aliases: ["/first"]
tags: ["first"]
author: "Me"
# author: ["Me", "You"] # multiple authors
showToc: true
TocOpen: false
draft: false draft: false
description: “Welcome to my Blog!” hidemeta: false
--- comments: false
Hi, my name is Shay Power, I have created this blog to document my journey as a software developer. description: "Desc Text."
Im not very good at writing, so i will be trying to keep these blog posts short. let me introduce canonicalURL: "https://canonical.url/to/page"
who i am and what I do. disableHLJS: true # to disable highlightjs
disableShare: false
I started programming at the age of 14, when i built my first PC. I originally began with python and disableHLJS: false
used that for the past 4 years for both personal and professional projects. i have a deep knowledge of the hideSummary: false
django framework, and worked as a freelance contractor developing web applications using it. I also run searchHidden: true
a home server as a hobby, and a 3d printing farm (both FDM and M/SLA), I also am a strong advocate for FOSS (Free and open-source software). ShowReadingTime: true
ShowBreadCrumbs: true
In terms of academics, i was the first person to achieve a H1 in computer science in my secondary school, and have completed ShowPostNavLinks: true
a QQI course in software development, with 8/8 disctinctions. I am currently enrolled in the University Of Limerick and expect ShowWordCount: true
to graduate in 2028. ShowRssButtonInSectionTermList: true
UseHugoToc: true
cover:
image: "<image path/url>" # image path/url
alt: "<alt text>" # alt text
caption: "<text>" # display caption under cover
relative: false # when using page bundles set this to true
hidden: true # only hide on current single page
editPost:
URL: "https://github.com/<path_to_repo>/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
---

View file

@ -1,5 +1,5 @@
baseURL: "https://shaypower.org/" baseURL: "https://examplesite.com/"
title: Shay's Blog title: ExampleSite
paginate: 5 paginate: 5
theme: PaperMod theme: PaperMod
@ -14,8 +14,8 @@ minify:
params: params:
env: production # to enable google analytics, opengraph, twitter-cards and schema. env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: Shay's Blog title: ExampleSite
description: "A blog documenting my journey as a software developer" description: "ExampleSite description"
keywords: [Blog, Portfolio, PaperMod] keywords: [Blog, Portfolio, PaperMod]
author: Me author: Me
# author: ["Me", "You"] # multiple authors # author: ["Me", "You"] # multiple authors
@ -54,19 +54,33 @@ params:
icon: /apple-touch-icon.png icon: /apple-touch-icon.png
iconHeight: 35 iconHeight: 35
# profile-mode
profileMode:
enabled: false # needs to be explicitly set
title: ExampleSite
subtitle: "This is subtitle"
imageUrl: "<img location>"
imageWidth: 120
imageHeight: 120
imageTitle: my image
buttons:
- name: Posts
url: posts
- name: Tags
url: tags
# home-info mode # home-info mode
homeInfoParams: homeInfoParams:
Title: "Hi there \U0001F44B" Title: "Hi there \U0001F44B"
Content: Welcome to my blog Content: Welcome to my blog
socialIcons: socialIcons:
- name: x
url: "https://x.com/"
- name: stackoverflow
url: "https://stackoverflow.com"
- name: github - name: github
url: "https://github.com/shaypower" url: "https://github.com/"
- name: LinkedIn
url: "https://www.linkedin.com/in/shay-power-8100272a0/"
- name: Email
url: "mailto:shaythomaspower@gmail.com"
analytics: analytics:
google: google:
@ -81,6 +95,11 @@ params:
hiddenInList: true # hide on list pages and home hiddenInList: true # hide on list pages and home
hiddenInSingle: true # hide on single page hiddenInSingle: true # hide on single page
editPost:
URL: "https://github.com/<path_to_repo>/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
# for search # for search
# https://fusejs.io/api/options.html # https://fusejs.io/api/options.html
fuseOpts: fuseOpts:
@ -102,9 +121,9 @@ menu:
name: tags name: tags
url: /tags/ url: /tags/
weight: 20 weight: 20
- identifier: search - identifier: example
name: search name: example.org
url: /search url: https://example.org
weight: 30 weight: 30
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma # Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
pygmentsUseClasses: true pygmentsUseClasses: true
@ -115,10 +134,4 @@ markup:
# codeFences: true # codeFences: true
# guessSyntax: true # guessSyntax: true
# lineNos: true # lineNos: true
# style: monokai # style: monokai
outputs:
home:
- HTML
- RSS
- JSON # necessary for search