@@ -118,11 +118,11 @@ To use Facebook comments, create a Facebook app using [Facebook developers](http
#### Staticman comments
To use Staticman, you first need to invite `staticmanlab1` as a collaborator to your repository (by going to your repository **Settings** page, navigate to the **Collaborators** tab, and add the username `staticmanlab1`), and then accept the invitation by going to `https://staticman-frama.herokuapp.com/v3/connect/gitlab/<username>/<repo-name>`. Lastly, fill in your `repository` and `branch` in the Staticman section of `_config.yml`.
To use Staticman, you first need to invite `staticmanlab` as a collaborator to your repository (by going to your repository **Settings** page, navigate to the **Collaborators** tab, and add the username `staticmanlab`), and then accept the invitation by going to `https://staticman3.herokuapp.com/v3/connect/github/<username>/<repo-name>`. Lastly, fill in the `staticman` parameters in the Staticman section of `_config.yml`. You may also choose a different Staticman instance other than `staticmanlab`.
Optional: It is suggested to enable reCAPTCHA to avoid massive spam comments. You may refer to `_config.yml` for detailed instructions.
Optional: You may want to configure a webhook to prevent old inactive branches (representing approved comments) from stacking up. You can refer to [Staticman's documenation](https://staticman.net/docs/webhooks) for details. Make sure to input the **Payload URL** according to your chosen `endpoint`. For example, the default `endpoint` is `https://staticman3.herokuapp.com/v3/entry/github/`, so the corresponding **Payload URL** should be `https://staticman3.herokuapp.com/v1/webhook`.
#### JustComments
...
...
@@ -291,6 +291,10 @@ The default style of Beautiful Jekyll is to feature the blog feed on the front p
Unfortunately, this is a no-answer! There isn't a one-size-fits-all solution to this, because every person will view your site on a different browser with different dimensions. Some browsers will have very wide aspect ratio, some will be narrower, some will be vertical (such as phones), different phones have different screens, etc. The image will always be centered, so the only tip I can give is that you should make sure the important part of the image is in the middle so that it'll always show. Other than that, every browser will show a different clipping of the image.
#### How do I use MathJax equations in my posts?
MathJax can be easily integrated into your website with a one-line addition. You can see [this discussion](https://github.com/daattali/beautiful-jekyll/issues/195) for more information.
#### My project page appear to be broken after a recent update!
In June 2019, some URL related settings have been adjusted to be more in-line with how Jekyll uses them officially. Project Page absolute links might appear to be broken if you haven't propagated all necessary changes to your local templates, or if you have created additional templates making use of old settings. If a link contains a duplicated project path component, this is most likely the cause. In summary:
# To use Facebook Comments, fill in a Facebook App ID
# fb_comment_id: ""
# Staticman
# To use Staticman comments, fill in repository, branch, and endpoint
staticman:
repository :"VincentTam/tempsite"# GitHub username/repo-name e.g. "daattali/beautiful-jekyll"
branch :"fs-pages"# "master"
endpoint :"https://staticman-frama.herokuapp.com/v3/entry/gitlab/"# URL of your own deployment with trailing slash, will fallback to the public GitLab instance
branch :"fs-pages"# If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml`
endpoint :"https://staticman-frama.herokuapp.com/v3/entry/gitlab/"# URL of your own deployment, with a trailing slash (will fallback to a public GitLab instance) eg. https://<your-api>/v3/entry/github/
reCaptcha:
siteKey :6Lcv8G8UAAAAAEqV1Y-XEPum00C_DxhD6O--qkFo# Use your OWN site key. You may apply to Google for one.
secret :pPaZ28LwxNHq6vpogi3AMNeJespBWnKWCDTzT1BSvrtrHeWMbwC0zpv37EdXGZD2/JE0yA6jB6ZpmJXxMN4cRcnwUmhiMmEA8CS6vVYDSiWkq8qgkECvTGSdufydarZTbQPNqlZvqi9JkL2vYX4EZW0JGWq0zmenp3IFI/nfz9VCxRNIA4ZU4qnJYsL+QFvhXXXgLMEKqoZSPLeZ89gwZtVmkzCcw9KZaegc5cMsVQGVD133Md5Q8AlyrVmTklezLlz2mxR7iJ57dk1RNvIRgvXBhzxyEaSW7XJYzgtXAlZEv3Ifh+sYyfS4wMeE8f+uxM0opoS5/ewKH2/xqw6IEw==# (!) ENCRYPT your password by opening https://staticman-frama.herokuapp.com/v3/encrypt/{your-site-secret}
# reCaptcha for Staticman (OPTIONAL, but recommended for spam protection)
# If you use reCaptcha, you must also set these parameters in staticman.yml
siteKey :6Lcv8G8UAAAAAEqV1Y-XEPum00C_DxhD6O--qkFo# Use your own site key, you need to apply for one on Google
secret :pPaZ28LwxNHq6vpogi3AMNeJespBWnKWCDTzT1BSvrtrHeWMbwC0zpv37EdXGZD2/JE0yA6jB6ZpmJXxMN4cRcnwUmhiMmEA8CS6vVYDSiWkq8qgkECvTGSdufydarZTbQPNqlZvqi9JkL2vYX4EZW0JGWq0zmenp3IFI/nfz9VCxRNIA4ZU4qnJYsL+QFvhXXXgLMEKqoZSPLeZ89gwZtVmkzCcw9KZaegc5cMsVQGVD133Md5Q8AlyrVmTklezLlz2mxR7iJ57dk1RNvIRgvXBhzxyEaSW7XJYzgtXAlZEv3Ifh+sYyfS4wMeE8f+uxM0opoS5/ewKH2/xqw6IEw==# ENCRYPT your password by going to https://staticman3.herokuapp.com/v3/encrypt/<your-site-secret>