Remove unused comments

This commit is contained in:
Sat Naing
2022-09-29 11:31:54 +06:30
parent b17c5f452e
commit dccde74dc0
@@ -35,12 +35,10 @@ export const SITE = {
}; };
``` ```
<!-- ![](https://res.cloudinary.com/noezectz/v1663912719/astro-paper/site-config_kw89jo.png) -->
Here are SITE configuration options Here are SITE configuration options
| Options | Description | | Options | Description |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `website` | Your deployed website url | | `website` | Your deployed website url |
| `author` | Your name | | `author` | Your name |
| `desc` | Your site description. Useful for SEO and social media sharing. | | `desc` | Your site description. Useful for SEO and social media sharing. |
@@ -65,8 +63,6 @@ export const LOGO_IMAGE = {
}; };
``` ```
<!-- ![](https://res.cloudinary.com/noezectz/v1663912849/astro-paper/logo-image-config_q7d574.png) -->
If you specify `LOGO_IMAGE.enable` => `false`, AstroPaper will automatically convert `SITE.title` to the main site text logo. If you specify `LOGO_IMAGE.enable` => `false`, AstroPaper will automatically convert `SITE.title` to the main site text logo.
If you specify `LOGO_IMAGE.enable` => `true`, AstroPaper will use the logo image as the site's main logo. If you specify `LOGO_IMAGE.enable` => `true`, AstroPaper will use the logo image as the site's main logo.
@@ -109,8 +105,6 @@ export const SOCIALS: SocialsObject = [
] ]
``` ```
<!-- ![](https://res.cloudinary.com/noezectz/v1663915122/astro-paper/SOCIALS-config_tkwhqw.png) -->
You have to set specific social link to `active: true` in order to appear your social links in hero and footer section. Then, you also have to specify your social link in `href` property. You have to set specific social link to `active: true` in order to appear your social links in hero and footer section. Then, you also have to specify your social link in `href` property.
For instance, if I want to make my Github appear, I'll make it like this. For instance, if I want to make my Github appear, I'll make it like this.