Skip to content

joe-mccarthy/bootstrap-freelancer

Repository files navigation

Bootstrap Freelancer

GitHub Actions Workflow Status Sonar Quality Gate GitHub Release GitHub commits since latest release GitHub License

Getting Started

From the root of your site:

git submodule add https://github.com/joe-mccarthy/bootstrap-freelancer themes/bootstrap-freelancer

Running the example-site

To try out the theme prior to changing your site to use the theme, you can start up the example site within the theme.

git clone https://github.com/joe-mccarthy/bootstrap-freelancer
cd example-site
hugo server --source . --themesDir ../../ --theme bootstrap-freelancer

Open your web browser to http://localhost:1313 to view the demo of the theme.

Updating

From the root of your site:

git submodule foreach git pull origin main

Run example site

hugo new site mysite -f yaml
cd mysite
git init
git submodule add https://github.com/joe-mccarthy/bootstrap-freelancer themes/bootstrap-freelancer
# update config.yaml theme variable to be theme: bootstrap-freelancer
hugo server

Contributing

Have you found a bug or got an idea for a new feature? Feel free to use the issue tracker to let me know. Or make directly a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.