Skip to content

Commit

Permalink
switch current pages to plaintext layout
Browse files Browse the repository at this point in the history
  • Loading branch information
a-flyleaf committed Mar 4, 2022
1 parent a5d0d7e commit 147c74d
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 25 deletions.
9 changes: 4 additions & 5 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---
layout: default
title: Not found
layout: plaintext
title: ¯\_(ツ)_/¯
permalink: /404.html
---
<h1>¯\_(ツ)_/¯</h1>
<p>There’s nothing here, whoops.</p>

<h2>moved pages that you might be looking for</h2>
<h2>moved pages that might be relevant to your interests</h2>
<ul>
<li><b>/art</b>: <a href="{{site.url}}/shriblets/2020-06-07-art">single-page “portfolio”</a> (or maybe <a href="{{site.url}}/art">my art in general?</a>)</li>
<li><b>/tfe</b>: moved to <a href="{{site.url}}/projects/tfe">the projects folder</a></li>
<li><b>/that-one-story</b>: finally got <a href="{{site.url}}/ygbtdm">a proper title</a></li>
<li><b>/wolvwiki</b>: moved to <a href="https://a-flyleaf.neocities.org/wolvwiki">its own site</a></li>
<li><b>/wolvwiki</b>: moved <a href="https://a-flyleaf.neocities.org/wolvwiki">to a neocities site</a></li>
</ul>

&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion _layouts/plaintext.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<main class="wrap" id="main"><div class="content">
<h1>{{page.title}}</h1>{%if page.date%}
<div id="date">{{page.date|date:"%B %-d, %Y"}}</div>{%endif%}
<div class="date">{{page.date|date:"%B %-d, %Y"}}</div>{%endif%}

{{content}}
</div></main>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-03-03-sitenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: post
layout: plaintext
title: "sitenotes"
date: 2022-03-03
slug: sitenotes
Expand Down
10 changes: 4 additions & 6 deletions art.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
---
layout: default
title: art page, a page for art(?)
layout: plaintext
title: art…?
---
# Art...?

You might be looking for [the mini-portfolio from 2020]({{site.url}}/shriblets/2020-06-07-art)!

----

I draw a lot, and it's *way* too much to collect on a single page. I upload new stuff to [deviantArt](https://www.deviantart.com/a-flyleaf) on a semi-regular basis; besides that, you can see some of my art throughout my [projects]({{site.url}}/projects) and [shriblets]({{site.url}}/shriblets).
I draw a lot, and it's *way* too much to collect on a single page. New stuff is uploaded to [deviantArt](https://www.deviantart.com/a-flyleaf) on a semi-regular basis; besides that, you can see some of my art throughout my [projects]({{site.url}}/projects) and [shriblets]({{site.url}}/shriblets).

Additional pages that may or may not be made eventually:
- general archive/dA backup, for stuff that doesn't fit in elsewhere
- commissioned work, since that's a thing I do once in a blue moon (primarily for [dragon cash](https://flightrising.com/main.php?p=lair&tab=userpage&id=138250)); could be folded into a general FR art page
- commissioned work, since that's a thing I do once in a blue moon (primarily for [dragon cash](https://flightrising.com/main.php?p=lair&tab=userpage&id=138250); could be folded into a general FR art page?)

~maybe more~
14 changes: 11 additions & 3 deletions assets/plaintext.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ a{color:inherit; text-decoration-color:#c0c0c0;} a:hover,a:active,a:focus{color:
img{max-width:100%; height:auto;}
p,ul{margin:.75em 0; line-height:1.45em;} li>ul{margin:0 0 0 1em;}
h1{font-size:2.25em;}
h2{font-size:1.5em; margin-top:1em;} h1+h2{margin-top:.5em;} h2+p,h2+ul{margin-top:.5em;}
h2{font-size:1.5em; margin-top:1em;} h1+h2{margin-top:.5em;}
h3{font-size:1.15em; margin-top:1em;}
h2+p,h2+ul,h3+p,h3+ul{margin-top:.5em;}
code{font-family:consolas,monospace; background:rgba(0,0,0,0.075);}

/*layout*/
#skip{position:absolute; left:-999px; width:1px; height:1px; top:auto; overflow:hidden;}
Expand All @@ -30,7 +33,11 @@ header li::before{content:"•"; padding-right:1em;} header a:first-of-type li::
}

main .content{padding:1em 0;}
#date{color:#808080; margin-top:.5em; padding-bottom:1em;}
.date{color:#808080; margin-top:.5em; padding-bottom:1em;}
article{padding-bottom:2em;}
article .date{padding-bottom:0;}
article p:last-of-type{display:inline;}
.readmore{font-size:.85em;}

footer{color:#808080;}
footer .content{padding:9em 0 0; font-size:.85em;}
Expand All @@ -44,5 +51,6 @@ footer ul{list-style-type:none;}
@media (prefers-color-scheme:dark){
body{background:#111; color:#fff;}
a{text-decoration-color:inherit;}
header,#date{color:#c0c0c0;}
code{background:rgba(255,255,255,0.2);}
header,.date{color:#c0c0c0;}
}
12 changes: 12 additions & 0 deletions blog/index-v1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: default
title: Blog
---
<h1>{{page.title}}</h1>
<section>
{%for post in site.posts%}<hr/><article>
<a href="{{post.url}}"><h2>{{post.title}}</h2></a>
<div class="meta">{{post.date|date:"%B %-d, %Y"}}</div>
<span class="excerpt">{{post.excerpt}}<a href="{{post.url}}" class="readmore">&#8230;</a></span>
</article>{%endfor%}
</section>
16 changes: 7 additions & 9 deletions blog/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
layout: default
layout: plaintext
title: Blog
---
<h1>{{page.title}}</h1>
<section>
{%for post in site.posts%}<hr/><article>
<a href="{{post.url}}"><h2>{{post.title}}</h2></a>
<div class="meta">{{post.date|date:"%B %-d, %Y"}}</div>
<span class="excerpt">{{post.excerpt}}<a href="{{post.url}}" class="readmore">&#8230;</a></span>
</article>{%endfor%}
</section>
{%for post in site.posts%}<article>
<a href="{{post.url}}"><h2>{{post.title}}</h2></a>
<div class="date">{{post.date|date:"%B %-d, %Y"}}</div>
<div class="excerpt">{{post.excerpt}}{%if page.content contains '<!--more-->'%}<a href="{{post.url}}" class="readmore"><b></b> (read more)</a></div>{%endif%}
</article>{%endfor%}
<!--https://jonnylangefeld.com/blog/how-to-add-a-read-more-button-that-doesnt-suck-to-your-jekyll-blog < troubleshoot this when it's not nearing midnight pls-->

0 comments on commit 147c74d

Please sign in to comment.