Skip to content

Commit 3e71a1a

Browse files
committed
getting to grips
1 parent fb8b270 commit 3e71a1a

File tree

4 files changed

+29
-10
lines changed

4 files changed

+29
-10
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
permalink: /404.html
3-
layout: default
3+
layout: base
44
---
55

66
<style type="text/css" media="screen">

_config.yml

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,33 @@
1818
# You can create any custom variable you would like, and they will be accessible
1919
# in the templates via {{ site.myvariable }}.
2020

21-
title: Your awesome title
22-
email: your-email@example.com
21+
title: Oz Gitelson
22+
email: oz.gitelson@yale.edu
2323
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.
2727
baseurl: "" # the subpath of your site, e.g. /blog
2828
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
3131

3232
# 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+
3441
plugins:
3542
- jekyll-feed
3643

44+
permalink: /:title
45+
46+
47+
3748
# Exclude from processing.
3849
# The following items will not be processed, by default.
3950
# Any item listed under the `exclude:` key here will be automatically added to

index.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
# Feel free to add content and custom Front Matter to this file.
33
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
44

5-
layout: home
5+
layout: page
66
---
7+
Hello world

test.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: base
3+
title: Test
4+
permalink: /test/
5+
---
6+
7+
wtf

0 commit comments

Comments
 (0)