diff --git a/.gitignore b/.gitignore index 1bd34b4..74ee35e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -#Pipenv +#Pipenv, python Pipfile* +__pycache__ # Hugo /public/ diff --git a/config.toml b/config.toml index e4b7418..d94bf4e 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,25 @@ -baseURL = "http://example.org/" -languageCode = "en-us" -title = "My New Hugo Site" +baseURL = "/" +languageCode = "fr" +title = "iGor milhit" + +[params] + + # Professional contact data + [params.contactsPro] + address = "Av. de la Gare 45, 1920 Martigny" + phone = "+41277218578" + email = "igor.milhit@rero.ch" + cv = "cv-igor-milhit.pd" + publickey = "igor-milhit-prof-pub.asc" + fingerprint = "A0BC 4108 93F2 116C 6430 D64D 7F05 1073 8A93 F4D8" + + # Personal contact data + [params.contactsPriv] + address = "Ch. des Clochettes 16, 1206 Genève" + mobile = "+41765528059" + email = "igor@milhit.ch" + xmpp = "igor@milhit.ch" + + + +