generated from Skynet/deploy_user
This commit is contained in:
parent
8e7fec1eee
commit
b00d8b4fc9
2 changed files with 68 additions and 36 deletions
|
@ -1,18 +1,37 @@
|
|||
---
|
||||
title: "A introduction to my blog!"
|
||||
date: 2025-02-01
|
||||
title: "My 1st post"
|
||||
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
|
||||
description: “Welcome to my Blog!”
|
||||
hidemeta: false
|
||||
comments: false
|
||||
description: "Desc Text."
|
||||
canonicalURL: "https://canonical.url/to/page"
|
||||
disableHLJS: true # to disable highlightjs
|
||||
disableShare: false
|
||||
disableHLJS: false
|
||||
hideSummary: false
|
||||
searchHidden: true
|
||||
ShowReadingTime: true
|
||||
ShowBreadCrumbs: true
|
||||
ShowPostNavLinks: true
|
||||
ShowWordCount: true
|
||||
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
|
||||
---
|
||||
Hi, my name is Shay Power, I have created this blog to document my journey as a software developer.
|
||||
Im not very good at writing, so i will be trying to keep these blog posts short. let me introduce
|
||||
who i am and what I do.
|
||||
|
||||
I started programming at the age of 14, when i built my first PC. I originally began with python and
|
||||
used that for the past 4 years for both personal and professional projects. i have a deep knowledge of the
|
||||
django framework, and worked as a freelance contractor developing web applications using it. I also run
|
||||
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).
|
||||
|
||||
In terms of academics, i was the first person to achieve a H1 in computer science in my secondary school, and have completed
|
||||
a QQI course in software development, with 8/8 disctinctions. I am currently enrolled in the University Of Limerick and expect
|
||||
to graduate in 2028.
|
51
hugo.yaml
51
hugo.yaml
|
@ -1,5 +1,5 @@
|
|||
baseURL: "https://shaypower.org/"
|
||||
title: Shay's Blog
|
||||
baseURL: "https://examplesite.com/"
|
||||
title: ExampleSite
|
||||
paginate: 5
|
||||
theme: PaperMod
|
||||
|
||||
|
@ -14,8 +14,8 @@ minify:
|
|||
|
||||
params:
|
||||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||
title: Shay's Blog
|
||||
description: "A blog documenting my journey as a software developer"
|
||||
title: ExampleSite
|
||||
description: "ExampleSite description"
|
||||
keywords: [Blog, Portfolio, PaperMod]
|
||||
author: Me
|
||||
# author: ["Me", "You"] # multiple authors
|
||||
|
@ -54,19 +54,33 @@ params:
|
|||
icon: /apple-touch-icon.png
|
||||
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
|
||||
homeInfoParams:
|
||||
Title: "Hi there \U0001F44B"
|
||||
Content: Welcome to my blog
|
||||
|
||||
socialIcons:
|
||||
- name: x
|
||||
url: "https://x.com/"
|
||||
- name: stackoverflow
|
||||
url: "https://stackoverflow.com"
|
||||
- name: github
|
||||
url: "https://github.com/shaypower"
|
||||
- name: LinkedIn
|
||||
url: "https://www.linkedin.com/in/shay-power-8100272a0/"
|
||||
- name: Email
|
||||
url: "mailto:shaythomaspower@gmail.com"
|
||||
|
||||
url: "https://github.com/"
|
||||
|
||||
analytics:
|
||||
google:
|
||||
|
@ -81,6 +95,11 @@ params:
|
|||
hiddenInList: true # hide on list pages and home
|
||||
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
|
||||
# https://fusejs.io/api/options.html
|
||||
fuseOpts:
|
||||
|
@ -102,9 +121,9 @@ menu:
|
|||
name: tags
|
||||
url: /tags/
|
||||
weight: 20
|
||||
- identifier: search
|
||||
name: search
|
||||
url: /search
|
||||
- identifier: example
|
||||
name: example.org
|
||||
url: https://example.org
|
||||
weight: 30
|
||||
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
|
||||
pygmentsUseClasses: true
|
||||
|
@ -116,9 +135,3 @@ markup:
|
|||
# guessSyntax: true
|
||||
# lineNos: true
|
||||
# style: monokai
|
||||
|
||||
outputs:
|
||||
home:
|
||||
- HTML
|
||||
- RSS
|
||||
- JSON # necessary for search
|
Loading…
Add table
Reference in a new issue