/build-in-saratov

Personal web development blog in Russian

Primary LanguageJavaScriptMIT LicenseMIT

Build in Saratov

Demo: https://build-in-saratov.com/

This is personal web development related blog of freelance developer.

Website

Features

  • Built with Gatsby, GraphQL & AWS Amplify
  • Web safe fonts
  • Algolia search functionality
  • Offline support with a service worker
  • Build-in Google Analytics
  • Posts are stored in Markdown
  • Social share buttons
  • Medium-style image zoom on click
  • Syntax highlight with Prism.js
  • Automatic sitemap, robots.txt generation
  • Contact form with Lambda endpoint
  • Improved SEO

Todo list

  • Implement comments
  • Fix website navigation on tablets

Deploy this app (2 options)

One-click Deploy to the Amplify Console

amplifybutton

Deploy using the Amplify CLI

  1. Clone the repo
git clone https://github.com/r007/build-in-saratov

cd build-in-saratov
  1. Initialize the Amplify project
amplify init
  1. Deploy the back end
amplify push
  1. Launch the app
npm start