Error: Unable to locate config file or config directory

str
fork https://gitlab.com/reuixiy/hugo-theme-meme/
upload .gitlab-ci.yml

.gitlab-ci.yml
image: monachus/hugo

variables:
GIT_SUBMODULE_STRATEGY: recursive

pages:
script:

  • hugo
    artifacts:
    paths:
    • public
      only:
  • master

failed job 346225703

should i move config.toml from example site directory ?

i don’t have access to desktop or laptop, hence request

What does this mean? Please elaborate.

hello @maiki

What does this mean? Please elaborate

to execute commands, for example :
~/blog $ git submodule update --rebase --remote

Hi there.

You need to read the Hugo docs. All of it.

  1. You need to be able to run hugo to use Hugo. This means installing Hugo. This means you need access to a computer. We will not do this for you.
  2. You are running the hugo command on what looks like a theme. This will not work. A Hugo theme is NOT a Hugo site. You need to run the hugo command on a Hugo site.
  3. You really really need to read the docs. I suggest starting here: https://gohugo.io/getting-started/quick-start/
  4. Once you have a Hugo site running on your computer, then read about how to deploy it.
2 Likes

This means you need access to a computer. We will not do this for you.

thank you very much

A post was split to a new topic: Unable to locate config