http://localhost:4000/_data/projects.yml_data/projects.yml contains all projects_config.yml has all necessary settings_includes/scripts.html is includedassets/js/custom.js exists and is built_sass/custom.scss for syntax errors_data/projects.ymlassets/images/bundle exec jekyll clean_config.yml for syntax errors# Final production build
JEKYLL_ENV=production bundle exec jekyll build
# Check built files
ls -la _site/
# Commit changes
git add .
git commit -m "Final website optimization and testing"
# Push to GitHub
git push origin main
If you encounter issues: