Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joe-mccarthy/bootstrap-freelancer
Hugo theme based on the Start Bootstrap Freelancer Theme.
https://github.com/joe-mccarthy/bootstrap-freelancer
bootstrap bootstrap-theme hugo hugo-blog-theme hugo-theme
Last synced: 2 days ago
JSON representation
Hugo theme based on the Start Bootstrap Freelancer Theme.
- Host: GitHub
- URL: https://github.com/joe-mccarthy/bootstrap-freelancer
- Owner: joe-mccarthy
- License: mit
- Created: 2024-08-22T18:45:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T14:16:32.000Z (27 days ago)
- Last Synced: 2025-01-11T07:27:56.881Z (7 days ago)
- Topics: bootstrap, bootstrap-theme, hugo, hugo-blog-theme, hugo-theme
- Language: CSS
- Homepage: https://joe-mccarthy.github.io/bootstrap-freelancer/
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap Freelancer
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/joe-mccarthy/bootstrap-freelancer/deploy-example.yml?branch=main&cacheSeconds=1)
![Sonar Quality Gate](https://img.shields.io/sonar/quality_gate/joe-mccarthy_bootstrap-freelancer?server=https%3A%2F%2Fsonarcloud.io&cacheSeconds=1)
![GitHub Release](https://img.shields.io/github/v/release/joe-mccarthy/bootstrap-freelancer?sort=semver&?cacheSeconds=1)
![GitHub commits since latest release](https://img.shields.io/github/commits-since/joe-mccarthy/bootstrap-freelancer/latest?cacheSeconds=1)
![GitHub License](https://img.shields.io/github/license/joe-mccarthy/bootstrap-freelancer?cacheSeconds=1)## Getting Started
From the root of your site:
```bash
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.
```bash
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:
```bash
git submodule foreach git pull origin main
```### Run example site
```bash
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
```
## ContributingHave you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](https://github.com/joe-mccarthy/bootstrap-freelancer/issues) to let me know. Or make directly a [pull request](https://github.com/joe-mccarthy/bootstrap-freelancer/pulls).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.