Init Commit
This commit is contained in:
@@ -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.
|
||||
@@ -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
|
||||
---
|
||||
@@ -0,0 +1,2 @@
|
||||
+++
|
||||
+++
|
||||
@@ -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.
|
||||
#
|
||||
---
|
||||
@@ -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
|
||||
---
|
||||
@@ -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
|
||||
##
|
||||
---
|
||||
Reference in New Issue
Block a user