8 followers
Hi, I'm David!
Subscribe to my newsletter and never miss my upcoming articles
Table Of Contents š Resource Shopping/Setting up š¦ Webpack config ā Setting up 11ty šØāš» Coding our base templates š Making the portfolio š Making it "production" ready š Notes & Credits š Resource Shopping/Setting up Ok, what do I mean by r...
This 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...
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...
Webpack'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...
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...
Today 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...