josephhutch / aether

A responsive and clean Hugo theme for blogs
MIT License
146 stars 70 forks source link

add theme as submodule #65

Closed gxanshu closed 3 years ago

gxanshu commented 3 years ago

well, this theme is really OK. there is not issue with it but the problem is when in install the theme by using git clone (git repo url) then its installed and work perfectly, but when i deploy site to github pages by using actions, the action show error that please add themes/aether as submodule

gxanshu commented 3 years ago

well thanks i got the answer from the internet if anybody face any problem like that, then simply at the directory just type git submodule add https://github.com/josephhutch/aether themes/aether this will install theme in your themes directory and no problem at deploy to github pages with actions