forked from jarrekk/Jalpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
58 lines (49 loc) · 2.55 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Welcome to Jekyll!
# Website settings
title: Simon Roy
description: Portfolio showcasing my projects and skills
keywords: Simon Roy,portfolio
baseurl: # if you have suburl as homepage like '/homepage', please change it to '/homepage' and your repo's name should be 'homepage'
url: https://SimonR99.github.io/ # url should be 'http://<github_username>.github.io/homepage' as before
# url: http://127.0.0.1:4000
img_path: /Jalpc/static/assets/img/blog # url should be '/homepage/static/assets/img/blog' as before
# author -- index page "about me" section
author: # change following line to your infomation.
name: Simon Roy # Be used at blog posts' author.
first_name: Simon # Be used at index page about me section.
last_name: Roy # Be used at index page about me section.
avatar: /static/assets/img/landing/profile_ibm.jpg # upload your avatar at directory and edit it.
github_username: SimonR99 # Leave blank if you don't have now
linkedin_id: simon-r-9517b5128/ # Leave blank if you don't have now
facebook_username: # Leave blank if you don't have now
twitter_username: # Leave blank if you don't have now
email: [email protected] # Leave blank if you don't have now
cv: # An online CV can be printed as PDF, leave blank if you don't have now
# skill icons are on avatar's left and right side. Reference urls are http://fontawesome.io/ and http://fizzed.com/oss/font-mfizz
skill_icon1:
- name: fa icon-python
- name: fa-solid fa-satellite
skill_icon2:
- name: fa-solid fa-atom
- name: fas fa-robot
desc: Hi! I’m a software engineering student at ÉTS, finishing my fourth year, with a strong passion for innovation and technology. I’m particularly fascinated by quantum computing, artificial intelligence, and robotics. I love diving into coding and research projects in my free time, always eager to learn and explore new possibilities. Feel free to check out my portfolio and see what I’ve been up to. Welcome, and I hope you enjoy your visit! # Describe yourself.
gpa : "GPA : 4.1/4.3"
# comment
disqus: # if you wanna comment feature, go to https://disqus.com/ to get your configuration; if not, comment following two lines.
name: jalpc
## donation
donation: off # type 'on'/'off' to choice display donation button at post page or not
## carousels
index_carousel: off # index page carousel switch
blog_carousel: off # blog page carousel switch
# scss
sass:
style: compressed
# Build settings
encoding: utf-8
# other settings
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge