Completed
Configure Create Markup Function
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a Blog on Linode Using Tailwind CSS - Bootstrap Alternative
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Create a new Next project
- 3 Find a Blog Template
- 4 Import Blog Template
- 5 Create Next App
- 6 Customize Index
- 7 Add Fonts to Global Styles
- 8 Create Navbar Component
- 9 Install Alpine.js and Font Awesome
- 10 Create footer.js
- 11 Continue Customizing Index
- 12 Spin-up MongoDB Instance at Linode
- 13 Login to MongoDB Cluster
- 14 Update Firewall
- 15 Create Database
- 16 Setup Next.js with MongoDB
- 17 Install MongoDB Locally
- 18 Create a new Document
- 19 Resolve Connectivity Issue
- 20 Update Image Sizing
- 21 Finish Customizing Index
- 22 Troubleshoot /post page
- 23 Add Blog Name to Navbar
- 24 How to Modify Posts
- 25 Create Sidebar Component
- 26 Check Responsiveness
- 27 Resolve Responsiveness Issues
- 28 Import Posts into MongoDB Compass
- 29 Fetch Blog Posts from Database
- 30 Create getBlog.js and getBlogs.js
- 31 Update Blog Tags
- 32 Configure Create Markup Function
- 33 Configure Meta Description
- 34 Fetch Content for Slug
- 35 Update Select Posts
- 36 Conclusion