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
1 change: 0 additions & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("src/android-launchericon-72-72.png");
eleventyConfig.addPassthroughCopy("src/keybase.txt");
eleventyConfig.addPassthroughCopy("src/manifest.json");
eleventyConfig.addPassthroughCopy("src/site.webmanifest");
eleventyConfig.addPassthroughCopy("src/sw.js");
eleventyConfig.addPassthroughCopy("src/_headers");
eleventyConfig.addPassthroughCopy("src/js/**");
Expand Down
4 changes: 2 additions & 2 deletions docs/credits/credits/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ <h2 id="fonts" tabindex="-1">Fonts <a class="anchor-link" href="#fonts">#</a></h
<span class="token property">--font-family-heading</span><span class="token punctuation">:</span> <span class="token string">'Pirata One'</span><span class="token punctuation">,</span> cursive<span class="token punctuation">;</span>
<span class="token punctuation">}</span></code></pre>
<h2 id="icons" tabindex="-1">Icons <a class="anchor-link" href="#icons">#</a></h2>
<p>A custom icon component (<a href="https://github.com/AdamJ/adamjolicoeur.com/blob/main/src/js/icon-component.js">icon-component.js</a>) is used to render icons as web components with <a href="https://fontawesome.com/">Font Awesome</a> as the preferred icon library.</p>
<pre class="language-html"><code class="hljs language-html"> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>fa-icon</span> <span class="token attr-name">type</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>brands<span class="token punctuation">"</span></span> <span class="token attr-name">name</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>github<span class="token punctuation">"</span></span> <span class="token attr-name">size</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>md<span class="token punctuation">"</span></span><span class="token punctuation">></span></span><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>fa-icon</span><span class="token punctuation">></span></span></code></pre>
<p><a href="https://fontawesome.com/">Font Awesome</a> is the preferred icon library, loaded via its kit script and used directly as inline icon markup.</p>
<pre class="language-html"><code class="hljs language-html"> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>i</span> <span class="token attr-name">class</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>fa-solid fa-github<span class="token punctuation">"</span></span><span class="token punctuation">></span></span><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>i</span><span class="token punctuation">></span></span></code></pre>
<h2 id="plugins" tabindex="-1">Plugins <a class="anchor-link" href="#plugins">#</a></h2>
<ul>
<li><a href="https://github.com/11ty/eleventy-plugin-inclusive-language">eleventy-plugin-inclusive-language</a> to check for inclusive language</li>
Expand Down
84 changes: 2 additions & 82 deletions docs/css/containers.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 2 additions & 24 deletions docs/css/markdown.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

198 changes: 2 additions & 196 deletions docs/css/print.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading