https://github.com/kudosscience/kudosscience.github.io
https://github.com/kudosscience/kudosscience.github.io
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kudosscience/kudosscience.github.io
- Owner: kudosscience
- Created: 2022-08-19T19:24:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-19T14:09:40.000Z (2 months ago)
- Last Synced: 2026-04-19T14:43:57.606Z (2 months ago)
- Language: SCSS
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.