File tree 1 file changed +8
-10
lines changed
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 13
13
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14
14
# You can create any custom variable you would like, and they will be accessible
15
15
# in the templates via {{ site.myvariable }}.
16
- title : Your awesome title
17
- email : your-email@example .com
16
+ title : Omar Padron
17
+ email : omarpadronmail@gmail .com
18
18
description : >- # this means to ignore newlines until "baseurl:"
19
- Write an awesome description for your new site here. You can edit this
20
- line in _config.yml. It will appear in your document head meta (for
21
- Google search results) and in your feed.xml site description.
19
+ I'm Omar, a software engineer who loves to work at the intersection of math,
20
+ engineering, and computation. Ask me about HPC, kubernetes, or software supply chains!
22
21
baseurl : " " # the subpath of your site, e.g. /blog
23
- url : " " # the base hostname & protocol for your site, e.g. http ://example.com
24
- twitter_username : jekyllrb
25
- github_username : jekyll
22
+ url : " https ://padron.software "
23
+ twitter_username : null
24
+ github_username : opadron
26
25
27
26
# Build settings
28
27
markdown : kramdown
@@ -44,5 +43,4 @@ exclude:
44
43
- vendor/ruby/
45
44
46
45
header_pages :
47
- - abc.md
48
- - 123.md
46
+ - about.md
You can’t perform that action at this time.
0 commit comments