add work to github; created views.json to catch views; TODO: get vie… #579
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.
This pull request primarily includes changes to the
src/data
directory, with modifications to theblogs
,courses
,homepages
,innerpages
directories. The most significant changes involve the modification of theviews
field in several blog files, the alteration of a tag in one blog file, and the update of image URLs across various files.Changes to blog metadata:
src/data/blogs/celebrating-progress-on-veterans-day-2023.md
: Added an emptyviews
field.src/data/blogs/combat-to-code.md
: Removed a specific view count and replaced it with an emptyviews
field.src/data/blogs/how-veterans-use-ai-at-vets-who-code.md
: Changed the tag 'Veterans in Tech' to 'Vets Who Code'.src/data/blogs/introducing-the-new-and-improved-vets-who-code-app.md
: Removed a specific view count and replaced it with an emptyviews
field.src/data/blogs/post-bootcamp-tips-for-rookies.md
: Removed a specific view count and replaced it with an emptyviews
field.src/data/blogs/why-devsecops-is-a-perfect-match-for-veterans.md
: Removed a specific view count and replaced it with an emptyviews
field.src/data/blogs/why-i-created-a-portfolio-checklist-for-javaScript-engineers.md
: Removed a specific view count and replaced it with an emptyviews
field.Changes to image URLs:
src/data/courses/command-line.json
: Updated the thumbnail URL to includeg_auto
in the transformation parameters.src/data/courses/github.json
: Updated the thumbnail URL to includeg_auto
in the transformation parameters.src/data/courses/html-and-css.json
: Updated the thumbnail URL to includeg_auto
in the transformation parameters.src/data/courses/javascript-part-one.json
: Updated the thumbnail URL to includeg_auto
in the transformation parameters.src/data/courses/javascript-part-two.json
: Updated the thumbnail URL to includeg_auto
in the transformation parameters.src/data/courses/visual-studio-code.json
: Updated the thumbnail URL to includeg_auto
in the transformation parameters.src/data/homepages/index.json
: Updated multiple image URLs to includeg_auto
in the transformation parameters. [1] [2] [3] [4] [5] [6] [7] [8]src/data/innerpages/about-us.json
: Updated multiple image URLs to includeg_auto
in the transformation parameters. [1] [2] [3] [4] [5] [6] [7]src/data/innerpages/apply-to-be-a-student.json
: Updated the image URL to includeg_auto
in the transformation parameters.src/data/innerpages/become-a-mentor.json
: Updated the image URL to includeg_auto
in the transformation parameters.…ws to show in UI