updates gitignore

This commit is contained in:
Gustavo Silva 2020-06-11 14:40:48 +01:00
parent 0f0ba9d080
commit f4e7e560d3
No known key found for this signature in database
GPG Key ID: 08551320BC3EDC50
3 changed files with 17 additions and 7 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# IDE specific
.idea/
.vscode/
# Hugo
exampleSite/public/
resources/_gen/
public/
# Jupyter
.ipynb_checkpoints/
# Node
node_modules/

View File

@ -1,5 +0,0 @@
baseURL: "https://tcarrondo.gitlab.io/hugo-ansol.org/"
languageCode: "pt-pt"
title: "ANSOL --"
theme: "academic"

View File

@ -6,11 +6,11 @@
# Each configuration section is defined by a name in square brackets (e.g. `[outputs]`).
# Title of your site
title = "Academic"
title = "ANSOL"
# The URL of your site.
# End your URL with a `/` trailing slash, e.g. `https://example.com/`.
baseurl = "/"
baseurl = "https://tcarrondo.gitlab.io/hugo-ansol.org/"
# Enter a copyright notice to display in the site footer.
# To display a copyright symbol, type `©`. For current year, type `{year}`.