A complete, production-ready Jekyll template with Bootstrap, designed for fast and easy deployment on GitHub Pages.
Clone the repository:
git clone https://github.com/medeirosinacio/jekyll-bootstrap-github-pages.git
cd jekyll-bootstrap-github-pages
Start the local server:
make setup
The server will be available at http://localhost:4000.
Note: The
make setup
command automatically detects your system architecture (x86 or ARM) and runs the appropriate Docker environment.
make setup
— Sets up and runs the project in a Docker container. Detects your CPU architecture and uses the correct image.make help
— Shows all available make commands and their descriptions.All runtime dependencies are managed inside the Docker container. You only need to have Docker and Make installed on your machine. The container will handle:
Gemfile
)_config.yml
to update site settings, URLs, and metadata._posts
directory.assets/css/
.assets/
folder.Contributions are welcome! Please open issues or submit pull requests for improvements and bug fixes.
Distributed under the MIT License. See LICENSE
for more information.
Made with ❤️ by Douglas Medeiros