Hi there, followed the README to get this setup with a fresh Jekyll project (literally jekyll new myproject). I get this error after running jekyll s:
Configuration file: /Users/rock/projects/qun/jekyll/_config.yml
PostCSS Server listening on port 8124...
Source: /Users/rock/projects/qun/jekyll
Destination: /Users/rock/projects/qun/jekyll/_site
Incremental build: disabled. Enable with --incremental
Generating...
Jekyll Feed: Generating feed for posts
PostCSS Error!
Error: Failed to find 'minima'
in [
/Users/rock/projects/qun/jekyll
]
Minima is the default theme used with Jekyll, but I have no idea why that would be throwing an error. Any tips on how I can get this fixed?
EDIT: Using jekyll 4.2.0, ruby 3.0.1p64 (2021-04-05 revision 0fb782ee38) [x86_64-darwin20]
Hi there, followed the README to get this setup with a fresh Jekyll project (literally
jekyll new myproject). I get this error after runningjekyll s:Minima is the default theme used with Jekyll, but I have no idea why that would be throwing an error. Any tips on how I can get this fixed?
EDIT: Using
jekyll 4.2.0, ruby 3.0.1p64 (2021-04-05 revision 0fb782ee38) [x86_64-darwin20]