My Blog Page
- 5 Devlogs
- 4 Total hours
I created my own blog on the web! Now anyone can see more about me!
I created my own blog on the web! Now anyone can see more about me!
Well, during this time, I did these things:
Readme Update: My readme is now much more complete, currently including an entire section on design with images and videos representing the animations and interactions my website has.
The fight against mp4s on GitHub: Initially, I tried to put .mp4 files in the Readme, which in theory should work, but for some reason, unfortunately, they didn’t :P so I had to record some videos again and convert them to .gif to appear correctly in the readme.
I corrected a spelling error in the second post, because instead of Journey I had previously written Jorney ;-;
Okay, here’s a list of what I’ve done so far:
Now, the banner is chosen dynamically, based on the URL’s title parameter; if it exists, show an image, otherwise show a default (the one that says error). I’m also currently writing some posts and creating a banner for the homepage.
My page now uses a markdown to HTML converter. The code takes the title parameter from the URL, and if a markdown with the same name exists (the code converts the URL to lowercase), it displays the blog’s description. If it doesn’t exist, it will only show a message telling the user that the post doesn’t exist.
I started making my blog!
My blog will have a specific way of displaying my posts; the code will look for the title parameter in the URL, and it will search for a .md file with the same name and convert it to HTML. For now, I’ve done the HTML and CSS for the homepage.