-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fished a few details, ready for v1
- Loading branch information
Showing
20 changed files
with
317 additions
and
365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.