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"
date: 2020-09-15T11:30:03+00:00
# weight: 1
# aliases: ["/first"]
tags: ["first"]
author: "Me"
# author: ["Me", "You"] # multiple authors
title: "{{ replace .File.ContentBaseName "-" " " | title }}"
date: {{ .Date }}
tags: []
author: "Elias Ahokas"
showToc: true
TocOpen: false
draft: false
@@ -17,7 +14,7 @@ disableHLJS: true # to disable highlightjs
disableShare: false
disableHLJS: false
hideSummary: false
searchHidden: true
searchHidden: false
ShowReadingTime: true
ShowBreadCrumbs: true
ShowPostNavLinks: true
@@ -25,13 +22,13 @@ 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
image: ""
alt: ""
caption: ""
relative: false
hidden: true
editPost:
URL: "https://github.com/<path_to_repo>/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
Text: "Suggest Changes"
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
hidemeta: false
showtoc: true
showAllPostsOnHome: true
homeInfoParams: false
mainSections: ["projects"]
homeInfoParams:
Title: "Moi olen title hugo.yaml tiedostosta"
Content: "Moi olen content hugo.yaml tiedostosta"