DougBeney / jekyll-pug

Jekyll Plugin That Allows You To Use Pug
MIT License
37 stars 2 forks source link

Symlink error when deploying to github pages #15

Closed lucasnantonio closed 6 years ago

lucasnantonio commented 6 years ago

My website is building fine locally, but I get an error when deploying to my github pages master

image

My code in home.pug is:

---
layout: default
---

| {% include components-sidebar.pug %}    
| {% include section-hero.pug %}
| {% include section-writing.pug %}
| {% include section-work.pug %}  
.dn.db-l
  | {% include section-about.pug %}  
| {% include titles.pug title="*" %}
DougBeney commented 6 years ago

No support for GitHub Pages. Check out #14 for a workaround.

lucasnantonio commented 6 years ago

Thanks! Closing, see #14