Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ _site
.jekyll-cache
.jekyll-metadata
vendor
Gemfile.lock
Gemfile.lock
legacy/*
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /404.html
layout: base
layout: default
---

<style type="text/css" media="screen">
Expand Down
43 changes: 26 additions & 17 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,28 @@ description: >- # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://ozgitelson.com" # the base hostname & protocol for your site, e.g. http://example.com
# twitter_username: jekyllrb
# github_username: OzGitelson
# github_username: jekyll

# Build settings
# theme: minima
remote_theme: jekyll/minima
theme: minima
minima:
skin: dark
hide_site_feed_link: True
social_links:
- { platform: github, user_url: "https://github.com/OzGitelson" }
- { platform: linkedin, user_url: "https://linkedin.com/in/oz-gitelson/" }
- title: GitHub
icon: github
url: "https://github.com/OzGitelson"
- title: Linkedin
icon: linkedin
url: "https://linkedin.com/in/oz-gitelson/"
- title: Google Scholar
icon: google-scholar
url: https://scholar.google.com/citations?user=LinR27sAAAAJ
skin: dark

plugins:
- jekyll-feed


permalink: /:title
header_pages:
- publications.md
Expand All @@ -54,14 +62,15 @@ header_pages:
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- legacy/
4 changes: 2 additions & 2 deletions _includes/custom-head.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<title>{site.title}|{page.title}</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.png">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<title>{{site.title}}|{{page.title}}</title>
3 changes: 3 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<link id="fa-stylesheet" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css">


<footer class="site-footer h-card">
<data class="u-url" href="{{ "/" | relative_url }}"></data>

Expand Down
13 changes: 13 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{%- seo -%}
<link rel="stylesheet" href="/assets/style.css">
{%- feed_meta -%}
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}

{%- include custom-head.html -%}
</head>
5 changes: 2 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<header class="site-header" style="border-top: 0px;">
<header class="site-header" role="banner" style="border-top: 0px;">

<div class="wrapper">
{%- assign default_paths = site.pages | map: "path" -%}
{%- assign page_paths = site.header_pages | default: default_paths -%}
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>

{%- if titles_size > 0 -%}
{%- if page_paths -%}
<nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
Expand Down
33 changes: 23 additions & 10 deletions _includes/social.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,30 @@
<ul class="social-media-list">
<li>
<a rel="me" href="mailto:{{site.email}}" target="_blank" title="email">
<img src="assets/images/email.svg" alt="Email" class="svg-icon grey" />
</a>
<a rel="me" href="mailto:{{site.email}}" target="_blank" title="Email">
<span class="grey fa-solid fa-envelope fa-lg"></span>
</a>
</li>

{%- for entry in site.minima.social_links -%}
{%- include social-item.html item = entry -%}
<li>
<a rel="me" href="{{ entry.url }}" target="_blank" title="{{ entry.title }}">
<span class="grey fa-brands fa-{{ entry.icon }} fa-lg"></span>
</a>
</li>
{%- endfor -%}

<li>
<a rel="me" href="https://scholar.google.com/citations?user=LinR27sAAAAJ&hl=en" target="_blank" title="google scholar">
<img src="assets/images/google-scholar.svg" alt="Google Scholar" class="svg-icon grey" />
</a>
</li>
</ul>
{% unless site.minima.hide_site_feed_link %}
<li>
<a href="{{ site.feed.path | default: 'feed.xml' | absolute_url }}" target="_blank" title="Subscribe to syndication feed">
<svg class="svg-icon grey" viewbox="0 0 16 16">
<path d="M12.8 16C12.8 8.978 7.022 3.2 0 3.2V0c8.777 0 16 7.223 16 16h-3.2zM2.194
11.61c1.21 0 2.195.985 2.195 2.196 0 1.21-.99 2.194-2.2 2.194C.98 16 0 15.017 0
13.806c0-1.21.983-2.195 2.194-2.195zM10.606
16h-3.11c0-4.113-3.383-7.497-7.496-7.497v-3.11c5.818 0 10.606 4.79 10.606 10.607z"
/>
</svg>
</a>
</li>
{%- endunless %}
</ul>

2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: base
layout: default
---
<article class="post">
{% unless page.hide_header %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: "Welcome to Jekyll!"
date: 2024-08-07 18:59:09 -0400
date: 2025-04-10 13:30:59 -0400
categories: jekyll update
---
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
Expand Down
18 changes: 18 additions & 0 deletions about.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: page
title: About
permalink: /about/
---

This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)

You can find the source code for Minima at GitHub:
[jekyll][jekyll-organization] /
[minima](https://github.com/jekyll/minima)

You can find the source code for Jekyll at GitHub:
[jekyll][jekyll-organization] /
[jekyll](https://github.com/jekyll/jekyll)


[jekyll-organization]: https://github.com/jekyll
Loading