Skip to content

cvoya-com/cvoya-com.github.io

Repository files navigation

cvoya-com.github.io

The root of https://oss.cvoya.com/ redirects to the canonical CVOYA software catalog.

It is a static redirect in index.html; the catalog itself lives in the cvoya-com/web repository. GitHub Pages serves main at the repository root, so a merge to main is a deploy.

The CNAME file binds the organization Pages domain to oss.cvoya.com. Do not delete it: project Pages sites, including the CVOYA Graph documentation under /graph/, depend on that domain.

Local development

npx http-server . -p 8765 -c-1     # then open http://localhost:8765/

Validation

CI runs the same two checks on every push and pull request. Run them locally before pushing:

npm install
npm run validate                   # html-validate + stylelint

Both are bugs-only rulesets — structural HTML errors and real CSS faults, not formatting.

Conventions

  • Keep the root a redirect. Do not duplicate the software catalog here.
  • Do not remove CNAME; project Pages sites rely on the custom organization domain.
  • .nojekyll is deliberate — it stops Pages running the files through Jekyll.

About

The code CVOYA publishes — https://oss.cvoya.com/

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors