First release
parent
a4529ebf03
commit
8e959998f9
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
15
config.toml
15
config.toml
|
@ -1,3 +1,12 @@
|
|||
baseURL = "http://example.org/"
|
||||
languageCode = "en-us"
|
||||
title = "My New Hugo Site"
|
||||
baseURL = "https://mrtraduccions.cat/"
|
||||
title = "Marc Riera Irigoyen"
|
||||
theme = "marcriera"
|
||||
DefaultContentLanguage = "ca"
|
||||
removePathAccents = true
|
||||
|
||||
[params]
|
||||
name = "Marc Riera Irigoyen"
|
||||
copyright = "Marc Riera Irigoyen"
|
||||
logoimage = "images/logo.png"
|
||||
description = "Translator and localizer"
|
||||
description2 = "EN,RO > CA,ES"
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
---
|
||||
<center>
|
||||
|
||||
**Contact:**
|
||||
|
||||
<img src="/images/icon-mail.png" alt="E-mail:" height="64" width="64"> [contacte@mrtraduccions.cat](mailto:contacte@mrtraduccions.cat)
|
||||
|
||||
<img src="/images/icon-phone.png" alt="Phone:" height="64" width="64"> (+34) 652 492 008
|
||||
|
||||
<img src="/images/icon-twitter.png" alt="Twitter:" height="64" width="64"> [@marcrierai](https://www.twitter.com/marcrierai)
|
||||
|
||||
<img src="/images/icon-linkedin.png" alt="LinkedIn:" height="64" width="64"> [Marc Riera Irigoyen](https://www.linkedin.com/in/marc-riera-irigoyen/)
|
||||
|
||||
</center>
|
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
|
@ -0,0 +1 @@
|
|||
Subproject commit 5f37fc30297e7dce3da235a9978392f36e095e03
|
Loading…
Reference in New Issue