feat: CPLYTM-1289 add ComplyTime website skeleton#1
Open
sonupreetam wants to merge 9 commits intomainfrom
Open
feat: CPLYTM-1289 add ComplyTime website skeleton#1sonupreetam wants to merge 9 commits intomainfrom
sonupreetam wants to merge 9 commits intomainfrom
Conversation
aaccc67 to
d2eabe5
Compare
Add Hugo-based website with Doks theme, custom branding, navigation, layout overrides, project documentation, and GitHub Pages deployment workflow. Signed-off-by: sonupreetam <spreetam@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
d2eabe5 to
d27f180
Compare
Signed-off-by: sonupreetam <spreetam@redhat.com>
gvauter
requested changes
Feb 25, 2026
Member
gvauter
left a comment
There was a problem hiding this comment.
Great work on this initial website - it looks awesome! I've left a few comments around broken paths and a few small clean up items.
Contributor
Author
|
@gvauter Thank you very much for the feedbacks. Let me check them. |
hbraswelrh
requested changes
Feb 25, 2026
Member
hbraswelrh
left a comment
There was a problem hiding this comment.
@sonupreetam Great work! Since this is a skeleton I only added a few comments. Something I am wondering about is if we should include all of the OSCAL JSON content examples or should we point to the official OSCAL JSON examples?
6f7cc0d to
252ac0d
Compare
The project was scaffolded from the Doks theme starter and still carried leftover metadata. This corrects the LICENSE to Apache-2.0 (matching the project), adds a NOTICE file attributing the Thulite MIT-licensed theme, updates package.json fields, fixes the repo name from complytime-website to website across all references, and removes the upstream Doks CHANGELOG. Signed-off-by: sonupreetam <spreetam@redhat.com>
252ac0d to
437bcb7
Compare
Signed-off-by: sonupreetam <spreetam@redhat.com>
Signed-off-by: sonupreetam <spreetam@redhat.com>
Signed-off-by: sonupreetam <spreetam@redhat.com>
a882986 to
04ca85e
Compare
Signed-off-by: sonupreetam <spreetam@redhat.com>
Signed-off-by: sonupreetam <spreetam@redhat.com>
8685e14 to
0159814
Compare
Contributor
Author
|
@gvauter & @hbraswelrh Thank you for your great feedbacks. I have kept only the necessary in this PR and removed the rest. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Initial website skeleton for the ComplyTime project, built with Hugo and the Doks theme.
What's included
config/), content structure, and theme integration via Go modulescontent/docs/projects/layouts/home.html), docs list page, image rendering partial, and header partialdeploy-gh-pages.yml) with SHA-pinned actionssync-config.yamlmanifest for future automated content sync from upstream reposWhat's NOT included (deferred to follow-up PRs)
sync-content.ymlworkflow (content sync automation) — will be added in a separate branch/PRReview Plan
npm ci && hugo serverlocally and verify the site builds and renders correctlydeploy-gh-pages.ymlpassesactionlintandyamllintMade with Cursor