🛠 How to Use Shortcodes?

What is a shortcode? It’s basically a block-level html code; you can write shortcodes yourself and find ones online that others have written for you. You have two sets of curly braces and a set of angle brackets { { < short code > } }. (For some reason the website won’t compile if I actually type it out correctly, which is without the spaces between each symbols.) Some shortcodes have opening and closing tags like html and some do not....

June 30, 2022 Â· 2 min Â· Emily Gong

🎧 How to Fetch Data through the Spotify API  [draft]

coming soon…

June 29, 2022 Â· 1 min Â· Emily Gong

💡 How to Make a Hugo Website

Why building a website with Hugo? In short, it’s a really fast and simple way to have a static website to yourself, through which you can display your recent projects, share your thoughts, and have fun with it. Before we officially start… The tutorial is based on macOS and I’m using GitHub Pages for deployment. Tools you’ll need Terminal A text editor like VSCode A GitHub account hugo Setting up Open your terminal - easy!...

June 29, 2022 Â· 3 min Â· Emily Gong