All Projects → v4iv → theleakycauldronblog

v4iv / theleakycauldronblog

Licence: other
My Personal Blog. Powered by Gatsby and Netlify CMS

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to theleakycauldronblog

Gatsby Starter Business
Gatsby Business Website Starter
Stars: ✭ 243 (+636.36%)
Mutual labels:  pagination, gatsbyjs
gatsby-starter-grayscale
Gatsby.js V2 starter template based on Grayscale by startbootstrap
Stars: ✭ 25 (-24.24%)
Mutual labels:  gatsbyjs
tryingtowork
A collection of free spaces to work online
Stars: ✭ 78 (+136.36%)
Mutual labels:  tachyons
plugins
Monorepo for plugins in the Gatsby User Collective.
Stars: ✭ 40 (+21.21%)
Mutual labels:  gatsbyjs
open-crowd-fund
🐣 Your open source solution to crowd fund your ideas. Powered by Gatsby.js.
Stars: ✭ 95 (+187.88%)
Mutual labels:  gatsbyjs
best-of-react
🏆 A ranked list of awesome React open-source libraries and tools. Updated weekly.
Stars: ✭ 364 (+1003.03%)
Mutual labels:  gatsbyjs
netlify-cms-widget-starter
A boilerplate for creating Netlify CMS widgets.
Stars: ✭ 74 (+124.24%)
Mutual labels:  netlify-cms
netlify-cms-oauth-provider-node
A stateless external OAuth provider for netlify-cms with built-in support for Vercel serverless functions
Stars: ✭ 30 (-9.09%)
Mutual labels:  netlify-cms
MMM-page-indicator
MagicMirror² module to display what page you're on.
Stars: ✭ 33 (+0%)
Mutual labels:  pagination
scottspence.me
Personal portfolio built with Gatsby
Stars: ✭ 17 (-48.48%)
Mutual labels:  gatsbyjs
gatsby-theme-gatstats
A Gatsby theme and dashboard for your tech blog... or a dashblog if you prefer 🤷‍♂️
Stars: ✭ 34 (+3.03%)
Mutual labels:  gatsbyjs
shopnote
shopnote is a JAMstack application that helps in creating notes with shopping items. This application is built to showcase the JAMstack concept using Fauna, Netlify Serverless Functions and GatsbyJS.
Stars: ✭ 15 (-54.55%)
Mutual labels:  gatsbyjs
gatsby-portfolio-v3
🚀 ⚛️ Gatsby Starter Timeline Theme
Stars: ✭ 19 (-42.42%)
Mutual labels:  gatsbyjs
EasyDataTable
易用和全面的纯Ajax分页插件(中文)
Stars: ✭ 18 (-45.45%)
Mutual labels:  pagination
seo renderer
A Flutter Web Plugin to display Text Widget as Html for SEO purpose
Stars: ✭ 103 (+212.12%)
Mutual labels:  seo-friendly
data
Data providers
Stars: ✭ 31 (-6.06%)
Mutual labels:  pagination
gatsby-plugin-scroll-indicator
A visual indicator of page scroll on Gatsby websites
Stars: ✭ 14 (-57.58%)
Mutual labels:  gatsbyjs
flatten-the-curve
COVID-19: By the numbers. Presenting country comparisons and adjustable cumulative graphs. Looking for another developer to keep this up to date
Stars: ✭ 18 (-45.45%)
Mutual labels:  gatsbyjs
loopback-row-count-mixin
A loopback mixin to get total count of a model
Stars: ✭ 13 (-60.61%)
Mutual labels:  pagination
docgen
Docxy is a React based open-source documentation site generator. Build beautiful, blazing fast documentation sites for your projects with just markdown.
Stars: ✭ 49 (+48.48%)
Mutual labels:  gatsbyjs

Netlify Status

Gatsby Starter Blog Tachyons

A truly complete & feature rich Gatsby Blog Starter. Powered by Gatsby and Netlify CMS.

Features

  • Elastic-Lunr Search
  • Pagination
  • SEO Friendly(Slugs, Sitemap, Schemas, Robots.txt, Meta Tags, GTM etc.)
  • Disqus and Share Support
  • Tags and RSS Feed
  • Progressive Web App with Offline Support
  • Easy Configuration using config.js file
  • Tachyons and Sass Support for styling
  • Medium like progressive image loading
  • Code Highlighting with Prism JS
  • Embedding Support (Youtube, Twitter, Instagram etc)
  • Forms using Netlify Forms, Formik & Yup
  • GDPR Cookie Consent

Getting Started

Create your own project with Gatsby CLI:

gatsby new myblogname https://github.com/v4iv/theleakycauldronblog.git 

Environment Variables

  • GTM_ID
  • DISQUS_SHORTNAME

Available NPM Commands

Develop

Start a hot-reloading development environment accessible at localhost:8000

yarn start

Build

Get an optimized production build for your site generating static HTML and per-route JavaScript code bundles.

yarn build

Serve

gatsby serve — Gatsby starts a local HTML server for testing your built site.

yarn serve

Lint

Lint the code according to eslintrc file, for consistency.

yarn lint

Lint Fix

Auto fix Lint issues.

yarn lint:fix

Clean

Remove the .cache and public for a scratch compile.

yarn clean

Configuration (Very Important!)

To personalize and configure this Starter open config.js file and replace the default values.

const config = {
  siteTitle: `The Leaky Cauldron Blog`, // Site title.
  siteTitleAlt: `TLC Blog`, // Alternative site title for SEO.
  siteLogo: `/icons/icon-512x512.png`, // Logo used for SEO and manifest.
  siteUrl: `https://theleakycauldronblog.com`, // Domain of your website without pathPrefix.
  pathPrefix: '', // Prefixes all links. For cases when deployed to example.github.io/gatsby-starter-business/.
  siteDescription: `The Leaky Cauldron Blog is the personal blog of Vaibhav Sharma. A Brew of Awesomeness with a Pinch of Magic...`, // Website description used for RSS feeds/meta description tag.
  siteRss: `/rss.xml`,
  userName: `Vaibhav Sharma`,
  userTwitter: `aleakycauldron`,
  siteFBAppID: ``,
  userLocation: `Delhi NCR, India`,
  copyright: `Copyright © The Leaky Cauldron Blog 2018-${new Date().getFullYear().toString().substr(2, 2)}. All Rights Reserved.`, // Copyright string for the footer of the website and RSS feed.
  themeColor: `#676767`, // Used for setting manifest and progress theme colors.
  backgroundColor: `#ffffff`, // Used for setting manifest background color.
  cookieConsent: `This website uses cookies which are used to collect anonymous information to improve your browsing experience and for analytics and metrics.`,
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].