fahimscirex / fahimscirex.github.io

https://fahimscirex.github.io
2 stars 3 forks source link

Fixed incorrect Staticman POST URL #2

Closed VincentTam closed 3 years ago

VincentTam commented 3 years ago

Goal

To fix #1

Description

The following URL is a invalid.

https://staticman-scirex/

Heroku apps usually have the domain name

https://<app-name>.herokuapp.com

The property name in your POST URL is incorrect. The property name should be comments.

Analysis

The beginning description of Staticman's site config file explains the concept of "property name" referred at step 4 of the official quick start guide. In practice, each line beginning with a non-space character in staticman.yml is treated as a property name.