From d73f5bd4b090fb46b0ff52bc79e64cbb4e7c2f9e Mon Sep 17 00:00:00 2001 From: Tim Broder Date: Tue, 20 Nov 2018 12:50:29 -0500 Subject: [PATCH 1/6] Add more service urls and tweak a layout --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0428712..092e0b2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Lumen is a minimal, lightweight and mobile-first starter for creating blogs uses [Gatsby](https://github.com/gatsbyjs/gatsby). ## Features -+ Lost Grid ([peterramsing/lost](https://github.com/peterramsing/lost)). ++ [Lost Grid](http://lostgrid.org/) ([peterramsing/lost](https://github.com/peterramsing/lost)). + Beautiful typography inspired by [matejlatin/Gutenberg](https://github.com/matejlatin/Gutenberg). + [Mobile-First](https://medium.com/@mrmrs_/mobile-first-css-48bc4cc3f60f) approach in development. + Stylesheet built using SASS and [BEM](http://getbem.com/naming/)-Style naming. @@ -15,8 +15,8 @@ Lumen is a minimal, lightweight and mobile-first starter for creating blogs uses + Automatic RSS generation. + Automatic Sitemap generation. + Offline support. -+ Google Analytics support. -+ Disqus Comments support. ++ [Google Analytics](https://https:/google.com/analytics) support. ++ [Disqus](https://disqus.com/) Comments support. ## Folder Structure @@ -57,6 +57,7 @@ Lumen is a minimal, lightweight and mobile-first starter for creating blogs uses ## Getting Started Install this starter (assuming Gatsby is installed) by running from your CLI: + `gatsby new lumen https://github.com/alxshelepenok/gatsby-starter-lumen` #### Running in Development @@ -67,7 +68,7 @@ Install this starter (assuming Gatsby is installed) by running from your CLI: #### Deploy with Netlify -Netlify CMS can run in any frontend web environment, but the quickest way to try it out is by running it on a pre-configured starter site with Netlify. Use the button below to build and deploy your own copy of the repository: +[Netlify](https://netlify.com) CMS can run in any frontend web environment, but the quickest way to try it out is by running it on a pre-configured starter site with Netlify. Use the button below to build and deploy your own copy of the repository: Deploy to Netlify From 42b83a19c6fd0717691ccb7a007fbd5db748b004 Mon Sep 17 00:00:00 2001 From: Tim Broder Date: Tue, 20 Nov 2018 12:51:35 -0500 Subject: [PATCH 2/6] fix GA url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 092e0b2..1dc340f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Lumen is a minimal, lightweight and mobile-first starter for creating blogs uses + Automatic RSS generation. + Automatic Sitemap generation. + Offline support. -+ [Google Analytics](https://https:/google.com/analytics) support. ++ [Google Analytics](https://google.com/analytics) support. + [Disqus](https://disqus.com/) Comments support. ## Folder Structure From 45b970c2fdd89187cf1a472f26cd3b6adf71effc Mon Sep 17 00:00:00 2001 From: Tim Broder Date: Sun, 2 Dec 2018 10:34:11 -0500 Subject: [PATCH 3/6] upgrade gatsby-remark-prismjs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5a5055..9ff477f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "gatsby-plugin-sitemap": "^1.2.10", "gatsby-remark-copy-linked-files": "^1.5.25", "gatsby-remark-images": "^1.5.37", - "gatsby-remark-prismjs": "^1.2.12", + "gatsby-remark-prismjs": "^3.1.2", "gatsby-remark-responsive-iframe": "^1.4.16", "gatsby-remark-smartypants": "^1.4.10", "gatsby-source-filesystem": "^1.5.11", From 6decda08ce423fc66d0a4743bf090ec42bf6c8ac Mon Sep 17 00:00:00 2001 From: Tim Broder Date: Sun, 2 Dec 2018 10:45:34 -0500 Subject: [PATCH 4/6] require prism explicitly. was moved to peer dependency in gatsby-remark-prismjs --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ff477f..8f7b3ae 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,8 @@ "react": "^15.6.1", "react-helmet": "^5.2.0", "react-disqus-comments": "^1.1.1", - "gatsby-plugin-google-fonts": "latest" + "gatsby-plugin-google-fonts": "latest", + "prismjs": "^1.15.0" }, "devDependencies": { "eslint": "^4.14.0", From a6a2c7fbe2b8cec2decabeed339fdfa198cb1ad9 Mon Sep 17 00:00:00 2001 From: Tim Broder Date: Tue, 4 Dec 2018 08:51:52 -0500 Subject: [PATCH 5/6] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f7b3ae..b75930a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "gatsby-plugin-sitemap": "^1.2.10", "gatsby-remark-copy-linked-files": "^1.5.25", "gatsby-remark-images": "^1.5.37", - "gatsby-remark-prismjs": "^3.1.2", + "gatsby-remark-prismjs": "^3.1.3", "gatsby-remark-responsive-iframe": "^1.4.16", "gatsby-remark-smartypants": "^1.4.10", "gatsby-source-filesystem": "^1.5.11", From 8a46218a1fa25c2cc6336141a5e3df05ec707602 Mon Sep 17 00:00:00 2001 From: alxshelepenok Date: Tue, 22 Jan 2019 01:25:55 +0300 Subject: [PATCH 6/6] Update CHANGELOG.md, Up version --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c8b1b..ffdd233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +## [2.0.4] - 2019-01-22 +### Added +- [Pull #78](https://github.com/alxshelepenok/gatsby-starter-lumen/pull/78): Upgrade gatsby-remark-prismjs +- [Pull #77](https://github.com/alxshelepenok/gatsby-starter-lumen/pull/77): Add more service urls and tweak a layout + ## [2.0.3] - 2018-11-09 ### Added - [Pull #70](https://github.com/alxshelepenok/gatsby-starter-lumen/pull/70): Refactor the React logic and introduce Fragment diff --git a/package.json b/package.json index b75930a..122a3bc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.2", + "version": "2.0.4", "name": "gatsby-starter-lumen", "description": "Simple starter for Gatsby", "main": "n/a",