Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.15 KB

demirdelic.com

Features

  • Typography inspired by matejlatin/Gutenberg.
  • Syntax highlighting in code blocks using PrismJS.
  • Mobile-First approach in development.
  • Archive organized by tags and categories.
  • Pagination support.

Run locally

Clone repository

git clone https://github.com/demir-delic/demirdelic.com.git

Navigate to project directory and install dependencies

cd demirdelic.com && yarn install

Install Gatsby command line tool

yarn global add gatsby-cli

Start development server

gatsby develop

Create and serve production build

gatsby build && gatsby serve

Screenshot (base Lumen install)

Lumen screenshot

Attribution

This site is based on Lumen, a minimal, lightweight and mobile-first starter for creating blogs that use Gatsby. Lumen is maintained by Alexander Shelepenok.

License

MIT licensed.