Skip to content

This is my blog built with Gatsby and hosted with Netlify.

License

Notifications You must be signed in to change notification settings

ajithrnayak/ajith_blog

Repository files navigation

Ajith's Blog
Ajith's Blog

A minimalistic blog built with Gatsby and hosted with Netlify.

Netlify Status

Dribble Shot

Design

Features

  • Built using Gatsby powered with Graphql
  • Beautiful typography, minimalism and mobile first approach
  • Uses SASS/SCSS modules
  • Dark-mode support
  • Markdown content
  • Syntax highlighting in code blocks using PrismJS
  • Custom fonts stored locally
  • Buy me a coffee support
  • Google Analytics
  • Disqus Comments

TODO

  • RSS Feed

Web Performance Tests

Set Up

  1. Install the Gatsby CLI
npm install -g gatsby-cli
  1. Change into the working directory
cd hello-world

Build for Development

  1. Start the development mode:
gatsby develop
  1. View your site locally
    Open up a new tab in your browser and navigate to http://localhost:8000/

  2. Stop the development server (if it’s still running)

Use CTR+C

Build for Production

  1. Start the build process with following command
gatsby build
  1. Publish the production to make it available locally. Run:
gatsby serve
  1. Preview production site locally
    Open up a new tab in your browser and you can view your site at http://localhost:9000

License

MIT License

Copyright (c) 2020 Ajith Renjala

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.