Giter Club home page Giter Club logo

catknows's Introduction

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.

catknows's People

Contributors

catnose99 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.