bundle exec jekyll serve
Access at: http://localhost:4000/
bundle exec jekyll build
Output in _site/ directory.
bundle exec jekyll serve --incremental
Faster rebuilds by only processing changed files.
bundle exec jekyll serve --drafts
Include posts in _drafts/ directory.
bundle exec jekyll serve --future
Include posts with future dates.
Settings in _config.yml:
url: Site URLbaseurl: Base URL pathplugins: Enabled pluginstheme: Jekyll themePlugin settings in _config.yml:
asset_optimization: Enable asset optimizationdata_compression: Enable data compressionanalytics_provider: Analytics providerSet before building:
export GITHUB_TOKEN=your_token
bundle exec jekyll build
_site/ - Built site_data/*.yml - Generated data filesassets/css/*.min.css - Minified CSSPlugins generate:
github_stats.yml - GitHub datamarket_data.yml - Market datametrics.yml - Performance metricsskills_matrix.yml - Skills matrixtimeline.yml - Career timelineanalytics.yml - Analytics schemasrepository_stats.yml - Repository statsseo.yml - SEO metadatabundle updaterm -rf .jekyll-cache _site