diff --git a/booklet/booklet.html b/booklet/booklet.html new file mode 100644 index 0000000..aafbbae --- /dev/null +++ b/booklet/booklet.html @@ -0,0 +1,57 @@ + + + + + + + + + + +

SI20

+

The history of Tarot Cards According to History

+

Some Gossip on gossip

+

yay

+

Sometimes +the world as it is and the world as it could be are devastatingly close +to each other.

+

Is there any point in imagining something that is so similar to the +nightmare we already live in? The future is a dream but it’s just that +dream where you remember putting your keys somewhere but where, and +you’re wandering around looking for them for what feels like hours. Was +it real or not isnt important you were still there. Why are we staying +here, what’s even here for us? If you don’t get them, they’ll get you +first. Then you wake up and you still can’t find the fucking keys. But +sometimes it’s sunny and you’re standing there and there’s something +cinematic about the whole thing, is it worth it just to be there for +that maybe. There’s really no difference between a dream about falling +and a dream about flying. You search the entire planet, all seven +planets, drinking every last drop, and still no fucking keys. You’re +just watching the whole thing anyway so enjoy it I guess. If you get the +rifle you can use the scope on it to see things in the distance, but +then again maybe you don’t need to see that far. The start is always the +best part. Maybe I left them in the bathroom for some reason? Can I help +them, even one of them? They are all so busy killing each other I don’t +think they can hear. The forests are beautiful here. One time I sat down +with some of the bots and really got to know them. Until the players +arrive they just sit there together, chatting. They’re really nice +actually. And then a player ran up beside us, saw that we weren’t trying +to hurt them, and left. Maybe they were helped, or changed somehow.

+

The only reason I’m still here is because you’re still here. 😋

+

screenshot from Fortnite screenshot from Fortnite screenshot from Fortnite screenshot from Fortnite screenshot from Fortnite screenshot from Fortnite screenshot from Fortnite screenshot from Fortnite screenshot from Fortnite

+

i deleted it woops. i want to write a paragraph about my mindfulness +game here.

+

the superstructure text +adventure game

+ + + diff --git a/booklet/booklet.py b/booklet/booklet.py index da64522..2f84b49 100644 --- a/booklet/booklet.py +++ b/booklet/booklet.py @@ -1,45 +1,35 @@ from glob import glob import os +import subprocess # https://devdocs.io/python~3.9/library/glob#glob.glob files = glob("content/**", recursive=True) print(files) print("---------") +all_html = "" + for file in files: #print(file) if file.endswith(".md"): print("===========") + file = file.replace(" ", "\ ") print(file) html_file = file.replace(".md", ".html") - pandoc_cmd = "pandoc -f markdown -t html " + file + " -o " + html_file - print(pandoc_cmd) - - # pandoc_cmd = f"pandoc -f markdown -t html { file } -o { html_file }" + pandoc_cmd = "pandoc -s -c style.css -f markdown -t html " + file + " -o " + html_file + os.system(pandoc_cmd) + print("standalone html files saved!") - #os.system(pandoc_cmd) - print("html file saved!") - -# --------------- -# We find all the HTML files, -# read the content, -# and then collect all that content into a variable called "all_html" - -html_files = glob("content/**", recursive=True) -print("---------") + pandoc2 = "pandoc -f markdown -t html " + file + html_data = subprocess.run(pandoc2, capture_output=True, text=True).stdout + print("This is the html data: ", html_data) -all_html = "" + # and then collect all that content into a variable called "all_html" + # add this content to all_html + all_html = all_html + html_data -for html_file in html_files: - if html_file.endswith(".html"): - print(html_file) - # open the html file and read the content - html = open(html_file).read() - - # add this content to all_html - all_html = all_html + html print("----------") print(all_html) @@ -50,6 +40,8 @@ template = f""" + + { all_html } diff --git a/booklet/content/colophon.html b/booklet/content/colophon.html new file mode 100644 index 0000000..1834e7c --- /dev/null +++ b/booklet/content/colophon.html @@ -0,0 +1,30 @@ + + + + + + + colophon + + + + + +

