Skip to content

Commit ed48b70

Browse files
authored
Merge pull request #17 from tmfarrell/nostyle-redesign
Redesign with no/ minimalist styling
2 parents 2373831 + 002e078 commit ed48b70

12 files changed

Lines changed: 127 additions & 455 deletions

File tree

Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@ source "https://rubygems.org"
22

33
gem "github-pages", group: :jekyll_plugins
44
gem "jekyll"
5-
gem "redcarpet", github: "triplecanopy/redcarpet"
6-
gem 'jemoji'
7-
gem 'jekyll-sitemap'
8-
gem 'jekyll-paginate'
95
gem "webrick", "~> 1.7"

Gemfile.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
GIT
2-
remote: https://github.com/triplecanopy/redcarpet.git
3-
revision: 6590ea3e4bfa0bf9273525ee10b23dd5369dc957
4-
specs:
5-
redcarpet (2.2.2)
6-
71
GEM
82
remote: https://rubygems.org/
93
specs:
@@ -289,10 +283,6 @@ PLATFORMS
289283
DEPENDENCIES
290284
github-pages
291285
jekyll
292-
jekyll-paginate
293-
jekyll-sitemap
294-
jemoji
295-
redcarpet!
296286
webrick (~> 1.7)
297287

298288
BUNDLED WITH

_config.yml

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,34 @@
11
# Setup
2-
title: ''
3-
tagline: ''
4-
description: 'bio/ health x data/ AI <br/> <a href="https://twitter.com/tfarrell01">@tfarrell01</a>'
2+
title: Tim Farrell
3+
tagline: bio/ health &nbsp; x &nbsp; data/ AI
4+
description: bio/ health &nbsp; x &nbsp; data/ AI
55
url: https://tmfarrell.github.io
6-
paginate: 5
6+
baseurl: ''
7+
# paginate: 5 # Using show-more pattern; uncomment for index pagination
78
permalink: pretty
89
markdown: kramdown
910

11+
# Theme
12+
remote_theme: riggraz/no-style-please
13+
14+
# Theme config (no-style-please)
15+
theme_config:
16+
appearance: "light"
17+
back_home_text: ".."
18+
date_format: "%Y-%m"
19+
show_description: false
20+
lowercase_titles: false
21+
1022
# About/contact
1123
author:
12-
name: ''
24+
name: Tim Farrell
1325
url: https://twitter.com/tfarrell01
1426
email: tfarrell01@gmail.com
1527

16-
# Gems
28+
# Plugins
1729
plugins:
18-
- jekyll-paginate
30+
- jekyll-feed
31+
- jekyll-seo-tag
1932

2033
# Custom vars
2134
version: 1.0.0

_includes/head.html

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,19 @@
11
<head>
2-
<link href="http://gmpg.org/xfn/11" rel="profile">
3-
<meta http-equiv="content-type" content="text/html; charset=utf-8">
2+
<meta charset="utf-8">
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
4+
<title>{%- if page.title -%}{{ page.title }} | {%- endif -%}{{ site.title }}</title>
45

5-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
6+
{%- seo title=false -%}
7+
{%- feed_meta -%}
68

7-
<title>
8-
{{ site.tagline }}
9-
</title>
10-
11-
{% if page.url and site.baseurl %}
12-
<link rel="canonical" href="{{ page.url | absolute_url }}">
13-
{% endif %}
14-
15-
<link rel="stylesheet" href="{{ '/public/css/poole.css' | absolute_url }}">
16-
<link rel="stylesheet" href="{{ '/public/css/syntax.css' | absolute_url }}">
17-
<link rel="stylesheet" href="{{ '/public/css/lanyon.css' | absolute_url }}">
18-
<link rel="stylesheet" href="{{ "/public/css/custom.css" | prepend: site.baseurl }}">
9+
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
10+
<link rel="stylesheet" href="{{ '/assets/css/custom.css' | relative_url }}">
1911
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
2012

21-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ '/public/apple-touch-icon-precomposed.png' | absolute_url }}">
22-
<link rel="shortcut icon" href="{{ '/public/favicon.ico' | absolute_url }}">
23-
24-
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ '/atom.xml' | absolute_url }}">
13+
{%- include analytics.html -%}
2514

