Skip to content

Commit

Permalink
feat: fished a few details, ready for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicrausaz committed Nov 16, 2023
1 parent d161fe1 commit 6ede603
Show file tree
Hide file tree
Showing 20 changed files with 317 additions and 365 deletions.
14 changes: 4 additions & 10 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
title = "Nicolas Crausaz"
baseURL = "https://crausaz.click/"
copyright = "© {year} - Nicolas Crausaz"

# Enable analytics by entering your Google Analytics tracking ID
googleAnalytics = ""

theme = "ncrausaz"
sitemap = "sitemap.xml"

# Default language to use (if you setup multilingual support)
defaultContentLanguage = "fr"
hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages.
hasCJKLanguage = false
defaultContentLanguageInSubdir = false
removePathAccents = true # Workaround for https://github.com/gohugoio/hugo/issues/5687

[taxonomies]

[services]
[services.googleAnalytics]
ID = 'G-7GV42PYC7G'
18 changes: 0 additions & 18 deletions config/_default/languages.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
# Languages
# Create a `[X]` block for each language you want, where X is the language ID.
# Refer to https://sourcethemes.com/academic/docs/language/

# Configure the English version of the site.
[fr]
languageCode = "fr"

# contentDir = "content/en" # Uncomment for multi-lingual sites, and move English content into `en` sub-folder.

# Uncomment the lines below to configure your website in a second language.
#[zh]
# languageCode = "zh-Hans"
# contentDir = "content/zh"
# title = "Chinese website title..."
# [zh.params]
# description = "Site description in Chinese..."
# [[zh.menu.main]]
# name = "Wo"
# url = "#about"
# weight = 1
5 changes: 1 addition & 4 deletions config/_default/menus.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Navigation Links
# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
# desired widget in your `content/home/` folder.
# The weight parameter defines the order that the links will appear in.

[[main]]
name = "A propos"
url = "#about"
weight = 10

[[main]]
name = "Experience"
name = "Expérience"
url = "#experience"
weight = 20

Expand Down
115 changes: 0 additions & 115 deletions config/_default/params.toml

This file was deleted.

1 change: 1 addition & 0 deletions content/projects/toonks.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ techs = ["Three.js", "React", "TypeScript"]
image = "toonks.svg"
github = "https://github.com/maxscharwath/toonks-game"
website = "https://toonks.com/"
featured_image = "toonks-cover.png"
+++

Toonks est un jeu de tank 3D multijoueur en ligne. Ce projet a été réalisé dans le cadre du cours WEB de l'HEIG-VD, sur une période de 2 mois. Le jeu se joue tous contre tous, le but est de trouver de détruire les autres joueurs.
Expand Down
24 changes: 12 additions & 12 deletions data/experience.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Title = "Expérience"
Subtitle = "During this time, I also worked part-time on many more projects, check them out below !"

[[experience]]
id = 1
btn_label = "Actuellement"
job_employer = "Armée suisse"
job_description = "Ecole de recrue"
job_location = ""
job_timerange = "01.2024 - 05.2024"
image = "army.png"
description = '''
Dès le mois de janvier 2024, j'effectuerai mon école de recrue à l'armée suisse en tant que canonnier mortiers.
'''
# [[experience]]
# id = 1
# btn_label = "Actuellement"
# job_employer = "Armée suisse"
# job_description = "Ecole de recrue"
# job_location = ""
# job_timerange = "01.2024 - 05.2024"
# image = "army.png"
# description = '''
# Dès le mois de janvier 2024, j'effectuerai mon école de recrue à l'armée suisse en tant que canonnier mortiers.
# '''

[[experience]]
id = 2
id = 1
btn_label = "2019 - 2023"
job_employer = "HEIG-VD"
job_description = "BSc in Software Engineering"
Expand Down
Loading

0 comments on commit 6ede603

Please sign in to comment.