Small changes
This commit is contained in:
parent
5b3a404aff
commit
ed999ca5da
4 changed files with 5 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
.direnv/
|
||||
.hugo_build.lock
|
||||
public/
|
1
content/_index.md
Normal file
1
content/_index.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Acerca de mi
|
|
@ -3,7 +3,7 @@ languageCode = 'en-us'
|
|||
title = 'My New Hugo Site'
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Home'
|
||||
name = 'Principal'
|
||||
pageRef = '/'
|
||||
weight = 10
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
<p>Copyright {{ now.Year }}. All rights reserved.</p>
|
||||
<p>Contenido licenciado bajo <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons BY-SA 4.0</a></p>
|
||||
|
|
Loading…
Reference in a new issue