CatKnows

screenshot of CatKnows
gatsby
react
styled-components

Personal blog powered by Gatsby.js.

Overview:

The archived project is a Markdown theme with custom blocks for converting styled blocks automatically. It requires setting post meta data in frontmatter with specific categories and emojis. Key features include custom gray, info, alert, and notice blocks.

Features:

  • Custom Blocks: Automatically converts Markdown blocks into styled blocks.
  • Meta Data Set-up: Post meta data must be specified in frontmatter.
  • Category and Emoji Support: Only one category and Twemoji emojis are allowed.
  • Gray, Info, Alert, Notice Blocks: Different types of custom blocks for content organizing.
  • Ad Integration: Ads can be added, but should only show on production sites.
  • License: MIT license for the theme with restrictions on images/icons/blog contents usage.
gatsby
Gatsby

GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

prismjs
Prism JS

PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.