Draft
Conversation
Bumps [ffi](https://github.com/ffi/ffi) from 1.17.2 to 1.17.3. - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](ffi/ffi@v1.17.2...v1.17.3) --- updated-dependencies: - dependency-name: ffi dependency-version: 1.17.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Add VSCode settings for terminal auto-approval - Update jekyll-sass-converter to version 3.0 - Upgrade ffi to version 1.17.3 - Exclude .venv from site generation - Change import of SVG icons to use syntax - Modify Jekyll command in Makefile to specify host
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
This pull request updates the Jekyll build and development setup to improve compatibility, streamline configuration, and enhance the development workflow. The most important changes include updating Sass handling, adjusting development server settings, and improving project configuration for both local and CI environments.
Build and Dependency Updates:
jekyll-sass-convertergem to version~> 3.0in theGemfile, switching fromsasscto the new default Sass engine for better compatibility with Jekyll and future-proofing the build process.Development Workflow Improvements:
JEKYLL_CMDin themakefileto run the server on all network interfaces (--host 0.0.0.0), making local development accessible from other devices or containers..vscode/settings.json)Configuration and Code Modernization:
assets/style.scssfrom@importto@useto align with the latest Sass standards and ensure compatibility with the updated Jekyll Sass converter.Project Structure and Exclusions:
.venvto theexcludelist in_config.ymlto prevent Python virtual environment files from being processed or published by Jekyll.