# directories mkdir output/ mkdir output/blog/ mkdir output/blog/direct mkdir output/viewings/ mkdir output/waifus/ mkdir content/ mkdir content/blog/ mkdir content/blog/final/ mkdir content/opinions/ mkdir content/waifus/ # files # make content/index.txt echo "This is your index file!

Do whatever here." > content/index.txt #make content/portfolio.txt echo "This is my first project, find the link here.


This is my second project, find the link here."> content/portfolio.txt #make content/blog/1.txt echo "

First blog post title

11/22/3333

blog content here!" > content/blog/1.txt #make content/blog/2.txt echo "

Second blog post title

11/23/3333

blog content here!" > content/blog/2.txt #make content/waifu/index.txt echo "

Nico Yazawa

Nico Yazawa

Nico's better-than-you nature and awesome idol skill makes her the perfect number one waifu. Seriously, she has it all, great looks, flat-as-a-pancake physique and the bestest catchphrase ever." > content/waifus/index.txt #make content/opinions/anime.txt echo "
k-on! cover

K-On!

K-On I believe was the first anime I had ever watched while not a little kid (those were cartoons, but some technically anime) and definitely was a big part in introducing me to the 'cute girls doing cute things' genre, which to this day is my most viewed and enjoyed.

The story revolves around four (later five) girls entering highschool and selecting to join the 'light music' club, that members of that club had all graduated the prior year, so they were entirely on their own. They were to eventually form a band, write and create songs that they performed at various venues. However, really it's all about the girls eating snacks and having whacky fun.

The OP of K-On! is one I think I will never skip, it's so energetic and fun, definitely worth a watch if you haven't seen it. The ED wasn't anything spectacular music wise, but the art was great.
" > content/opinions/anime.txt #make content/opinions/index.txt echo "Opinions on things.

anime & everything else." > content/opinions/index.txt #make content/opinions/everything.txt echo "Put your own stuff here." > content/opinions/everything.txt #make content/interesting.txt echo "interesting things on this page." > content/interesting.txt #make content/like.txt echo "things I like here." > content/like.txt #make content/dislike.txt echo "things I dislike here." > content/dislike.txt