forked from jameshamann/jekyll-material-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
103 lines (82 loc) · 3.68 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
title: Mohammud Yassine Jaffoo
name: MYJAFFOO
email: [email protected]
description: Solutions Architect | Platform Engineer | DevOps Advocate
baseurl: "/blog"
url: ""
parallax_image_one: assets/images/laptop-landing.jpg # These are the images used for the parallax background
parallax_image_two: assets/images/laptop-landing.jpg
project_one: "Creating and Hosting my website"
project_one_description: A SSL-enabled static website with a custom domain using GitHub Pages and Jekyll template. <br><br>Get started with GitHub Pages <a href="https://help.github.com/categories/github-pages-basics/">here</a>.<br>Get started with Jekyll <a href="https://jekyllrb.com/docs/home/">here</a>.<br><br>Blog coming soon!
project_one_url: https://github.com/myjaffoo/myjaffoo.github.io
project_one_icon: location_on
project_two: Raspberry Pi Zero W as a network-wide advertisement blocker
project_two_description: A DNS sinkhole that protects your devices from unwanted content, without installing any client-side software.<br><br>Blog coming soon!
project_two_url: https://github.com/pi-hole/pi-hole
project_two_icon: photo_camera
project_three: Amazon Echo Dot
project_three_description: Coming Soon!
project_three_url: https://github.com/myjaffoo
project_three_icon: hotel
project_four: Fourth Project
project_four_description: Describe your project!
project_four_url: https://github.com/myjaffoo
project_four_icon: restaurant
portfolio_heading: Portfolio
portfolio_type: cards
about_heading: About me
about_description_one: I am a platform engineer and certified AWS Solutions Architect with 4+ years experience in lean and agile DevOps transformation. I have worked with open source and cloud native technologies to build and support large scale system integration and high volume real-time cloud-based services.
about_description_two: I am able to leverage Cloud offerings to design and build fault tolerant and cost effective systems. I can translate client requirements into logical, network and physical designs that drive continuous integration and delivery pipelines to describe, build, test, release and monitor infrastructure and software.
about_description_three: I am passionate about technology and keen to take on new challenges.
about_photo: assets/images/myjaffoo.png
syntax_highlighting: true
# Skill icons from https://konpa.github.io/devicon/
skills:
- name: amazonwebservices
- name: apache
- name: bitbucket
- name: confluence
- name: docker
- name: gatling
- name: git
- name: github
- name: gitlab
- name: go
- name: linux
- name: mysql
- name: nginx
- name: nodejs
- name: oracle
- name: postgresql
- name: python
- name: redhat
- name: redis
- name: ruby
- name: slack
- name: tomcat
- name: trello
- name: twitter
- name: ubuntu
- name: vim
icon_size: 50 # font-size of icons in px
colored: colored # Leave blank for black and white icons
project_button: Github
github: https://github.com/myjaffoo
linkedin: https://www.linkedin.com/in/myjaffoo
twitter: https://twitter.com/YassineJaffoo
baseurl: # if your site is located at /blog or /home, enter it here, otherwise leave it empty
url: http://localhost:4000/ #the url of your site
# Google tracking, if both are filled, tag manager will prevail. Set up GA through GTM in that case
tag_manager_id: # This looks something like GTM-XXXXXXX
google_analytics_tracking_id: UA-116916261-1
cookies_banner: none # The value "show" will show the cookies banner, the value "none" will hide the banner.
cookie_accept_message: Thanks!
syntax_highlighting: true # include the css for syntax highlighting
# Build settings
markdown: kramdown
# theme: minima
permalink: pretty
plugins:
- jekyll-feed
- jekyll-assets
- jekyll-minifier