This is the repository for my personal site: milehighcoder.com. It's based of the template nulite with a couple of changes.
- 🧐 Simple. Elegant, minimalist design, clear and easy to read.
- 📈 Good performance. Inline styles and the minimum amount of JS to make the page load as fast as possible.
- 🌙 Support for light/dark mode. Respects user tastes and allows toggle between both saving preferences.
- 📡 RSS. Bring back old days.
- 🎨 Easily customizable. Implements both Tailwindcss and Daisy UI for beautiful and rich pages.
- 🖍️ Syntax coloring. If you write blocks of code in the articles you will have coloring.
- 📝 Article recommendation. Each article has a tag-based recommendation system to give the user more content to read.
npm run startBrowse to http://localhost:8080.
npm run buildOutput files are generated into the _site folder.
public/
This folder contains statics files, copied directly into the output, like the favicon, for example
src/
_includes/
All UI partials. Inside the css folder, in the global.liquid you can change the CSS variables
_data/
Here you can change the site info, like the title and description
posts/
Each individual post in markdown files
projects/
The projects to show off your work
utils/
Utility pages for important information
Configuration and build files