Skip to content

Commit

Permalink
Preparing sidebar modification
Browse files Browse the repository at this point in the history
  • Loading branch information
tnemoz committed Dec 24, 2022
1 parent 3b46255 commit a4a8f5f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 54 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ gem "minimal-mistakes-jekyll"
# If you have any other plugins, put them here!
# Cf. https://jekyllrb.com/docs/plugins/installation/
group :jekyll_plugins do
gem "jekyll-archives"
end
91 changes: 37 additions & 54 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -181,8 +166,6 @@ exclude:
- Rakefile
- README
- tmp
- /docs # ignore Minimal Mistakes /docs
- /test # ignore Minimal Mistakes /test
keep_files:
- .git
- .svn
Expand Down Expand Up @@ -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:)
Expand Down Expand Up @@ -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
Expand All @@ -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
Binary file added assets/images/qcse_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a4a8f5f

Please sign in to comment.