diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..29db922 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/archetypes/post.md b/archetypes/post.md index 3710d3c..25efcb2 100644 --- a/archetypes/post.md +++ b/archetypes/post.md @@ -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 - 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 + image: "" + alt: "" + caption: "" + relative: false + hidden: true editPost: URL: "https://github.com//content" - Text: "Suggest Changes" # edit text - appendFilePath: true # to append file path to Edit link + Text: "Suggest Changes" + appendFilePath: true --- diff --git a/content/projects/_index.md b/content/projects/_index.md new file mode 100644 index 0000000..376ceb8 --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,7 @@ +--- +date: '2025-09-25T21:24:44+03:00' +draft: false +title: 'Projects' +--- + +Here are some of my projects diff --git a/content/projects/hello_portfolio.md b/content/projects/hello_portfolio.md new file mode 100644 index 0000000..e26fd88 --- /dev/null +++ b/content/projects/hello_portfolio.md @@ -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//content" + Text: "Suggest Changes" + appendFilePath: true +--- + +# Welcome to my portfolio! + +I will be posting cool stuff I've done. Stay tuned! diff --git a/content/projects/test2.md b/content/projects/test2.md new file mode 100644 index 0000000..da7b9d4 --- /dev/null +++ b/content/projects/test2.md @@ -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//content" + Text: "Suggest Changes" + appendFilePath: true +--- + +# test +sisältöä tässä diff --git a/hugo.yaml b/hugo.yaml index 4c564ca..1444065 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -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"