-
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
1 parent
ad7e07e
commit 9d7a351
Showing
1 changed file
with
315 additions
and
15 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 |
---|---|---|
|
@@ -88,29 +88,26 @@ | |
|
||
|
||
<!--radix_placeholder_meta_tags--> | ||
<title>My Blog: About this blog</title> | ||
<title>NOTES FROM PITTSBURGH: about these NOTES....</title> | ||
|
||
<meta property="description" itemprop="description" content="Some additional details about the blog"/> | ||
|
||
|
||
|
||
<!-- https://developers.facebook.com/docs/sharing/webmasters#markup --> | ||
<meta property="og:title" content="My Blog: About this blog"/> | ||
<meta property="og:title" content="NOTES FROM PITTSBURGH: about these NOTES...."/> | ||
<meta property="og:type" content="article"/> | ||
<meta property="og:description" content="Some additional details about the blog"/> | ||
<meta property="og:locale" content="en_US"/> | ||
<meta property="og:site_name" content="My Blog"/> | ||
<meta property="og:site_name" content="NOTES FROM PITTSBURGH"/> | ||
|
||
<!-- https://dev.twitter.com/cards/types/summary --> | ||
<meta property="twitter:card" content="summary"/> | ||
<meta property="twitter:title" content="My Blog: About this blog"/> | ||
<meta property="twitter:description" content="Some additional details about the blog"/> | ||
<meta property="twitter:title" content="NOTES FROM PITTSBURGH: about these NOTES...."/> | ||
|
||
<!--/radix_placeholder_meta_tags--> | ||
<!--radix_placeholder_rmarkdown_metadata--> | ||
|
||
<script type="text/json" id="radix-rmarkdown-metadata"> | ||
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","description"]}},"value":[{"type":"character","attributes":{},"value":["About this blog"]},{"type":"character","attributes":{},"value":["Some additional details about the blog"]}]} | ||
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","links","output"]}},"value":[{"type":"character","attributes":{},"value":["about these NOTES...."]},{"type":"list","attributes":{},"value":[{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["label","url"]}},"value":[{"type":"character","attributes":{},"value":["Threads"]},{"type":"character","attributes":{},"value":["https://www.threads.net/@dlppassmore"]}]},{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["label","url"]}},"value":[{"type":"character","attributes":{},"value":["LinkedIn"]},{"type":"character","attributes":{},"value":["www.linkedin.com/in/davidpassmore"]}]},{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["label","url"]}},"value":[{"type":"character","attributes":{},"value":["Email"]},{"type":"character","attributes":{},"value":["mailto:[email protected]"]}]}]},{"type":"character","attributes":{},"value":["distill::distill_article"]}]} | ||
</script> | ||
<!--/radix_placeholder_rmarkdown_metadata--> | ||
<!--radix_placeholder_navigation_in_header--> | ||
|
@@ -2098,6 +2095,263 @@ <h3>${suggestion.title}</h3> | |
|
||
</script> | ||
|
||
<style type="text/css"> | ||
/* base variables */ | ||
|
||
/* Edit the CSS properties in this file to create a custom | ||
Distill theme. Only edit values in the right column | ||
for each row; values shown are the CSS defaults. | ||
To return any property to the default, | ||
you may set its value to: unset | ||
All rows must end with a semi-colon. */ | ||
|
||
/* Optional: embed custom fonts here with `@import` */ | ||
/* This must remain at the top of this file. */ | ||
|
||
|
||
|
||
html { | ||
/*-- Main font sizes --*/ | ||
--title-size: 50px; | ||
--body-size: 1.06rem; | ||
--code-size: 14px; | ||
--aside-size: 12px; | ||
--fig-cap-size: 13px; | ||
/*-- Main font colors --*/ | ||
--title-color: #000000; | ||
--header-color: rgba(0, 0, 0, 0.8); | ||
--body-color: rgba(0, 0, 0, 0.8); | ||
--aside-color: rgba(0, 0, 0, 0.6); | ||
--fig-cap-color: rgba(0, 0, 0, 0.6); | ||
/*-- Specify custom fonts ~~~ must be imported above --*/ | ||
--heading-font: sans-serif; | ||
--mono-font: monospace; | ||
--body-font: sans-serif; | ||
--navbar-font: sans-serif; /* websites + blogs only */ | ||
} | ||
|
||
/*-- ARTICLE METADATA --*/ | ||
d-byline { | ||
--heading-size: 0.6rem; | ||
--heading-color: rgba(0, 0, 0, 0.5); | ||
--body-size: 0.8rem; | ||
--body-color: rgba(0, 0, 0, 0.8); | ||
} | ||
|
||
/*-- ARTICLE TABLE OF CONTENTS --*/ | ||
.d-contents { | ||
--heading-size: 18px; | ||
--contents-size: 13px; | ||
} | ||
|
||
/*-- ARTICLE APPENDIX --*/ | ||
d-appendix { | ||
--heading-size: 15px; | ||
--heading-color: rgba(0, 0, 0, 0.65); | ||
--text-size: 0.8em; | ||
--text-color: rgba(0, 0, 0, 0.5); | ||
} | ||
|
||
/*-- WEBSITE HEADER + FOOTER --*/ | ||
/* These properties only apply to Distill sites and blogs */ | ||
|
||
.distill-site-header { | ||
--title-size: 18px; | ||
--text-color: rgba(255, 255, 255, 0.8); | ||
--text-size: 15px; | ||
--hover-color: white; | ||
--bkgd-color: #0F2E3D; | ||
} | ||
|
||
.distill-site-footer { | ||
--text-color: rgba(255, 255, 255, 0.8); | ||
--text-size: 15px; | ||
--hover-color: white; | ||
--bkgd-color: #0F2E3D; | ||
} | ||
|
||
/*-- Additional custom styles --*/ | ||
/* Add any additional CSS rules below */ | ||
</style> | ||
<style type="text/css">@import url('https://fonts.googleapis.com/css2?family=Amiri'); | ||
@import url('https://fonts.googleapis.com/css2?family=Bitter'); | ||
@import url('https://fonts.googleapis.com/css2?family=DM+Mono'); | ||
.distill-site-header { | ||
--title-size: 26px; | ||
--text-color: #CCCCCC; /* edited */ | ||
--text-size: 17px; | ||
--hover-color: #FFFFFF; /* edited */ | ||
--bkgd-color: #000000; /* edited */ | ||
} | ||
html { | ||
/*-- Main font sizes --*/ | ||
--heading-font: "Amiri", serif; | ||
--mono-font: "DM Mono", monospace; | ||
--body-font: "Bitter", sans-serif; | ||
--navbar-font: "Amiri", serif; | ||
--title-size: 35px; | ||
--text-color: #000000; | ||
--body-size: 1.15rem; | ||
--code-size: 14px; | ||
--aside-size: 12px; | ||
--fig-cap-size: 15px; | ||
/*-- More properties --*/ | ||
... | ||
}</style> | ||
<style type="text/css"> | ||
/* base style */ | ||
|
||
/* FONT FAMILIES */ | ||
|
||
:root { | ||
--heading-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif; | ||
--mono-default: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; | ||
--body-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif; | ||
} | ||
|
||
body, | ||
.posts-list .post-preview p, | ||
.posts-list .description p { | ||
font-family: var(--body-font), var(--body-default); | ||
} | ||
|
||
h1, h2, h3, h4, h5, h6, | ||
.posts-list .post-preview h2, | ||
.posts-list .description h2 { | ||
font-family: var(--heading-font), var(--heading-default); | ||
} | ||
|
||
d-article div.sourceCode code, | ||
d-article pre code { | ||
font-family: var(--mono-font), var(--mono-default); | ||
} | ||
|
||
|
||
/*-- TITLE --*/ | ||
d-title h1, | ||
.posts-list > h1 { | ||
color: var(--title-color, black); | ||
} | ||
|
||
d-title h1 { | ||
font-size: var(--title-size, 50px); | ||
} | ||
|
||
/*-- HEADERS --*/ | ||
d-article h1, | ||
d-article h2, | ||
d-article h3, | ||
d-article h4, | ||
d-article h5, | ||
d-article h6 { | ||
color: var(--header-color, rgba(0, 0, 0, 0.8)); | ||
} | ||
|
||
/*-- BODY --*/ | ||
d-article > p, /* only text inside of <p> tags */ | ||
d-article > ul, /* lists */ | ||
d-article > ol { | ||
color: var(--body-color, rgba(0, 0, 0, 0.8)); | ||
font-size: var(--body-size, 1.06rem); | ||
} | ||
|
||
|
||
/*-- CODE --*/ | ||
d-article div.sourceCode code, | ||
d-article pre code { | ||
font-size: var(--code-size, 14px); | ||
} | ||
|
||
/*-- ASIDE --*/ | ||
d-article aside { | ||
font-size: var(--aside-size, 12px); | ||
color: var(--aside-color, rgba(0, 0, 0, 0.6)); | ||
} | ||
|
||
/*-- FIGURE CAPTIONS --*/ | ||
figure .caption, | ||
figure figcaption, | ||
.figure .caption { | ||
font-size: var(--fig-cap-size, 13px); | ||
color: var(--fig-cap-color, rgba(0, 0, 0, 0.6)); | ||
} | ||
|
||
/*-- METADATA --*/ | ||
d-byline h3 { | ||
font-size: var(--heading-size, 0.6rem); | ||
color: var(--heading-color, rgba(0, 0, 0, 0.5)); | ||
} | ||
|
||
d-byline { | ||
font-size: var(--body-size, 0.8rem); | ||
color: var(--body-color, rgba(0, 0, 0, 0.8)); | ||
} | ||
|
||
d-byline a, | ||
d-article d-byline a { | ||
color: var(--body-color, rgba(0, 0, 0, 0.8)); | ||
} | ||
|
||
/*-- TABLE OF CONTENTS --*/ | ||
.d-contents nav h3 { | ||
font-size: var(--heading-size, 18px); | ||
} | ||
|
||
.d-contents nav a { | ||
font-size: var(--contents-size, 13px); | ||
} | ||
|
||
/*-- APPENDIX --*/ | ||
d-appendix h3 { | ||
font-size: var(--heading-size, 15px); | ||
color: var(--heading-color, rgba(0, 0, 0, 0.65)); | ||
} | ||
|
||
d-appendix { | ||
font-size: var(--text-size, 0.8em); | ||
color: var(--text-color, rgba(0, 0, 0, 0.5)); | ||
} | ||
|
||
d-appendix d-footnote-list a.footnote-backlink { | ||
color: var(--text-color, rgba(0, 0, 0, 0.5)); | ||
} | ||
|
||
/*-- WEBSITE HEADER + FOOTER --*/ | ||
.distill-site-header .title { | ||
font-size: var(--title-size, 18px); | ||
font-family: var(--navbar-font), var(--heading-default); | ||
} | ||
|
||
.distill-site-header a, | ||
.nav-dropdown .nav-dropbtn { | ||
font-family: var(--navbar-font), var(--heading-default); | ||
} | ||
|
||
.nav-dropdown .nav-dropbtn { | ||
color: var(--text-color, rgba(255, 255, 255, 0.8)); | ||
font-size: var(--text-size, 15px); | ||
} | ||
|
||
.distill-site-header a:hover, | ||
.nav-dropdown:hover .nav-dropbtn { | ||
color: var(--hover-color, white); | ||
} | ||
|
||
.distill-site-header { | ||
font-size: var(--text-size, 15px); | ||
color: var(--text-color, rgba(255, 255, 255, 0.8)); | ||
background-color: var(--bkgd-color, #0F2E3D); | ||
} | ||
|
||
.distill-site-footer { | ||
font-size: var(--text-size, 15px); | ||
color: var(--text-color, rgba(255, 255, 255, 0.8)); | ||
background-color: var(--bkgd-color, #0F2E3D); | ||
} | ||
|
||
.distill-site-footer a:hover { | ||
color: var(--hover-color, white); | ||
}</style> | ||
<!--/radix_placeholder_distill--> | ||
<script src="site_libs/header-attrs-2.28/header-attrs.js"></script> | ||
<script src="site_libs/popper-2.6.0/popper.min.js"></script> | ||
|
@@ -2119,20 +2373,39 @@ <h3>${suggestion.title}</h3> | |
<!--radix_placeholder_front_matter--> | ||
|
||
<script id="distill-front-matter" type="text/json"> | ||
{"title":"About this blog","description":"Some additional details about the blog","authors":[]} | ||
{"title":"about these NOTES....","authors":[]} | ||
</script> | ||
|
||
<!--/radix_placeholder_front_matter--> | ||
<!--radix_placeholder_navigation_before_body--> | ||
<header class="header header--fixed" role="banner"> | ||
<nav class="distill-site-nav distill-site-header"> | ||
<div class="nav-left"> | ||
<a href="index.html" class="title">My Blog</a> | ||
<span class="logo"> | ||
<img src="smallDLP.jpg"/> | ||
</span> | ||
<a href="index.html" class="title">NOTES FROM PITTSBURGH</a> | ||
<input id="distill-search" class="nav-search hidden" type="text" placeholder="Search..."/> | ||
</div> | ||
<div class="nav-right"> | ||
<a href="index.html">Home</a> | ||
<a href="about.html">About</a> | ||
<a href="about.html">| about these notes |</a> | ||
<div class="nav-dropdown"> | ||
<button class="nav-dropbtn"> | ||
| lists of notes | | ||
|
||
<span class="down-arrow">▾</span> | ||
</button> | ||
<div class="nav-dropdown-content"> | ||
<a href="ec.html">economy/workforce</a> | ||
<a href="lm.html">energy/environment</a> | ||
<a href="mem.html">global matters</a> | ||
<a href="op.html">methods</a> | ||
</div> | ||
</div> | ||
<a href="me.html">| brief bio |</a> | ||
<a href="index.xml"> | ||
<i class="fa fa-rss" aria-hidden="true"></i> | ||
</a> | ||
<a href="javascript:void(0);" class="nav-toggle">☰</a> | ||
</div> | ||
</nav> | ||
|
@@ -2142,16 +2415,34 @@ <h3>${suggestion.title}</h3> | |
<!--/radix_placeholder_site_before_body--> | ||
|
||
<div class="d-title"> | ||
<h1>About this blog</h1> | ||
<h1>about these NOTES….</h1> | ||
|
||
<!--radix_placeholder_categories--> | ||
<!--/radix_placeholder_categories--> | ||
<p><p>Some additional details about the blog</p></p> | ||
|
||
</div> | ||
|
||
|
||
<div class="d-article"> | ||
<div class="sourceCode" id="cb1"><pre class="sourceCode r distill-force-highlighting-css"><code class="sourceCode r"></code></pre></div> | ||
<h4 id="i-am-david-l.-passmore."><strong>I am <a href="me.html">DAVID L. PASSMORE</a>.</strong></h4> | ||
<p>My NOTES originate in Pittsburgh, Pennsylvania, where I have lived since 2020. I was a professor at Penn State for 41 years and in higher education for 51 years. My background, experiences, and accomplishments <a href="me.html">are detailed elsewhere</a></a>.</p> | ||
<h4 id="how-these-notes-are-rendered"><strong>how these NOTES are rendered</strong></h4> | ||
<p>I use <a href="https://obsidian.md/" target="_blank" title="Obsidian">Obsidian</a> to take and hold my notes and to organize digital resources and ideas that form the basis of my writing and other work.</p> | ||
<p>I write and code these NOTES in <a href="https://rmarkdown.rstudio.com/" target="_blank" title="RMarkdown">RMarkdown</a> syntax in <a href="https://www.rstudio.com/" target="_blank" title="RStudio">RStudio</a> using blogging tools provided in the <a href="https://www.r-project.org/" target="_blank" title="R">R programming</a> package titled <a href="https://cran.r-project.org/web/packages/distill/index.html" target="_blank" title="distill package"><code>distill</code></a>.</p> | ||
<p>I render this blog through <a href="https://en.wikipedia.org/wiki/Pandoc" target="_blank" title="Pandoc in Wikipedia">Pandoc into <a href="https://en.wikipedia.org/wiki/HTML" target="_blank" title="html in Wikipedia"> html</a> from the RMarkdown code. Then, I push the html to <a href="https://github.com/davidpassmore" target="_blank" title="Passmore GitHub account">my GitHub account</a>, from which it is served publicly through the <a href="https://en.wikipedia.org/wiki/Domain_name" target="_blank" title="domain name in Wikipedia">domain name</a>, <code>davidpassmore.github.io/blog/</code>.</p> | ||
<p>I do not implement cookies and other tracking tools with this blog site.</p> | ||
<h4 id="contacts-with-me"><strong>contacts with me</strong></h4> | ||
<p>Send an email to me using the email address: <code>dlp AT davidpassmore dot net</code>. I take <em>iMsgs</em> and <em>SMS messages</em> at <code>[email protected]</code>. My <a href="https://www.threads.com" target="_blank" title="Threads home page"><em>Threads</em></a> handle is <code>@dlppassmore</code>, where I am available publicly. I also run a <em>Slack</em> team to maintain communication with my family.</p> | ||
<p>I read, but do not post at, <em>Reddit</em> (mostly <code>r/pittsburgh</code>). I have a “placeholder” account on <em>FaceBook</em>, but I do not post to <em>Facebook</em> nor do I read postings on it regularly.</p> | ||
<p>I generally do not use the telephone, except for business or emergency purposes.</p> | ||
<p>vr,<br/> | ||
David</p> | ||
<p><img src="dlp_signature.jpg" style="width:35.0%" /></p> | ||
<h2 class="appendix" id="last-updated-on">Last updated on</h2> | ||
<div class="layout-chunk" data-layout="l-body"> | ||
<pre><code>[1] "2024-10-01 14:53:39 EDT"</code></pre> | ||
</div> | ||
<div class="sourceCode" id="cb2"><pre class="sourceCode r distill-force-highlighting-css"><code class="sourceCode r"></code></pre></div> | ||
<!--radix_placeholder_article_footer--> | ||
<!--/radix_placeholder_article_footer--> | ||
</div> | ||
|
@@ -2166,8 +2457,17 @@ <h1>About this blog</h1> | |
<div class="appendix-bottom"></div> | ||
<!--/radix_placeholder_appendices--> | ||
<!--radix_placeholder_navigation_after_body--> | ||
<div class="distill-site-nav distill-site-footer"> | ||
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://davidpassmore.github.io/blog/">NOTES FROM PITTSBURGH</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://davidpassmore.github.io/blog/me.html">David L. Passmore</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">Creative Commons Attribution-ShareAlike 4.0 International<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></p> | ||
<p></p> | ||
<p>Follow David Passmore | ||
<a href="https://www.threads.net/@dlppassmore" target="_blank" title="Passmore Threads">@DLPPassmore</a> | ||
on | ||
<a href="https://www.threads.com" target="_blank" title="Threads home page">Threads</a></p></p> | ||
</div> | ||
<!--/radix_placeholder_navigation_after_body--> | ||
|
||
|
||
</body> | ||
|
||
</html> |