LeNPaul / academic

A Jekyll theme for academia
http://lenpaul.github.io/academic/
MIT License
157 stars 182 forks source link

Error: The academic-jekyll-theme theme could not be found. #22

Open BaiYunpeng1949 opened 6 months ago

BaiYunpeng1949 commented 6 months ago

I encountered this error when running on the github page.

To address it, change

theme: theme: academic-jekyll-theme

to

remote_theme: academic-jekyll-theme

in the _config.yml file.

[Ref]