• This repository has been archived on 09/Apr/2022
  • Stars
    star
    125
  • Rank 286,335 (Top 6 %)
  • Language
    JavaScript
  • License
    Other
  • Created almost 6 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Personal blog powered by Gatsby.js.

โš ๏ธ This project has been archived. โš ๏ธ

Made with Gatsby.js Gatsby

Markdown

There are some custom blocks for Markdown(will be automatically converted to styled blocks).

Set meta data

You have to set post meta data in frontmatter(At the top of each markdown file).

title: Example title
date: "2019-01-28T22:40:32.169Z"
description: "This text will be used as meta/og description"
category: "design"
emoji: "๐Ÿ˜"

cagegory: must be just 1 category emoji: converted to Twemoji and used as HeroImage

Custom Blocks

Gray colored block

[[simple | title here]]
| content here

Info block

[[info | title here]]
| content here

Alert block

[[alert | title here]]
| content here

Notice block

[[notice | title here]]
| content here

Advance

You can use lists like this

[[alert | Danger! ]]
| - Don't smoke.
| - Don't each to much.
| - Don't stay home.

Ads

When to add ads(e.g. Google Adsense) on your site, make sure the ads are shown only on production.

if(process.env.NODE_ENV === "production") {
  // Ads here
}

Licence

MIT (except for images/icons/blog contents)

You are not allowed to use or distribute images/icons/blogContents included in this project.