2615
<script type="text/x-mathjax-config">
27-
MathJax.Hub.Config({
28-
TeX: { equationNumbers: { autoNumber: "AMS" }},
29-
});
16+
MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "AMS" } } });
3017
</script>
31-
<script type="text/javascript" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js?config=TeX-AMS-MML_HTMLorMML"></script>
32-
</head>
18+
<script type="text/javascript" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js?config=TeX-AMS-MML_HTMLorML"></script>
19+
</head>

_layouts/default.html

Lines changed: 8 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,10 @@
11
<!DOCTYPE html>
2-
<html lang="en-us">
3-
4-
{% include head.html %}
5-
6-
{% include analytics.html %}
7-
8-
<body class="theme-base-08">
9-
10-
{% include sidebar.html %}
11-
12-
<!-- Wrap is the content to shift when toggling the sidebar. We wrap the
13-
content to avoid any CSS collisions with our real content. -->
14-
<div class="wrap">
15-
<div class="masthead">
16-
<div class="container">
17-
<h2 class="masthead-title">
18-
<a href="{{ site.baseurl }}/" title="Home"><b>{{ site.title }}</b></a>
19-
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
20-
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
21-
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
22-
&nbsp; &nbsp; &nbsp; &nbsp;
23-
<small>{{ site.tagline }}</small>
24-
</h2>
25-
</div>
26-
</div>
27-
28-
<div class="container content">
29-
{{ content }}
30-
</div>
31-
</div>
32-
33-
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
34-
35-
<script src='{{ site.baseurl }}/public/js/script.js'></script>
36-
</body>
2+
<html lang="en">
3+
{%- include head.html -%}
4+
<body>
5+
<div class="w">
6+
{{ content }}
7+
{%- include footer.html -%}
8+
</div>
9+
</body>
3710
</html>

_layouts/post.html

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,31 @@
77
<div class="reading-progress" id="reading-progress"></div>
88
</div>
99

10-
<!-- Smart Back Button -->
10+
<!-- Back Button -->
1111
<div class="back-button-container">
1212
{% if page.categories contains 'reading' %}
13-
<a href="{{ site.baseurl }}/reading/">
14-
<span class="back-arrow"></span> Back
15-
</a>
13+
<a href="{{ '/reading/' | relative_url }}">← Back</a>
1614
{% elsif page.categories contains 'writing' %}
17-
<a href="{{ site.baseurl }}/archive/">
18-
<span class="back-arrow"></span> Back
19-
</a>
15+
<a href="{{ '/archive/' | relative_url }}">← Back</a>
16+
{% else %}
17+
<a href="{{ '/' | relative_url }}">← Back</a>
2018
{% endif %}
2119
</div>
2220

2321
<div class="post">
2422
<h1 class="post-title">{{ page.title }}</h1>
25-
26-
<!-- Post Meta Information -->
23+
2724
<div class="post-meta">
28-
<span>{{ page.date | date_to_string }}</span>
25+
<span>{{ page.date | date: site.theme_config.date_format }}</span>
2926
<span class="separator">|</span>
3027
<span class="reading-time">
3128
{% assign words = content | strip_html | number_of_words %}
3229
{% assign reading_time = words | divided_by: 200 %}
33-
{% if reading_time == 0 %}
34-
1 min read
35-
{% else %}
36-
{{ reading_time }} min read
37-
{% endif %}
30+
{% if reading_time == 0 %}1 min read{% else %}{{ reading_time }} min read{% endif %}
3831
</span>
3932
</div>
4033

