blog.aboutdavid.meHow to make a blog with 11ty and GhostCMSThis is a pretty easy task considering we are not using the file system, but using JSON from an external source. Install the packages that we need npm install @tryghost/content-api @11ty/eleventy --save That's it. Getting the data from Ghost In _da...Nov 10, 2020·2 min read
blog.aboutdavid.meI made my own blog using 11ty, 11ty base blog, and Bulma.In one of my mirrored DEV posts, you may have seen that it was originally published on notebook.aboutdavid.me That's my new blog that I have started. It's going to be more of a personal blog because my Hashnode blog is more developer focused. Requir...Nov 6, 2020·2 min read
blog.aboutdavid.meCheat sheet for webpack's config rulesWebpack's config rules may seem complicated, but it really isn't! This is a simple "cheatsheet" that you can use for webpack's config. Here is where you place the rules: module.exports = { entry: "./src/index.js", output: { path: path.resol...Nov 5, 2020·2 min read
blog.aboutdavid.meUsing Glitch to develop apps with their real time IDE editor.Now what is Glitch? Glitch is a Real-time IDE which saves as soon as you type. Now why Glitch over any other online IDE? Well, it's instant. Like really instant. As soon as you say, type the letter "h" it saves instantly. Great, right? Another cool t...Oct 27, 2020·2 min read
blog.aboutdavid.meCustomizing my hashnode blog using the custom CSS featureToday I decided to customize my hashnode blog using hashnode's custom CSS setting. Now if you know the basics of CSS, you can easily customize your own blog. In this article, I will show you how I customized my blog. Note: Currently, you have to be a...Oct 25, 2020·2 min read