-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
89 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{%- assign crumbs = page.url | split: '/' -%} | ||
{%- for crumb in crumbs -%} | ||
{%- if forloop.last -%} | ||
<span>/</span><strong>{{crumb}}</strong> | ||
{% elsif forloop.first %} | ||
<a href="{{ '/' | relative_url}}">home</a> | ||
{%- else -%} | ||
<span>/</span><a href="{{crumb|relative_url}}">{{crumb}}</a> | ||
{%- endif -%} | ||
{%- endfor -%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,32 @@ | ||
body{color:#222} | ||
body{--bs-heading-color:var(--bs-gray-dark);color:#222;text-size-adjust:none} | ||
aside{border-top:dotted 2px gray;padding-top:2rem;font-size:var(--aside-font-size)} | ||
h2{margin:.5rem 0} | ||
h3,h4,h5{margin:0 0} | ||
h1 a{text-decoration-skip-ink:all} | ||
.h2>a:hover,.h3>a:hover,.h4>a:hover,.h5>a:hover{font-style:oblique;transition:font-style .15s ease-in-out} | ||
q:after{content:""} | ||
q:before{content:""} | ||
a,u{text-decoration-skip-ink:none;text-decoration-thickness:calc(1rem/10)} | ||
a,u{text-decoration-skip-ink:none;text-decoration-thickness:.1em} | ||
a:hover{color:#222} | ||
.bookmark q{white-space:pre-line} | ||
.clamp{display:-webkit-box!important;-webkit-line-clamp:var(--clamp-lines,1);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis} | ||
.gap{gap:var(--gap)} | ||
.site-title{font-size:2rem} | ||
.site-title a{font-size:1.5rem;text-decoration-thickness:calc(1em / 10);text-underline-offset:.15rem;font-family:var(--bs-font-sans-serif)} | ||
.toc{max-height:min(300px,40vh);position:sticky;top:1rem;font-size:.9rem;z-index:1;width:20px;max-width:20px} | ||
.toc a{display:block;text-decoration:none;font-weight:400;white-space:pre;padding:0 4px;line-height:1;color:#222} | ||
.toc a:hover{text-decoration:none;background:#eee} | ||
.toc a:hover:after{text-decoration:none;border:0;content:attr(title);position:absolute;right:1.5rem;color:#fff;background:#222;padding:2px 4px;z-index:1;font-size:.8rem} | ||
.mark q{background:var(--bs-highlight-bg)} | ||
.smaller{font-size:var(--smaller-font-size,.85rem)} | ||
.muted{color:var(--bs-gray-500)} | ||
.gray{color:var(--bs-gray-500)} | ||
.g4,.g5,.g6,.g7,.g4h,.g5h,.g6h,.g7h{color:var(--gray)} | ||
.g4{--gray:var(--bs-gray-400)} | ||
.g5{--gray:var(--bs-gray-500)} | ||
.g6{--gray:var(--bs-gray-600)} | ||
.g7{--gray:var(--bs-gray-700)} | ||
.g4h:hover{--gray:var(--bs-gray-400)} | ||
.g5h:hover{--gray:var(--bs-gray-500)} | ||
.g6h:hover{--gray:var(--bs-gray-600)} | ||
.g7h:hover{--gray:var(--bs-gray-700)} | ||
|
||
.red{color:var(--bs-red)} | ||
.sans-serif{font-family:var(--bs-font-sans-serif)} | ||
.serif{font-family:var(--bs-font-serif)} | ||
.pre{white-space:pre} | ||
.letter-spacing-1{letter-spacing:1px} | ||
table{border-collapse:separate} | ||
.small>a{text-decoration:none} | ||
.tag-text{color:gray;font-weight:400;font-size:.8rem;text-decoration:none;line-height:1.5} | ||
.compact [data-level="2"]{display:none} | ||
.chapters{gap:2rem!important} | ||
.chapters ul{gap:var(--list-gap)} | ||
.chapters ul{gap:var(--list-gap)} | ||
.link-primary:hover{color:var(--bs-dark)!important;text-decoration-color:inherit!important} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: activity | ||
layout: default | ||
permalink: /activity | ||
--- | ||
<style> | ||
main{font-size:12px;line-height:1.15} | ||
main>ul{list-style:none;display:flex;flex-direction:column;gap:1rem;list-style-type:disc} | ||
li ul strong{font-weight:500} | ||
li a {text-decoration:none;} | ||
li p strong{color:#000;font-weight:700;font-size:.95rem} | ||
li p{margin:0 0;padding-bottom:.25rem} | ||
main h2{font-size:1.4rem;margin-right:10%;border-bottom:2px dotted gray;margin:2rem 0} | ||
main h1{font-size:1.75rem;} | ||
em.started{color:var(--bs-red);font-style:normal} | ||
em.started:before{content:"**"} | ||
</style> | ||
|
||
{%- capture activity -%}{% include_relative activity.txt -%}{% endcapture %} | ||
{{ activity|markdownify|replace: "***",'<em class="started"></em>' }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters