|
18 | 18 | # You can create any custom variable you would like, and they will be accessible
|
19 | 19 | # in the templates via {{ site.myvariable }}.
|
20 | 20 |
|
21 |
| -title: Your awesome title |
22 |
| -email: your-email@example.com |
| 21 | +title: Oz Gitelson |
| 22 | +email: oz.gitelson@yale.edu |
23 | 23 | description: >- # this means to ignore newlines until "baseurl:"
|
24 |
| - Write an awesome description for your new site here. You can edit this |
25 |
| - line in _config.yml. It will appear in your document head meta (for |
26 |
| - Google search results) and in your feed.xml site description. |
| 24 | + Hi, I'm Oz. I'm a junior at Yale pursuing a BS/MS in Computer Science. |
| 25 | + outside of classes, I am a researcher in the Social Robotics Lab, where I |
| 26 | + study stress detection and human-robot collaboration. |
27 | 27 | baseurl: "" # the subpath of your site, e.g. /blog
|
28 | 28 | url: "https://ozgitelson.com" # the base hostname & protocol for your site, e.g. http://example.com
|
29 |
| -twitter_username: jekyllrb |
30 |
| -github_username: jekyll |
| 29 | +# twitter_username: jekyllrb |
| 30 | +# github_username: OzGitelson |
31 | 31 |
|
32 | 32 | # Build settings
|
33 |
| -theme: minima |
| 33 | +# theme: minima |
| 34 | +remote_theme: jekyll/minima |
| 35 | +minima: |
| 36 | + skin: dark |
| 37 | + social_links: |
| 38 | + - { platform: github, user_url: "https://github.com/OzGitelson" } |
| 39 | + - { platform: linkedin, user_url: "https://linkedin.com/in/oz-gitelson/" } |
| 40 | + |
34 | 41 | plugins:
|
35 | 42 | - jekyll-feed
|
36 | 43 |
|
| 44 | +permalink: /:title |
| 45 | + |
| 46 | + |
| 47 | + |
37 | 48 | # Exclude from processing.
|
38 | 49 | # The following items will not be processed, by default.
|
39 | 50 | # Any item listed under the `exclude:` key here will be automatically added to
|
|
0 commit comments