JP Joom2Static - GitHub Pages Deployment
Article Index
- JP Joom2Static
- Why use JP Joom2Static?
- What's New in JP Joom2Static
- Installation
- General Configuration
- Menu and Asset Configuration
- Image Optimization
- .htaccess Settings
- Manual Files and Protected Sites
- Webhooks and REST API
- Deployment
- FTP Deployment
- Netlify Deployment
- AWS S3 Deployment
- GitHub Pages Deployment
- Generate Static HTML
- Configuration Parameter Reference
- Security Recommendations
- Conclusion
- All Pages
Page 15 of 19
GitHub Pages Deployment
Select GitHub Pages as the deployment target to publish the generated static website to a GitHub repository.
GitHub Repository
Parameter: github_repo
Specify the destination GitHub repository.
Example:
owner/my-static-site
JP Joom2Static also includes improved repository parsing so repository information can be extracted when a full GitHub repository URL is supplied.
GitHub Personal Access Token
Parameter: github_token
Enter a GitHub Personal Access Token with the required permissions to update the destination repository.
GitHub Branch
Parameter: github_branch
Enter the branch that should receive the generated static website.
The default configuration value is:
gh-pages