forked from laobubu/jekyll-theme-EasyBook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
59 lines (50 loc) · 2.16 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
58
59
# Site settings
title: "Home"
url: "https://abdelwahab01630.github.io" # the protocol and hostname of your site, eg. `http://laobubu.github.io`
baseurl: "" # the prefix of your site uri, eg. `"/jekyll-theme-EasyBook"` or empty string `""`
#timezone: Asia/Chongqing
description: "Meet Mahamat, a data scientist. This website is your one-stop shop to learn about my journey and expertise. Explore his background, experience, and the skills that make him a valuable asset. Stay up-to-date with the latest trends through his insightful blog. Looking for proof of Mahamat's capabilities? Dive into a compelling portfolio showcasing projects, papers, and publications - a testament to his achievements. Ready to connect? Get in touch via the contact page - Mahamat Azibert Abdelwahab welcomes questions and friendly hellos!"
# Your information
email: "mahamat.azibert@aims.ac.rw"
author: "Mahamat Azibert ABDELWAHAB"
avatar: "https://github.com/abdelwahab01630/abdelwahab01630.github.io/blob/gh-pages/img/photo.jpg?raw=true"
profile: "Data Scientist"
twitter_username: "abdewahab_mht"
github_username: "abdelwahab01630"
profile_links:
Email: "mailto:mahamat.azibert@aims.ac.rw"
Linkedin : "https://www.linkedin.com/in/mahamat-azibert-abdelwahab-1983951b7"
# You can add more profile links above, or edit _includes/sidebar.html
# Comment Service (Disqus or 多说)
# choose one and un-comment the line to active it
disqus_shortname: xxx # get one: https://disqus.com/admin/signup/
# duoshuo_shortname: xxx # get one: http://duoshuo.com/create-site/
excerpt_separator: <!--more-->
header:
links: # Links on the header. Link to in-site page with a slash as prefix
About: /about/
Contact: /index.html#contact/
Category: /ode/
#Donate: https://laobubu.net/donate.html
permalink: /archivers/:title
plugins:
- jekyll-paginate
- jekyll-gist
- jemoji
# Build settings
paginate: 5
paginate_path: "page:num"
highlighter: rouge
markdown: kramdown
# https://jekyllrb.com/docs/configuration/#precedence
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
kramdown:
input: GFM
syntax_highlighter: rouge
math_engine: mathjax