File tree 3 files changed +80
-0
lines changed
3 files changed +80
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 & 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
+
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments