Replies: 2 comments
-
|
It looks like the academic theme has to installed as a module. So you need to make your hugo site a module first. See the "Using Hugo Modules" section in the 4th point on https://ox-hugo.scripter.co/doc/quick-start/. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I tried to follow the instruction in section 4 using modules to configuration I added but when I run hugo I got: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to upgrade my website to the latest hugo.
I tried the instructions in https://ox-hugo.scripter.co/doc/quick-start/
using the git clone approach and it works with the PaperMod theme.
However if I change the theme to academic using
git clone https://github.com/wowchemy/starter-academic.git themes/academicand the configuration to
theme='academic'
then I get:
I'm using
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions