Skip to content

Commit

Permalink
dvert
Browse files Browse the repository at this point in the history
  • Loading branch information
script-fu committed Nov 21, 2024
1 parent 499b595 commit f8d0a5b
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 836 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

20 changes: 0 additions & 20 deletions _includes/head.html

This file was deleted.

21 changes: 0 additions & 21 deletions _includes/navlinks.html

This file was deleted.

36 changes: 0 additions & 36 deletions _includes/sharelinks.html

This file was deleted.

20 changes: 0 additions & 20 deletions _layouts/base.html

This file was deleted.

62 changes: 1 addition & 61 deletions _layouts/home.html
Original file line number Diff line number Diff line change
@@ -1,61 +1 @@
---
layout: base
---

<div class="home">
{%- if page.title -%}
<h1 class="page-heading">{{ page.title }}</h1>
{%- endif -%}

{{ content }}


{% if site.paginate %}
{% assign posts = paginator.posts %}
{% else %}
{% assign posts = site.posts %}
{% endif %}


{%- if posts.size > 0 -%}
{%- if page.list_title -%}
<h2 class="post-list-heading">{{ page.list_title }}</h2>
{%- endif -%}
<ul class="post-list">
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{%- for post in posts -%}
<li>
<span class="post-meta">{{ post.date | date: date_format }}</span>
<h3>
<a class="post-link" href="{{ post.url | relative_url }}">
{{ post.title | escape }}
</a>
</h3>
{%- if site.show_excerpts -%}
{{ post.excerpt }}
{%- endif -%}
</li>
{%- endfor -%}
</ul>

{% if site.paginate %}
<div class="pager">
<ul class="pagination">
{%- if paginator.previous_page %}
<li><a href="{{ paginator.previous_page_path | relative_url }}" class="previous-page">{{ paginator.previous_page }}</a></li>
{%- else %}
<li><div class="pager-edge"></div></li>
{%- endif %}
<li><div class="current-page">{{ paginator.page }}</div></li>
{%- if paginator.next_page %}
<li><a href="{{ paginator.next_page_path | relative_url }}" class="next-page">{{ paginator.next_page }}</a></li>
{%- else %}
<li><div class="pager-edge"></div></li>
{%- endif %}
</ul>
</div>
{%- endif %}

{%- endif -%}

</div>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="refresh" content="5; url=https://script-fu.github.io/funky/"> <title>Website Relocated</title> <style> body { background-color: #808080; /* Mid-gray */ color: white; font-family: Arial, sans-serif; text-align: center; padding: 20px; } a { color: #add8e6; /* Light blue */ text-decoration: none; font-weight: bold; } a:hover { text-decoration: underline; } .message { margin-top: 20%; } </style> </head> <body> <div class="message"> <h1>This Website Has Been Relocated</h1> <p>You will be redirected to the new location automatically in 5 seconds.</p> <p>If you are not redirected, click here: <a href="https://script-fu.github.io/funky/">Visit the New Website</a> </p> </div> </body> </html>
14 changes: 0 additions & 14 deletions _layouts/page.html

This file was deleted.

12 changes: 0 additions & 12 deletions _layouts/post.html

This file was deleted.

45 changes: 0 additions & 45 deletions css/override.css

This file was deleted.

Loading

0 comments on commit f8d0a5b

Please sign in to comment.