chore: feed styles
This commit is contained in:
parent
dc9d5de0e9
commit
8e91ebf27c
3 changed files with 6 additions and 11 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "21.10.1",
|
"version": "21.10.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "21.10.1",
|
"version": "21.10.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.4.0",
|
"@cdransf/api-text": "^1.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "21.10.1",
|
"version": "21.10.2",
|
||||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -8,12 +8,6 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
@font-face {
|
|
||||||
font-family: 'MonoLisa';
|
|
||||||
src: url('/assets/fonts/MonoLisa.min.woff2') format('woff2');
|
|
||||||
font-display: optional
|
|
||||||
}
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--sizing-xs: .25rem;
|
--sizing-xs: .25rem;
|
||||||
--sizing-sm: .5rem;
|
--sizing-sm: .5rem;
|
||||||
|
@ -24,7 +18,7 @@
|
||||||
--sizing-2xl: 2rem;
|
--sizing-2xl: 2rem;
|
||||||
--sizing-3xl: 2.25rem;
|
--sizing-3xl: 2.25rem;
|
||||||
|
|
||||||
--font-mono: 'MonoLisa', Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, ui-monospace, monospace;
|
--font-mono: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, ui-monospace, monospace;
|
||||||
|
|
||||||
--blue-50: #eff5ff;
|
--blue-50: #eff5ff;
|
||||||
--blue-100: #e2ecff;
|
--blue-100: #e2ecff;
|
||||||
|
@ -300,12 +294,13 @@
|
||||||
</section>
|
</section>
|
||||||
<div class="default-wrapper">
|
<div class="default-wrapper">
|
||||||
<p><xsl:value-of select="/rss/channel/description"/></p>
|
<p><xsl:value-of select="/rss/channel/description"/></p>
|
||||||
<p><a href="/feeds">View more of the feeds from my site.</a> <strong class="highlight-text">Or subscribe by adding the URL below to your feed reader of choice.</strong></p>
|
<p><strong class="highlight-text">Subscribe by adding the URL below to your feed reader of choice.</strong></p>
|
||||||
<p>
|
<p>
|
||||||
<pre class="small">
|
<pre class="small">
|
||||||
<code><xsl:value-of select="rss/channel/atom:link/@href"/></code>
|
<code><xsl:value-of select="rss/channel/atom:link/@href"/></code>
|
||||||
</pre>
|
</pre>
|
||||||
</p>
|
</p>
|
||||||
|
<p><a href="/feeds">View more of the feeds from my site.</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<section>
|
<section>
|
||||||
<xsl:for-each select="/rss/channel/item">
|
<xsl:for-each select="/rss/channel/item">
|
||||||
|
|
Reference in a new issue