-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabled fix:format over all pages and data #27
Conversation
✅ Deploy Preview for in-toto-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file-format GitHub check is failing. You'll need to run fix:format again and commit the results.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more suggested edits.
assets/scss/_variables_project.scss
Outdated
'orange': #ed4b27, | ||
// Keep existing | ||
'orange-light': #f47a39, | ||
// Keep existing | ||
'blue': #1b2838, | ||
// Darker blue for better contrast | ||
'blue-light': #a3b5c8, | ||
// Lighter blue for accentss |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that if you use /* ... */
comments, Prettier will leave them at the end of the line. If not, then leave this as is.
content/en/_index.md
Outdated
@@ -4,36 +4,42 @@ description: A framework to secure the integrity of software supply chains | |||
--- | |||
|
|||
{{% blocks/cover image_anchor="top" height="max" %}} | |||
|
|||
<!-- prettier-ignore --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that this ignore statement is needed here.
<!-- prettier-ignore --> |
hugo.yaml
Outdated
@@ -36,7 +36,7 @@ markup: | |||
noClasses: false # Required for dark-mode | |||
|
|||
params: | |||
logo: "/images/logo.png" # Add this line | |||
logo: '/images/logo.png' # Add this line |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logo: '/images/logo.png' # Add this line | |
logo: /images/logo.png |
fix:format
over all pages and data #26