forked from mmistakes/minimal-mistakes
-
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.
- Loading branch information
Showing
3 changed files
with
38 additions
and
54 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
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 |
---|---|---|
|
@@ -16,18 +16,18 @@ minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt" | |
|
||
# Site Settings | ||
locale : "en-US" | ||
title : "Site Title" | ||
title_separator : "-" | ||
title : "Tristan Nemoz's blog" | ||
title_separator : "|" | ||
subtitle : # site tagline that appears below site title in masthead | ||
name : "Your Name" | ||
description : "An amazing website." | ||
name : "Tristan Nemoz" | ||
description : "Tristan Nemoz's personal website. Blogging about Cryptography, Quantum Computing, Machine Learning and Blockchain." | ||
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" | ||
baseurl : # the subpath of your site, e.g. "/blog" | ||
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" | ||
repository : "tnemoz/blog" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" | ||
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" | ||
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" | ||
masthead_title : # overrides the website title displayed in the masthead, use " " for no title | ||
# breadcrumbs : false # true, false (default) | ||
breadcrumbs : true # true, false (default) | ||
words_per_minute : 200 | ||
comments: | ||
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom" | ||
|
@@ -104,52 +104,37 @@ analytics: | |
|
||
# Site Author | ||
author: | ||
name : "Your Name" | ||
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg" | ||
bio : "I am an **amazing** person." | ||
location : "Somewhere" | ||
name : "Tristan Nemoz" | ||
avatar : "/assets/images/profile.png" # path of avatar image, e.g. "/assets/images/bio-photo.jpg" | ||
bio : "I am a first year PhD Student in the [IQA Group](https://iqa.telecom-paris.fr/) supervised by Romain Alléaume. My field of research is Quantum Cryptography, though I also am interested in Quantum Computation and Quantum Machine Learning." | ||
location : | ||
email : | ||
links: | ||
- label: "Email" | ||
icon: "fas fa-fw fa-envelope-square" | ||
# url: "mailto:[email protected]" | ||
- label: "Website" | ||
icon: "fas fa-fw fa-link" | ||
# url: "https://your-website.com" | ||
url: "mailto:[email protected]" | ||
- label: "Twitter" | ||
icon: "fab fa-fw fa-twitter-square" | ||
# url: "https://twitter.com/" | ||
- label: "Facebook" | ||
icon: "fab fa-fw fa-facebook-square" | ||
# url: "https://facebook.com/" | ||
url: "https://twitter.com/TNemoz" | ||
- label: "GitHub" | ||
icon: "fab fa-fw fa-github" | ||
# url: "https://github.com/" | ||
- label: "Instagram" | ||
icon: "fab fa-fw fa-instagram" | ||
# url: "https://instagram.com/" | ||
url: "https://github.com/tnemoz" | ||
- label: "Quantum Computing SE" | ||
src: "assets/images/qcse_logo.png" | ||
url: "https://quantumcomputing.stackexchange.com/users/10454/tristan-nemoz" | ||
|
||
# Site Footer | ||
footer: | ||
links: | ||
- label: "Twitter" | ||
icon: "fab fa-fw fa-twitter-square" | ||
# url: | ||
- label: "Facebook" | ||
icon: "fab fa-fw fa-facebook-square" | ||
# url: | ||
url: "https://twitter.com/TNemoz" | ||
- label: "GitHub" | ||
icon: "fab fa-fw fa-github" | ||
# url: | ||
- label: "GitLab" | ||
icon: "fab fa-fw fa-gitlab" | ||
# url: | ||
- label: "Bitbucket" | ||
icon: "fab fa-fw fa-bitbucket" | ||
# url: | ||
- label: "Instagram" | ||
icon: "fab fa-fw fa-instagram" | ||
# url: | ||
url: "https://github.com/tnemoz" | ||
- label: "Quantum Computing SE" | ||
icon: "fab fa-fw fa-cube" | ||
url: "https://quantumcomputing.stackexchange.com/users/10454/tristan-nemoz" | ||
|
||
|
||
# Reading Files | ||
|
@@ -181,8 +166,6 @@ exclude: | |
- Rakefile | ||
- README | ||
- tmp | ||
- /docs # ignore Minimal Mistakes /docs | ||
- /test # ignore Minimal Mistakes /test | ||
keep_files: | ||
- .git | ||
- .svn | ||
|
@@ -219,8 +202,8 @@ sass: | |
# Outputting | ||
permalink: /:categories/:title/ | ||
paginate: 5 # amount of posts to show | ||
paginate_path: /page:num/ | ||
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones | ||
paginate_path: /blog/page:num/ | ||
timezone: Europe/Paris # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones | ||
|
||
|
||
# Plugins (previously gems:) | ||
|
@@ -251,22 +234,22 @@ whitelist: | |
# - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/ | ||
# - <base_path>/my-awesome-category/index.html ~> path: / | ||
category_archive: | ||
type: liquid | ||
type: jekyl-archives | ||
path: /categories/ | ||
tag_archive: | ||
type: liquid | ||
type: jekyll-archives | ||
path: /tags/ | ||
# https://github.com/jekyll/jekyll-archives | ||
# jekyll-archives: | ||
# enabled: | ||
# - categories | ||
# - tags | ||
# layouts: | ||
# category: archive-taxonomy | ||
# tag: archive-taxonomy | ||
# permalinks: | ||
# category: /categories/:name/ | ||
# tag: /tags/:name/ | ||
jekyll-archives: | ||
enabled: | ||
- categories | ||
- tags | ||
layouts: | ||
category: archive-taxonomy | ||
tag: archive-taxonomy | ||
permalinks: | ||
category: /categories/:name/ | ||
tag: /tags/:name/ | ||
|
||
|
||
# HTML Compression | ||
|
@@ -286,7 +269,7 @@ defaults: | |
values: | ||
layout: single | ||
author_profile: true | ||
read_time: true | ||
comments: # true | ||
read_time: false | ||
comments: false | ||
share: true | ||
related: true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.