41-
<!-- Post Content -->
4234
<article class="post-content">
43-
<!-- Table of Contents (for posts with toc enabled) -->
4435
{% if page.toc %}
4536
<nav class="toc" id="toc">
4637
<ul id="toc-list"></ul>
@@ -56,15 +47,15 @@ <h1 class="post-title">{{ page.title }}</h1>
5647
<h2>Related posts</h2>
5748
<ul class="related-posts">
5849
{% for post in site.related_posts limit:3 %}
59-
<li>
60-
<h3>
61-
<a href="{{ site.baseurl }}{{ post.url }}">
62-
{{ post.title }}
63-
<small>{{ post.date | date_to_string }}</small>
64-
</a>
65-
</h3>
66-
</li>
50+
<li>
51+
<a href="{{ post.url | relative_url }}">
52+
{{ post.title }}
53+
<small>{{ post.date | date: site.theme_config.date_format }}</small>
54+
</a>
55+
</li>
6756
{% endfor %}
6857
</ul>
6958
</div>
7059
{% endif %}
60+
61+
<script src="{{ '/assets/js/script.js' | relative_url }}"></script>

_posts/2025-04-06-future_of_healthcare.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ There's been even more uncertainty recently with all of the changes at HHS/FDA.
1212

1313
These are crisis-inducing changes, but also a massive opportunity.
1414

15-
US healthcare is broken and it may be that with a slowdown in therapeutic development, there's a greater imperative and opportunity for <span style="color:#ac4142">digital health solutions</span> to help fix our system. To reinvent how disease is identified and managed, and how care is produced and delivered.
15+
US healthcare is broken and it may be that with a slowdown in therapeutic development, there's a greater imperative and opportunity for **digital health solutions** to help fix our system. To reinvent how disease is identified and managed, and how care is produced and delivered.
1616

1717
These are 3 trends in digital health that have been emerging in recent years, and are likely to accelerate in the new regulatory environment.
1818

19-
## The future of healthcare is <span style="color:#ac4142">remote/ decentralized</span>
19+
## Future of healthcare is **remote/ decentralized**
2020

2121
Healthcare is moving from hospitals to homes.
2222

@@ -30,7 +30,7 @@ Google Trends shows this trend has probably continued now 5+ years later.
3030
<img src="/assets/img/telemedicine_google.png"
3131
style="display: block; margin-left: auto; margin-right: auto; width: 80%; border:1px solid #D3D3D3" />
3232

33-
## The future of healthcare is <span style="color:#ac4142">high frequency</span>
33+
## Future of healthcare is **high frequency**
3434

3535
Remote patient monitoring is gaining traction.
3636

@@ -58,7 +58,7 @@ Wearables like Apple Watch, Oura Ring, and Whoop are also adding to and accelera
5858

5959
These devices will get more "clinical." Clinical and medical devices will get more "consumerized." And hopefully we all get healthier.
6060

61-
## The future of healthcare is <span style="color:#ac4142">predictive</span>
61+
## Future of healthcare is **predictive**
6262

6363
Cheaper, more ubiquitous remote monitoring means more frequent measurements and more data. Ultimately, those with the data will want to operationalize and productize that data in the form of analytics and AI (i.e. the `data => analytics => AI` value chain).
6464

archive.html

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
---
22
layout: default
3-
title: Writing
3+
title: write
44
---
55

6-
<div class="home">
6+
<div style="text-align: center;">
7+
<h1 style="margin-bottom: 0.25rem; font-size: 2rem;">{{ site.title }}</h1>
8+
<p style="margin-top: 0; color: #666;">{{ site.tagline }}</p>
79

8-
{% include breadcrumb.html %}
9-
10-
<ul class="post-list" style="list-style:none; margin-bottom: 20px;">
11-
{% for post in site.categories.writing %}
12-
<li style="margin-bottom: 8px;">
13-
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">
14-
{{ post.title }}
15-
</a>
16-
<span class="post-subtitle" style="color: darkgrey;">
17-
/ {{ post.date | date: "%b %Y" }}
18-
</span>
19-
</li>
20-
{% endfor %}
21-
</ul>
22-
<!--
23-
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
24-
-->
10+
<nav class="tab-nav">
11+
<a href="{{ '/reading/' | relative_url }}">read</a>
12+
<span> | </span>
13+
<a href="{{ '/archive/' | relative_url }}" class="active">write</a>
14+
<span> | </span>
15+
<a href="{{ '/building/' | relative_url }}">build</a>
16+
</nav>
2517
</div>
18+
19+
<hr data-content="">
20+
21+
{% include post_list.html category="writing" %}

0 commit comments

Comments
 (0)