Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.01 KB

File metadata and controls

36 lines (24 loc) · 1.01 KB

MSiccDev Software Development Portfolio Site

This repository contains the source for the MSiccDev Software Development portfolio site, built with custom Jekyll templates and deployed through GitHub Pages.

Local development

Install dependencies:

bundle install

Run the site locally:

bundle exec jekyll serve

Build the production site:

bundle exec jekyll build

Structure

  • _data/ holds homepage content, featured projects, expertise, experience, contact links, and navigation
  • _layouts/ contains the base, home, page, and redirect layouts
  • _includes/ contains the custom site sections and shared chrome
  • assets/css/site.scss defines the custom visual system

Notes

  • The site is English-first for now. Localization is intentionally deferred until the new structure stabilizes.
  • Search engine verification is handled outside the site markup when DNS or domain-provider verification is used.
  • The homepage intentionally uses direct contact links instead of a contact form.