forked from github/personal-website
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
92 lines (72 loc) · 2.4 KB
/
_config.yml
File metadata and controls
92 lines (72 loc) · 2.4 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
88
89
90
91
92
### Site metadata
repository: MichaelCurrin/MichaelCurrin.github.io
### Build settings ###
url: https://michaelcurrin.github.io
baseurl: ""
permalink: pretty
google_analytics: UA-87705880-9
# Normally you don't need the plugins field if you have :jekyll_plugins but this was needed to avod
# a build error.
plugins:
- jekyll-octicons
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "page"
exclude:
- docs/
- LICENSE
- README.md
- Makefile
# Exclude in Jekyll 3 only
- vendor/
- Gemfile
### Theme settings ###
layout: stacked # stacked | sidebar
style: dark # light | dark
dark:
icon_color: "#ffffff"
light:
icon_color: "#24292e"
projects:
sort_by: stars # pushed | stars
limit: 12
exclude:
archived: true
forks: false
projects:
# - repo-name
social_media:
# instagram: your_username
# linkedin: your_username
# medium: your_username
# stackoverflow: 6250733 # Set but decided not to use
# twitter: your_username
# website: http://your_website_url
# youtube: your_username
# source means original, i.e. not forked.
topics:
- name: Python
web_url: https://github.com/MichaelCurrin?tab=repositories&q=&type=source&language=python&sort=
image_url: https://raw.githubusercontent.com/github/explore/master/topics/python/python.png
- name: JavaScript
web_url: https://github.com/MichaelCurrin?tab=repositories&q=&type=source&language=javascript&sort=
image_url: https://raw.githubusercontent.com/github/explore/master/topics/javascript/javascript.png
- name: TypeScript
web_url: https://github.com/MichaelCurrin?tab=repositories&q=&type=source&language=typescript&sort=
image_url: https://raw.githubusercontent.com/github/explore/master/topics/typescript/typescript.png
- name: Bash / Shell
web_url: https://github.com/MichaelCurrin?tab=repositories&q=&type=source&language=shell&sort=
image_url: https://raw.githubusercontent.com/github/explore/master/topics/bash/bash.png
- name: Jekyll
web_url: https://michael-currin.netlify.app/topics/#topic-jekyll
image_url: https://raw.githubusercontent.com/github/explore/master/topics/jekyll/jekyll.png
- name: Go
web_url: https://github.com/MichaelCurrin?tab=repositories&q=&type=source&language=go&sort=
image_url: https://raw.githubusercontent.com/github/explore/master/topics/go/go.png