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.yml
assets/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: