First release
This commit is contained in:
parent
a4529ebf03
commit
8e959998f9
10 changed files with 28 additions and 9 deletions
|
@ -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"
|
||||
|
|
15
content/_index.md
Normal file
15
content/_index.md
Normal file
|
@ -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>
|
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
static/images/icon-linkedin.png
Normal file
BIN
static/images/icon-linkedin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
static/images/icon-mail.png
Normal file
BIN
static/images/icon-mail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
static/images/icon-phone.png
Normal file
BIN
static/images/icon-phone.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
BIN
static/images/icon-twitter.png
Normal file
BIN
static/images/icon-twitter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
static/images/logo.png
Normal file
BIN
static/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
1
themes/marcriera
Submodule
1
themes/marcriera
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 5f37fc30297e7dce3da235a9978392f36e095e03
|
Loading…
Add table
Reference in a new issue