~nytpu/public-inbox

Issue running gemlog.sh

Details
Message ID
<2blxQLjG-bGUFt5PY0_E_PvgMwfNMa2lrCcyICyEgsvMxIhpRAqBIUKI8nOuhyaSub_GHZIojXEelgAnNbvrqsVfz3RpFZ7Xyl4lmo9fJxQ=@pm.me>
DKIM signature
missing
Download raw message
Hi!I installed gemlog.sh but when I run `gemlog.sh` in the folder where is installed a Gemolog, I receive the following error:

```
No header file matching config.sh value: _header.gmi
```

`~/.config/gemlog.sh/config.sh`

Contains the following:

```
export global_title="NicFab Notes"
export global_description="NicFab Ditigal Notepad - Our gemlog"
export global_url="gemini://notes.nicfab.eu" # link to base url of gemlog
export global_author="nicfab"
export global_author_email="info@nicfab.eu"
export global_author_url="gemini://notes.nicfab.eu/en/me/me_en.gmi" # homepage of author
export global_license="CC BY 4.0"

export gemlog_feed="atom.xml" # filename of the atom feed
export number_of_feed_articles="50" # maximum number of posts added to atom feed
export feed_base_url="gemini://notes.nicfab.eu" # base url that the feed is hosted at
export feed_web_url="https://notes.nicfab.eu" # base url that the feed is hosted at on the web

export index="index.gmi" # main page of gemlog, not recommended to change

export use_year_divider=true # separate posts from different years with a heading?

# these 2 are exclusive, and use_month_divider_nl takes priority if both are set
export use_month_divider_nl=true # separate posts from different months with a newline?
export use_month_divider_hd=false # separate posts from different months with a heading?


export gemlog_sh_link="https://git.sr.ht/~nytpu/gemlog.sh" # link to the utility, you should change this if you've made substantial non-configuration changes

```

Where am I wrong?

I look forward to receiving a reply from you.

Best regards,

Nicola
Reply to thread Export thread (mbox)