Skip to content

HunterGerlach/www.huntergerlach.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Ruby Jekyll GitHub Pages GitHub Issues GitHub License

Personal blog built with Bootstrap, powered by Jekyll and freely hosted in Github pages. This is a personal website hosted on GitHub Pages using the static site generator Jekyll. The site uses GitHub Issues to serve comments on the pages.

Running Locally

  1. Install Jekyll on your local machine by following the instructions here.
  2. Clone this repository to your local machine using git clone https://github.com/USERNAME/REPO.git.
  3. Navigate to the root directory of the repository using cd REPO.
  4. Run bundle install to install any necessary dependencies.
  5. Run bundle exec jekyll serve to start the local server.
  6. Open your web browser and navigate to http://localhost:4000 to view the site.

GitHub Actions

This repository uses GitHub Actions to handle the build and deployment of the website on push to the main branch. Any push to the main branch will trigger a build and deployment of the website.

Pull Requests

PRs are welcome! If you have any suggestions or changes you would like to make to the website, please submit a PR.

  1. Fork this repository to your own GitHub account.
  2. Clone the forked repository to your local machine using git clone https://github.com/YOUR-USERNAME/REPO.git.
  3. Create a new branch using git checkout -b my-new-branch.
  4. Make your changes and commit them using git commit -am "Description of changes".
  5. Push your changes to your forked repository using git push origin my-new-branch.
  6. Submit a PR from your forked repository to the original repository.