Deploying to gh-pages from @ hacks-guide/Guide_Wii@9ed0bcc371 🚀
This commit is contained in:
parent
fac8827429
commit
8926d47bc0
2 changed files with 1 additions and 17 deletions
|
@ -1,16 +0,0 @@
|
|||
import os
|
||||
|
||||
|
||||
files_in_main = []
|
||||
|
||||
|
||||
for i in os.listdir("_pages/en_US/"):
|
||||
files_in_main.append(i)
|
||||
|
||||
for i in os.listdir("_pages/"):
|
||||
if i == "en_US":
|
||||
continue
|
||||
for j in os.listdir(f"_pages/{i}"):
|
||||
if j not in files_in_main:
|
||||
print(f"Deleting _pages/{i}/{j}")
|
||||
os.remove(f"_pages/{i}/{j}")
|
2
feed.xml
2
feed.xml
|
@ -1 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://wii.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://wii.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-10-13T14:37:16+00:00</updated><id>https://wii.hacks.guide/feed.xml</id><title type="html">Wii Hacks Guide</title><subtitle>The complete guide to modding your Wii (and Wii mini)</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://wii.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://wii.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-10-14T08:17:24+00:00</updated><id>https://wii.hacks.guide/feed.xml</id><title type="html">Wii Hacks Guide</title><subtitle>The complete guide to modding your Wii (and Wii mini)</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
Loading…
Reference in a new issue