Skip to content
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

Is there any way to generate the correct public files ? #75

Open
laowalter opened this issue Aug 20, 2019 · 0 comments
Open

Is there any way to generate the correct public files ? #75

laowalter opened this issue Aug 20, 2019 · 0 comments

Comments

@laowalter
Copy link

laowalter commented Aug 20, 2019

I run jojomi/hugo in my linux server, like :

docker run --rm --name "my-hugo" -p 1313:1313 -v ~/hugo-blog/:/src -e HUGO_THEME="mytheme" -e HUGO_WATCH="true" -e HUGO_DESTINATION="public" -e HUGO_BASEURL=192.168.0.123 jojomi/hugo

then I tired:
docker exe -it my-hugo hugo -D

and then html files in public have unexpected oversheads, like 1313 or duplicated "address". Is there a way to generate correct public directory files for a given domain, abc.com for example, by one command line ?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant