8000 dvert · script-fu/script-fu.github.io@f8d0a5b · GitHub
[go: up one dir, main page]

Skip to content

Commit f8d0a5b

Browse files
committed
dvert
1 parent 499b595 commit f8d0a5b

17 files changed

+1
-836
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

_includes/head.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

_includes/navlinks.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

_includes/sharelinks.html

Lines changed: 0 additions & 36 deletions
This file was deleted.

_layouts/base.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

_layouts/home.html

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1 @@
1-
---
2-
layout: base
3-
---
4-
5-
<div class="home">
6-
{%- if page.title -%}
7-
<h1 class="page-heading">{{ page.title }}</h1>
8-
{%- endif -%}
9-
10-
{{ content }}
11-
12-
13-
{% if site.paginate %}
14-
{% assign posts = paginator.posts %}
15-
{% else %}
16-
{% assign posts = site.posts %}
17-
{% endif %}
18-
19-
20-
{%- if posts.size > 0 -%}
21-
{%- if page.list_title -%}
22-
<h2 class="post-list-heading">{{ page.list_title }}</h2>
23-
{%- endif -%}
24-
<ul class="post-list">
25-
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
26-
{%- for post in posts -%}
27-
<li>
28-
<span class="post-meta">{{ post.date | date: date_format }}</span>
29-
<h3>
30-
<a class="post-link" href="{{ post.url | relative_url }}">
31-
{{ post.title | escape }}
32-
</a>
33-
</h3>
34-
{%- if site.show_excerpts -%}
35-
{{ post.excerpt }}
36-
{%- endif -%}
37-
</li>
38-
{%- endfor -%}
39-
</ul>
40-
41-
{% if site.paginate %}
42-
<div class="pager">
43-
<ul class="pagination">
44-
{%- if paginator.previous_page %}
45-
<li><a href="{{ paginator.previous_page_path | relative_url }}" class="previous-page">{{ paginator.previous_page }}</a></li>
46-
{%- else %}
47-
<li><div class="pager-edge"></div></li>
48-
{%- endif %}
49-
<li><div class="current-page">{{ paginator.page }}</div></li>
50-
{%- if paginator.next_page %}
51-
<li><a href="{{ paginator.next_page_path | relative_url }}" class="next-page">{{ paginator.next_page }}</a></li>
52-
{%- else %}
53-
<li><div class="pager-edge"></div></li>
54-
{%- endif %}
55-
</ul>
56-
</div>
57-
{%- endif %}
58-
59-
{%- endif -%}
60-
61-
</div>
1+
<!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>

_layouts/page.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

_layouts/post.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

css/override.css

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0