| layout | profile |
|---|---|
| posts_limit | 3 |
Use this template when you want to publish with GitHub Actions (artifact deploy to Pages), while keeping a minimal plugin surface.
This template is maintained in primerpages-dev.
- Source repo:
PrimerPages/primerpages-dev - Please open issues and pull requests there, not in the generated template repository.
theme: jekyll-theme-profilein_config.yml- A starter site structure (
index.md,blog/,tags/, docs, and sample posts) - A Pages deployment workflow at
.github/workflows/site.yml
- Create a new repository from this template.
- Update
_config.yml:titledescriptionrepository(set toOWNER/REPO)
- Commit and push to your default branch (
mainby default). - In GitHub, go to
Settings -> Pages. - Under
Build and deployment, set:Source:GitHub Actions
- Let the workflow run and deploy the site.
- On pushes to
main(or manual dispatch), the workflow:- builds the site with Jekyll,
- uploads
_siteas a Pages artifact, - deploys with
actions/deploy-pages.
- Visit
https://<owner>.github.io/<repo>/for project pages. - Confirm this home page renders and nav links work.
- Open
/debugto inspect active Jekyll/theme info.