Skip to content

Commit b34ed10

Browse files
committed
update config
1 parent b60b8cd commit b34ed10

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

_config.yml

+8-10
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@
1313
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
1414
# You can create any custom variable you would like, and they will be accessible
1515
# 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
1818
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!
2221
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
2625

2726
# Build settings
2827
markdown: kramdown
@@ -44,5 +43,4 @@ exclude:
4443
- vendor/ruby/
4544

4645
header_pages:
47-
- abc.md
48-
- 123.md
46+
- about.md

0 commit comments

Comments
 (0)