- Ruby 2.7 or higher
- RubyGems
- GCC and Make
-
Clone the repository
git clone https://github.com/aliroberts/bitsnpieces.dev.git cd bitsnpieces.dev -
Install dependencies
bundle install
-
Start the development server
bundle exec jekyll serve -
Visit your site Open http://localhost:4000 in your browser
├── _config.yml # Jekyll configuration
├── _layouts/ # HTML templates
│ ├── default.html # Main layout
│ ├── post.html # Blog post layout
│ └── page.html # Static page layout
├── _posts/ # Blog posts (Markdown)
├── assets/ # Static assets
│ ├── css/ # Stylesheets
│ └── favicon.svg # Site favicon
├── about.md # About page
├── index.html # Home page
└── README.md # This file