SI20

+ + diff --git a/booklet/content/historyoftarot/index.html b/booklet/content/historyoftarot/index.html new file mode 100644 index 0000000..2cbbbd6 --- /dev/null +++ b/booklet/content/historyoftarot/index.html @@ -0,0 +1,30 @@ + + + + + + + index + + + + + +

The history of Tarot Cards According to History

+ + diff --git a/booklet/content/historyoftarot/history.md b/booklet/content/historyoftarot/index.md similarity index 100% rename from booklet/content/historyoftarot/history.md rename to booklet/content/historyoftarot/index.md diff --git a/booklet/content/historyoftarot/some-gossip-on-gossip.html b/booklet/content/historyoftarot/some-gossip-on-gossip.html new file mode 100644 index 0000000..9d9b358 --- /dev/null +++ b/booklet/content/historyoftarot/some-gossip-on-gossip.html @@ -0,0 +1,30 @@ + + + + + + + some-gossip-on-gossip + + + + + +

Some Gossip on gossip

+ + diff --git a/booklet/content/historyoftarot/Some Gossip on gossip.md b/booklet/content/historyoftarot/some-gossip-on-gossip.md similarity index 100% rename from booklet/content/historyoftarot/Some Gossip on gossip.md rename to booklet/content/historyoftarot/some-gossip-on-gossip.md diff --git a/booklet/content/holograms/hologram.md b/booklet/content/holograms/hologram.pages old mode 100755 new mode 100644 similarity index 100% rename from booklet/content/holograms/hologram.md rename to booklet/content/holograms/hologram.pages diff --git a/booklet/content/oracle/interpretationtext.html b/booklet/content/oracle/interpretationtext.html new file mode 100644 index 0000000..b8bb31f --- /dev/null +++ b/booklet/content/oracle/interpretationtext.html @@ -0,0 +1,30 @@ + + + + + + + interpretationtext + + + + + +

yay

+ + diff --git a/booklet/content/pacifist-fortnite/index.html b/booklet/content/pacifist-fortnite/index.html new file mode 100644 index 0000000..9ea6a93 --- /dev/null +++ b/booklet/content/pacifist-fortnite/index.html @@ -0,0 +1,70 @@ + + + + + + + + Fortnite + + + + + +
+

Fortnite

+

Stephen

+
+

Sometimes +the world as it is and the world as it could be are devastatingly close +to each other.

+

Is there any point in imagining something that is so similar to the +nightmare we already live in? The future is a dream but it’s just that +dream where you remember putting your keys somewhere but where, and +you’re wandering around looking for them for what feels like hours. Was +it real or not isnt important you were still there. Why are we staying +here, what’s even here for us? If you don’t get them, they’ll get you +first. Then you wake up and you still can’t find the fucking keys. But +sometimes it’s sunny and you’re standing there and there’s something +cinematic about the whole thing, is it worth it just to be there for +that maybe. There’s really no difference between a dream about falling +and a dream about flying. You search the entire planet, all seven +planets, drinking every last drop, and still no fucking keys. You’re +just watching the whole thing anyway so enjoy it I guess. If you get the +rifle you can use the scope on it to see things in the distance, but +then again maybe you don’t need to see that far. The start is always the +best part. Maybe I left them in the bathroom for some reason? Can I help +them, even one of them? They are all so busy killing each other I don’t +think they can hear. The forests are beautiful here. One time I sat down +with some of the bots and really got to know them. Until the players +arrive they just sit there together, chatting. They’re really nice +actually. And then a player ran up beside us, saw that we weren’t trying +to hurt them, and left. Maybe they were helped, or changed somehow.

+

The only reason I’m still here is because you’re still here. 😋

+

screenshot from Fortnite screenshot from Fortnite screenshot from Fortnite screenshot from Fortnite screenshot from Fortnite screenshot from Fortnite screenshot from Fortnite screenshot from Fortnite screenshot from Fortnite

