Skip to content

Commit 897bfdf

Browse files
committed
up
1 parent e241d4c commit 897bfdf

File tree

3 files changed

+80
-0
lines changed

3 files changed

+80
-0
lines changed

_config.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
3+
title: "Crypto Punk's Not Dead Chronicle - Inside the Billion $$$ Blockchain Token Con-Artist Fraud"
4+
5+
collections:
6+
inside:
7+
output: true
8+
permalink: /inside/:path/
9+
10+
11+
exclude:
12+
- README.md

index.html

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: page
3+
---
4+
5+
6+
<p>
7+
Inside the Crypto Blockchain Art Token Fraud
8+
</p>
9+
10+
11+
<ul>
12+
{% for post in site.inside %}
13+
<li>{{ post.title }}</li>
14+
{% endfor %}
15+
</ul>
16+
17+
18+
<p>
19+
Programming Punks Updates - Yes, You Can! Do-It-Yourself (DIY)
20+
</p>
21+
22+
23+
<p>
24+
Punkverse - Punk Projects &amp; Ideas -
25+
Punk Improvement Process (Punk's Not Dead) -
26+
Request for Comments
27+
</p>
28+
29+
30+
<p>
31+
Help - How Do I [Start] ...
32+
</p>
33+
34+
35+

inside.html

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
# all inside posts in one-page
3+
4+
layout: page
5+
---
6+
7+
8+
<h1>Inside the Crypo Blockchain Art Token Fraud</h1>
9+
10+
Contents:
11+
12+
<ul>
13+
{% for post in site.inside %}
14+
<li>{{ post.title }}</li>
15+
{% endfor %}
16+
</ul>
17+
18+
19+
20+
{% for post in site.inside %}
21+
<div class="post">
22+
<h2>{{ post.title }}</h2>
23+
24+
{{ post.content }}
25+
26+
<p>
27+
<a href="{{ post.comments_url }}">See or post your comments »</a>
28+
</p>
29+
</div>
30+
{% endfor %}
31+
32+
33+

0 commit comments

Comments
 (0)