forked from github/personal-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
87 lines (73 loc) · 2.21 KB
/
_config.yml
File metadata and controls
87 lines (73 loc) · 2.21 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
layout: sidebar
style: light
description: "Alberto Gregorio's personal blog about software development, technology, and everything else."
plugins:
- jekyll-octicons
- jekyll-github-metadata
- jemoji
- jekyll-feed
- jekyll-responsive-image
permalink: /:year/:month/:day/:title/
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts"
values:
layout: "post"
projects:
sort_by: stars
# sort_by options:
# - pushed
# - stars
limit: 6
exclude:
forks: true
archived: false
projects:
- marsop.github.io
- machikoro
social_media:
linkedin: alberto-gregorio-0471122a
mastodon: @albertogregorio
stackoverflow: 1475643
# behance: your_username
# dribbble: your_username
# facebook: your_username
# hackerrank: your_username
# instagram: your_username
# keybase: your_username
# medium: your_username
# telegram: your_username
# twitter: marsop_
# unsplash: your_username
# vk: your_username
# website: http://albertogregorio.com
# youtube: your_username
responsive_image:
template: _includes/responsive-image.html
sizes:
- width: 320
- width: 480
- width: 800
topics:
- name: Ephemeral
web_url: https://albertogregorio.com/ephemeral
image_url: https://albertogregorio.com/ephemeral/img/EphemeralIcon.png
- name: Machine Learning
web_url: https://www.tensorflow.org/
image_url: https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/tensorflow/tensorflow.png
- name: Reactive Programming
web_url: http://reactivex.io/
image_url: https://avatars2.githubusercontent.com/u/984368?s=280&v=4
- name: Functional Programming
web_url: https://docs.microsoft.com/en-us/dotnet/fsharp/
image_url: https://upload.wikimedia.org/wikipedia/commons/5/57/Fsharp_logo.png
- name: Python
web_url: https://gto76.github.io/python-cheatsheet/
image_url: https://yt3.ggpht.com/a-/AAuE7mBb9nkPTRX6_g9r_79DVRiNDS0AAkzJwna_kw=s288-mo-c-c0xffffffff-rj-k-no
- name: Akka.NET
web_url: https://getakka.net/
image_url: https://getakka.net/images/mainlogo.png
repository: marsop/marsop.github.io
theme: jekyll-theme-midnight