An open API service indexing awesome lists of open source software.

https://github.com/kudosscience/kudosscience.github.io


https://github.com/kudosscience/kudosscience.github.io

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# kudosscience.github.io

Professional single-page website for Henry Ward, focused on AI engineering services for B2B clients.

## Stack

- Jekyll
- GitHub Pages
- Minimal Mistakes remote theme

## Local development

1. Install Ruby and Bundler.
2. Run `bundle install`.
3. Run `bundle exec jekyll serve`.
4. Open `http://127.0.0.1:4000`.

## Content updates

- Edit `index.md` for service copy and value propositions.
- Update `calendly_url` in `_config.yml` to change the booking embed destination.
- Edit `assets/css/main.scss` for brand styling.

## Deployment

Push to `main`. GitHub Pages will build and publish from this repository.

For a future custom domain, add a `CNAME` file and update repository Pages settings.