-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
66 lines (58 loc) · 1.49 KB
/
_config.yml
File metadata and controls
66 lines (58 loc) · 1.49 KB
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
60
61
62
63
64
65
66
title: Shafik Yaghmour's Blog
description: Blog about C++, C, Undefined Behavior and Compilers
author: Shafik Yaghmour
github: https://github.com/shafik
about: Compiler Engineer at Intel. This is a personal blog. The opinions stated here are my own, not those of my company.
disqus_shortname: cpp-and-ub-shafik
google_analytics: UA-129799970-1
avatar_url: /static/img/avatar.jpg
enableTags: true
tagarray: []
collections:
project:
output: true
permalink: /project/:path/
social:
- icon: fa-facebook
link: "#"
- icon: fa-twitter
link: "https://twitter.com/shafikyaghmour"
- icon: fa-linkedin
link: "https://www.linkedin.com/in/shafik-yaghmour-1a042b1/"
- icon: fa-stack-exchange
link: "https://stackoverflow.com/users/1708801"
- icon: fa-github
link: "https://github.com/shafik"
share:
twitter_username: shafikyaghmour
fb_appid:
urls:
- text: About Me
url: /about/
- text: My Projects
url: /projects/
- text: XML Feed
url: /feed.xml
url: "https://shafik.github.io"
baseurl: ""
paginate: 20
per_page: 20
paginate_path: "/page/:num/"
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-gist
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/