-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hugo serve fails #220
Comments
Hi @sstadick, Could you please provide the |
EDIT: the steps below are not required. See the comment below instead Ah, I think I know what the problem is. You cloned the repository using SSH, right? I was not aware that the paths of remotes look differently then in your
baseURL: https://ExtraMojo.github.io/ExtraMojo/
languageCode: en-us
title: ExtraMojo
disablePathToLower: true
markup:
highlight:
style: github-dark
module:
imports:
- path: github.com/imfing/hextra
menu:
main:
- name: Search
weight: 1
params:
type: search
- name: GitHub
weight: 2
url: "https://github.com/ExtraMojo/ExtraMojo"
params:
icon: github
params:
search:
enable: true
type: flexsearch
flexsearch:
# index page by: content | summary | heading | title
index: content
navbar:
displayTitle: true
displayLogo: false
module github.com/ExtraMojo/ExtraMojo/docs
go 1.23.0
require (
github.com/imfing/hextra v0.9.3 // indirect
) I guess that at least the first line of To make is work out of the box for SSL-cloned repos, I need to adjust the parser for the git remote. |
I think I fixed this. It would be very helpful if you could give the fix a try instead of fixing yourself manually as described above.
|
I followed the set up instructions:
But get the following error:
I had expected that it would locally serve my docs. Maybe this is a hugo issue and not a modo issue?
modo was installed with pip (I also tried the go-install but had the same error). hugo was installed with brew.
This is for docs for ExtraMojo, attempted on this branch: https://github.com/ExtraMojo/ExtraMojo/tree/feat/delim_reader
The text was updated successfully, but these errors were encountered: