Skip to content

bubblybooblay/reckoning.dev

 
 

Repository files navigation

reckoning.dev Netlify Status License: MIT

Personal website running on Gatsby, React, and Node.js! The theme here is based on the Novela Theme.

I am using a heavily modified version of the Novela theme. Here are some major changes:

  • Updated logic for finding related posts based on number of matched tags (more number of matches get higher priority) and time difference with the current post (less time difference get higher priority)
  • Custom 404 page
  • Additional pages like code stats
  • Table of Contents for larger posts with smooth scrolling
  • Image Gallery in Posts
  • Scroll to Top button
  • Optional Line numbers, and title in Code Blocks
  • Next/Previous article links in all non-secret posts
  • Draft posts based on frontmatter or future date, disabled during development
  • About 'info' page in the navigation header
  • Additional custom CSS modifications as per my liking

Installation

Run local server:

## for development run,
git clone https://github.com/sadanand-singh/reckoning.dev
cd reckoning.dev
yarn
yarn dev

## for publishing run,
# yarn build

During development to see the live preview, Navigate to localhost:8000.

License

This project is open source and available under the MIT License.

About

Code base for my gatsby based blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.0%
  • JavaScript 30.0%