+ + diff --git a/booklet/content/pacifist-fortnite/pacifist-fortnite.md b/booklet/content/pacifist-fortnite/index.md similarity index 88% rename from booklet/content/pacifist-fortnite/pacifist-fortnite.md rename to booklet/content/pacifist-fortnite/index.md index d58d3eb..9789db4 100644 --- a/booklet/content/pacifist-fortnite/pacifist-fortnite.md +++ b/booklet/content/pacifist-fortnite/index.md @@ -1,8 +1,14 @@ -#Sometimes the world as it is and the world as it could be are devastatingly close to each other. +--- +title: Fortnite +author: Stephen + +--- + +# Sometimes the world as it is and the world as it could be are devastatingly close to each other. Is there any point in imagining something that is so similar to the nightmare we already live in? The future is a dream but it's just that dream where you remember putting your keys somewhere but where, and you're wandering around looking for them for what feels like hours. Was it real or not isnt important you were still there. Why are we staying here, what's even here for us? If you don't get them, they'll get you first. Then you wake up and you still can't find the fucking keys. But sometimes it's sunny and you're standing there and there's something cinematic about the whole thing, is it worth it just to be there for that maybe. There's really no difference between a dream about falling and a dream about flying. You search the entire planet, all seven planets, drinking every last drop, and still no fucking keys. You're just watching the whole thing anyway so enjoy it I guess. If you get the rifle you can use the scope on it to see things in the distance, but then again maybe you don't need to see that far. The start is always the best part. Maybe I left them in the bathroom for some reason? Can I help them, even one of them? They are all so busy killing each other I don't think they can hear. The forests are beautiful here. One time I sat down with some of the bots and really got to know them. Until the players arrive they just sit there together, chatting. They're really nice actually. And then a player ran up beside us, saw that we weren't trying to hurt them, and left. Maybe they were helped, or changed somehow. -The only reason I'm still here is because you're still here. +The only reason I'm still here is because you're still here. 😋 ![screenshot from Fortnite](fortnite-10.jpg) ![screenshot from Fortnite](fortnite-9.jpg) diff --git a/booklet/content/pacifist-fortnite/style.css b/booklet/content/pacifist-fortnite/style.css new file mode 100644 index 0000000..3b13329 --- /dev/null +++ b/booklet/content/pacifist-fortnite/style.css @@ -0,0 +1 @@ +p{color: purple} \ No newline at end of file diff --git a/booklet/content/peace/caratextadv.html b/booklet/content/peace/caratextadv.html new file mode 100644 index 0000000..a880e08 --- /dev/null +++ b/booklet/content/peace/caratextadv.html @@ -0,0 +1,31 @@ + + + + + + + caratextadv + + + + + +

i deleted it woops. i want to write a paragraph about my mindfulness +game here.

+ + diff --git a/booklet/content/text_adventure_aglaia/textadventureaglaia.html b/booklet/content/text_adventure_aglaia/textadventureaglaia.html new file mode 100644 index 0000000..1cdac9e --- /dev/null +++ b/booklet/content/text_adventure_aglaia/textadventureaglaia.html @@ -0,0 +1,31 @@ + + + + + + + textadventureaglaia + + + + + +

the superstructure text +adventure game

+ + diff --git a/booklet/content/text_adventure_aglaia/textadventureaglaia.md b/booklet/content/text_adventure_aglaia/textadventureaglaia.md new file mode 100644 index 0000000..d83a13c --- /dev/null +++ b/booklet/content/text_adventure_aglaia/textadventureaglaia.md @@ -0,0 +1 @@ +# the superstructure text adventure game diff --git a/booklet/content/text_adventure_aglaia/textadventureaglaia.md.txt b/booklet/content/text_adventure_aglaia/textadventureaglaia.md.txt deleted file mode 100644 index 1ccb553..0000000 --- a/booklet/content/text_adventure_aglaia/textadventureaglaia.md.txt +++ /dev/null @@ -1 +0,0 @@ -#the superstructure text adventure game diff --git a/booklet/style.css b/booklet/style.css new file mode 100644 index 0000000..d7ad7b9 --- /dev/null +++ b/booklet/style.css @@ -0,0 +1 @@ +p{color: blue;} \ No newline at end of file