Houses the files and content that make up my portfolio site where I showcase my skills, projects, experiences, and more. It's built with the powerful static site generator - Hugo. Utilizes the Chringel theme.
💼 Portfolio showcasing professional experience and personal projects
🎨 Dynamic resume page
📝 Blog functionality for writing technical posts or updates
🤝 RSS feed and social media links
⚡️ High performance, quick load time
💻 Responsive design ensuring functionality across devices
Make sure you have Hugo installed on your machine. This project was built using Hugo version 0.85.0, but it should be compatible with other versions as well.
Clone this repository:
git clone https://github.com/sjriddle/riddle.sh.git
Change to the repo directory
cd your-repo-name
Start the Hugo server:
hugo server
The website should now be running at http://localhost:1313.
This portfolio website can be deployed on any hosting service that supports static sites (like GitHub Pages, Netlify, or Vercel).