diff --git a/archetypes/projects.md b/archetypes/projects.md index d898b60..efb6668 100644 --- a/archetypes/projects.md +++ b/archetypes/projects.md @@ -1,5 +1,6 @@ --- title: '{{ replace .File.ContentBaseName `-` ` ` | title }}' +link: weight: 1 tags: ["Hugo", "HTML", "CSS"] start_date: '{{ .Date }}' diff --git a/content/projects/My-Darling-Underwear.md b/content/projects/My-Darling-Underwear.md index 39ae4f2..e810882 100644 --- a/content/projects/My-Darling-Underwear.md +++ b/content/projects/My-Darling-Underwear.md @@ -1,5 +1,6 @@ --- title: 'mydarlingunderwear.ru' +link: https://gitea.cebotari.ru/chebser/MyDarling weight: 2 tags: ["ASP.NET", "Entity Framework", "Bootstrap", "Docker"] start_date: 2023-01-31 diff --git a/content/projects/RhSolutions-AddIn.md b/content/projects/RhSolutions-AddIn.md index be74ddb..4d17f30 100644 --- a/content/projects/RhSolutions-AddIn.md +++ b/content/projects/RhSolutions-AddIn.md @@ -1,5 +1,6 @@ --- title: 'RhSolutions AddIn' +link: https://gitea.cebotari.ru/chebser?q=RhSolutions weight: 1 tags: [".NET", "ASP.NET", "Entity Framework", "PostgreSQL", "ML.NET", "Docker"] start_date: 2021-11-11 diff --git a/layouts/partials/sections/projects.html b/layouts/partials/sections/projects.html index de7310f..fc72e35 100644 --- a/layouts/partials/sections/projects.html +++ b/layouts/partials/sections/projects.html @@ -4,7 +4,7 @@ -
{{ .Title }} | + {{ with.Params.Link }}{{ end }}{{ .Title }}| {{ range $i, $e := .Params.tags -}}{{- if $i -}}, {{ end -}}{{ . }}{{- end -}}