A cool and comprehensive blog that fulfills its purpose. Like my other personal projects, it follows the CSS model of joelmo.dev
A cool and comprehensive blog that fulfills its purpose. Like my other personal projects, it follows the CSS model of joelmo.dev
ALL POSTS ARE EXAMPLES; I HAVE NO INTEREST IN MAINTAINING/WRITING A BLOG. THE INTENT IS ONLY TO SHOW A BLOG SYSTEM. DO NOT RATE THE PROJECT POORLY BECAUSE YOU EXPECTED SOMETHING WRITTEN THERE; THAT IS NOT THE INTENT.
This project will be divided into two phases: one where you explore the basic blog, its functionality, etc., and the second phase where the admin can create posts through the dashboard and not necessarily only manually through GitHub.
The currently available demo only relates to the first phase; don’t expect a very complex app.
Some specific improvements were made to the CSS where the layout broke on mobile devices, the use of environment variables in more places (where they should be but weren’t previously), changes and corrections to the pagination system, among other things.
Log in to leave a comment
I refactored the RSS feed system because Vercel doesn’t allow creating files, which would have been extra work; now it retrieves the information directly from GitHub.
Log in to leave a comment
I created the login system and the logic for creating posts.
Log in to leave a comment
I configured the Express server and the RSS feed and pagination.
Log in to leave a comment
Created on a specific post display page and the posts are stored in .md files on GitHub.
Log in to leave a comment
I’ve finished the main page and the CSS migration from https://joelmo.dev
Log in to leave a comment