add a bit of content

This commit is contained in:
Elias Ahokas
2025-09-25 21:57:15 +03:00
parent cfffdae948
commit 54d52938e2
6 changed files with 116 additions and 16 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Created by https://www.toptal.com/developers/gitignore/api/hugo
# Edit at https://www.toptal.com/developers/gitignore?templates=hugo
### Hugo ###
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
# Temporary lock file while building
/.hugo_build.lock
# End of https://www.toptal.com/developers/gitignore/api/hugo

View File

@@ -1,11 +1,8 @@
--- ---
title: "Hello portfolio" title: "{{ replace .File.ContentBaseName "-" " " | title }}"
date: 2020-09-15T11:30:03+00:00 date: {{ .Date }}
# weight: 1 tags: []
# aliases: ["/first"] author: "Elias Ahokas"
tags: ["first"]
author: "Me"
# author: ["Me", "You"] # multiple authors
showToc: true showToc: true
TocOpen: false TocOpen: false
draft: false draft: false
@@ -17,7 +14,7 @@ disableHLJS: true # to disable highlightjs
disableShare: false disableShare: false
disableHLJS: false disableHLJS: false
hideSummary: false hideSummary: false
searchHidden: true searchHidden: false
ShowReadingTime: true ShowReadingTime: true
ShowBreadCrumbs: true ShowBreadCrumbs: true
ShowPostNavLinks: true ShowPostNavLinks: true
@@ -25,13 +22,13 @@ ShowWordCount: true
ShowRssButtonInSectionTermList: true ShowRssButtonInSectionTermList: true
UseHugoToc: true UseHugoToc: true
cover: cover:
image: "<image path/url>" # image path/url image: ""
alt: "<alt text>" # alt text alt: ""
caption: "<text>" # display caption under cover caption: ""
relative: false # when using page bundles set this to true relative: false
hidden: true # only hide on current single page hidden: true
editPost: editPost:
URL: "https://github.com/<path_to_repo>/content" URL: "https://github.com/<path_to_repo>/content"
Text: "Suggest Changes" # edit text Text: "Suggest Changes"
appendFilePath: true # to append file path to Edit link appendFilePath: true
--- ---

View File

@@ -0,0 +1,7 @@
---
date: '2025-09-25T21:24:44+03:00'
draft: false
title: 'Projects'
---
Here are some of my projects

View File

@@ -0,0 +1,38 @@
---
title: "Hello_portfolio"
date: 2025-09-25T21:12:54+03:00
tags: []
author: "Elias Ahokas"
showToc: true
TocOpen: false
draft: false
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: false
ShowReadingTime: true
ShowBreadCrumbs: true
ShowPostNavLinks: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
cover:
image: ""
alt: ""
caption: ""
relative: false
hidden: true
editPost:
URL: "https://github.com/<path_to_repo>/content"
Text: "Suggest Changes"
appendFilePath: true
---
# Welcome to my portfolio!
I will be posting cool stuff I've done. Stay tuned!

37
content/projects/test2.md Normal file
View File

@@ -0,0 +1,37 @@
---
title: "Test2"
date: 2025-09-25T21:34:04+03:00
tags: []
author: "Elias Ahokas"
showToc: true
TocOpen: false
draft: false
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: false
ShowReadingTime: true
ShowBreadCrumbs: true
ShowPostNavLinks: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
cover:
image: ""
alt: ""
caption: ""
relative: false
hidden: true
editPost:
URL: "https://github.com/<path_to_repo>/content"
Text: "Suggest Changes"
appendFilePath: true
---
# test
sisältöä tässä

View File

@@ -32,7 +32,9 @@ params:
disableScrollToTop: false disableScrollToTop: false
hidemeta: false hidemeta: false
showtoc: true showtoc: true
showAllPostsOnHome: true
homeInfoParams: false
mainSections: ["projects"]
homeInfoParams: homeInfoParams:
Title: "Moi olen title hugo.yaml tiedostosta" Title: "Moi olen title hugo.yaml tiedostosta"
Content: "Moi olen content hugo.yaml tiedostosta" Content: "Moi olen content hugo.yaml tiedostosta"