Init Commit

This commit is contained in:
2026-05-18 11:46:02 +02:00
commit 2de3502fbc
382 changed files with 19583 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
+++
title = "{{ replace .Name "-" " " | title }}"
date = {{ .Date }}
draft = true
featured = false
weight = 100 # Lower weight appears first in featured sections
description = ""
[images]
featured_image = "" # Path to the featured image
tags = []
topics = []
+++
Add your content here.
+15
View File
@@ -0,0 +1,15 @@
---
date: '{{ .Date }}' # date in which the content is created - defaults to "today"
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
draft: false # set to "true" if you want to hide the content
link: "https://www.adrianmoreno.info" # optional URL to link the logo to
params:
logo:
src: "" # example: "images/clients/asgardia.png"
scale: 0.5
## The content is not used (yet). If you have ideas on how to use it,
## you can suggest it at https://github.com/zetxek/adritian-free-hugo-theme/discussions
---
+2
View File
@@ -0,0 +1,2 @@
+++
+++
+15
View File
@@ -0,0 +1,15 @@
---
date: '{{ .Date }}' # date in which the content is created - defaults to "today"
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
draft: false # set to "true" if you want to hide the content
jobTitle: "" # job description/title. Fill-in
company: "" # name of the company you worked for. Fill-in
location: "" # place/city/country for the experience. Fill-in.
duration: "" # from-to, for example "2022-2024". Fill-in.
## For the content, you can use a title and a job description.
## For example:
# ### Fixing the world, one byte at a time
# The beginning of a great career.
#
---
+16
View File
@@ -0,0 +1,16 @@
---
date: '{{ .Date }}' # date in which the content is created - defaults to "today"
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
draft: false # set to "true" if you want to hide the content
logo_x: "" # example: "images/clients/asgardia.png"
link: "https://www.adrianmoreno.info" # optional URL to link the logo to
params:
button:
icon: ""
btnText: ""
URL: ""
image:
src: ""
## The content is used for the description of the project
---
+15
View File
@@ -0,0 +1,15 @@
---
date: '{{ .Date }}' # date in which the content is created - defaults to "today"
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
draft: false # set to "true" if you want to hide the content
name: "" # place/city/country for the experience. Fill-in.
position: "" # from-to, for example "2022-2024". Fill-in.
params:
logo:
src: "" # example: "images/clients/asgardia.png"
## For the content, you can use markdown
##
---