Popular posts from this blog
Code Snippet of the Week | code / pre Elements
Another code snippet! This week, I'll be covering how to create code snippets with the <code> and <pre> HTML tags. Note: If you haven't seen it, I've designed an image for these kind of posts! Look out for posts with the image on the top of the post! Toggle Table of Contents Table Of Contents Table of Contents Getting Started Creating code Highlight.js Example Demo Getting Started To get started, ensure that you have a code editor (ideally Visual Studio Code , Sublime Text , Atom , etc.). Get started by downloading either of the coding editors as stated above (or you can search some online; DON'T USE YOUR BUILT-IN NOTEPAD/TEXTEDIT!! ) Next, open up the code editor and create a new file. We'll name the file index.html Create the bare minimal for an HTML file. Copy the code below: <!DOCTYPE html> <!-- This is the line that is required in order for th...
Introducing the new blog website
It's been about a year since I've posted to this blog. This is because I've decided to post any new blog posts on my own website made with GitHub Pages available here . The new website has the following features: Brand new design! It uses the Material Components for Web library. Simplified infrastructure! The website uses Jekyll (supported by GitHub Pages) to render the pages. And more! This blog will be subject for deletion from 1 June 2019 onwards. All posts will be migrated to the new website shortly.
Comments
Post a Comment