diff --git a/content/posts/post-2025-01-01:1.md b/content/posts/post-2025-01-01:1.md index 9fcb30a..4a273da 100644 --- a/content/posts/post-2025-01-01:1.md +++ b/content/posts/post-2025-01-01:1.md @@ -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!” ---- -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. \ No newline at end of file +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 + alt: "" # alt text + caption: "" # 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//content" + Text: "Suggest Changes" # edit text + appendFilePath: true # to append file path to Edit link +--- \ No newline at end of file diff --git a/hugo.yaml b/hugo.yaml index 171bf1b..09f585e 100644 --- a/hugo.yaml +++ b/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: "" + 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//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 @@ -115,10 +134,4 @@ markup: # codeFences: true # guessSyntax: true # lineNos: true - # style: monokai - -outputs: - home: - - HTML - - RSS - - JSON # necessary for search \ No newline at end of file + # style: monokai \ No newline at end of file