Skip to content

henrywithu/henrywithu.github.io

Repository files navigation

Trapnest Jekyll Site

A modern, Apple-style minimalist landing page built with Jekyll, based on the Agency Bootstrap theme.

Local Development

To run this site locally:

  1. Install Ruby and Bundler
    Make sure you have Ruby installed. Then install Bundler:

    gem install bundler
  2. Install dependencies
    In your project directory, run:

    bundle install
  3. Serve the site locally
    Start the Jekyll server:

    bundle exec jekyll serve

    The site will be available at http://localhost:4000.

Deployment

You can deploy this site to GitHub Pages or any static hosting provider that supports Jekyll.

Content Structure

  • 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.

About

GitHub Pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published