Welcome to the source code for Luke Miller's Portfolio, a personal website showcasing my experience, projects, certifications, and blog in the field of cybersecurity. This project is built with Jekyll and optimized for SEO, responsiveness, and user experience.
- Home Page: An introduction to my professional background with links to key sections.
- Blog: A collection of insights, tutorials, and updates on cybersecurity and technology.
- Certifications & Memberships: Links to verified certifications via Credly and details of professional memberships.
- Consulting: Information about consulting services offered.
- Presentations & Publications: A curated list of talks and articles I've authored.
- Contact Page: A form to reach out, with social media links and an email option.
- Responsive Design: Fully optimized for mobile, tablet, and desktop viewing.
- SEO and Analytics: Integrated metadata and Google Analytics for visibility and performance tracking.
You can view the live website here: cloudsecluke.com
- Jekyll: A simple, static site generator.
- Markdown: Content creation.
- HTML & CSS: Custom styling and layout.
- FontAwesome: Icons for social media links.
- Google Analytics: For tracking visitor activity.
Follow these steps to set up the project locally:
Ensure you have the following installed:
- Ruby (3.0 or newer)
- Bundler
- Jekyll
git clone https://github.com/CloudSecLuke/cloudsecluke.github.io
cd portfoliobundle installbundle exec jekyll serveVisit the site at http://127.0.0.1:4000