Demo: https://build-in-saratov.com/
This is personal web development related blog of freelance developer.
- 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
- Implement comments
- Fix website navigation on tablets
- Clone the repo
git clone https://github.com/r007/build-in-saratov
cd build-in-saratov
- Initialize the Amplify project
amplify init
- Deploy the back end
amplify push
- Launch the app
npm start