A modern, Apple-style minimalist landing page built with Jekyll, based on the Agency Bootstrap theme.
To run this site locally:
-
Install Ruby and Bundler
Make sure you have Ruby installed. Then install Bundler:gem install bundler
-
Install dependencies
In your project directory, run:bundle install
-
Serve the site locally
Start the Jekyll server:bundle exec jekyll serveThe site will be available at http://localhost:4000.
You can deploy this site to GitHub Pages or any static hosting provider that supports Jekyll.
- Portfolio projects:
_posts/ - Portfolio images:
img/portfolio/ - About images:
img/about/ - Team info:
_config.yml - Team images:
img/team/
For more details, see the Jekyll documentation.