Blog screenshot

Blog

Author Avatar Theme by Dschau
Updated: 5 Jan 2024
170 Stars

Code for my old (last updated 2020) blog built with Gatsby

Categories

Overview:

blogCircleCI is a source code for a statically generated blog powered by Gatsby. This blog utilizes the gatsby-theme-blog theme for its functionality and is built using a tech stack that includes Gatsby V2, React, CSS-in-JS with emotion, particles.js for a particle effect in the header, and Markdown for post authoring.

Features:

  • Gatsby V2: Utilizes the latest version of Gatsby for a robust functionality.
  • React Powered: The app is built using React for dynamic and interactive user experiences.
  • CSS in JS with emotion: Styling is managed with emotion, providing an efficient way to handle CSS.
  • particles.js: Includes a visually appealing particle effect in the header for enhanced aesthetics.
  • Markdown Authoring: Posts on the blog are authored in Markdown, offering a user-friendly content creation experience.

Installation:

To install the blogCircleCI theme, follow these steps:

  1. Clone the repository:

    git clone [repository_url]
    
  2. Install dependencies:

    npm install
    
  3. Start the development server:

    npm start
    
  4. Access the blog at http://localhost:8000 in your browser.

Summary:

blogCircleCI is a statically generated blog incorporating modern technologies like Gatsby V2, React, CSS-in-JS with emotion, particles.js, and Markdown for content authoring. With a focus on user experience and aesthetics, this blog template offers a visually appealing and interactive platform for content creation and consumption.