All Projects → W3Layouts → Gatsby Starter Delog

W3Layouts / Gatsby Starter Delog

Licence: mit
A blog for designers and developer, built with Gatsby and Netlfiy CMS. Live demo https://delog-w3layouts.netlify.com/

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects

Projects that are alternatives of or similar to Gatsby Starter Delog

gatsby-simple-blog
an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint, algolia supported
Stars: ✭ 48 (-66.9%)
Mutual labels:  gatsby, starter, gatsbyjs
gatsby-starter-kit
A set of starters for Gatsby.js
Stars: ✭ 99 (-31.72%)
Mutual labels:  gatsby, starter, gatsbyjs
Rbb Website
Website to help connect black-owned businesses with consumers and resources
Stars: ✭ 101 (-30.34%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Theme Chronoblog
⏳ Chronoblog is a Gatsbyjs theme specifically designed to create a personal website. The main idea of ​​Chronoblog is to allow you not only to write a personal blog but also to keep a record of everything important that you have done.
Stars: ✭ 101 (-30.34%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Try Ghost
Publish flaring fast blogs with Gatsby and Ghost
Stars: ✭ 137 (-5.52%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Plugin Advanced Sitemap
Advanced XML Sitemaps for Gatsby.js
Stars: ✭ 94 (-35.17%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Shopify Theme
🛒 Simple theme to build a blazing simple and fast store with Gatsby and Shopify.
Stars: ✭ 95 (-34.48%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Foundation
A starter to launch your blazing fast personal website and a blog, Built with Gatsby and Netlify CMS. Made with ❤ by Stackrole
Stars: ✭ 135 (-6.9%)
Mutual labels:  gatsby, gatsbyjs
Blog
Source for my blazing fast blog
Stars: ✭ 83 (-42.76%)
Mutual labels:  gatsby, gatsbyjs
Automatic Gatsbyjs App Landing Page
Automatic GatsbyJS App Landing Page - Automatically generate iOS app landing page using GatsbyJS
Stars: ✭ 137 (-5.52%)
Mutual labels:  gatsbyjs, starter
Covid 19 Apis
Postman COVID-19 API Resource Center—API collections to help in the COVID-19 fight.
Stars: ✭ 111 (-23.45%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Source Datocms
Official GatsbyJS source plugin to pull content from DatoCMS
Stars: ✭ 113 (-22.07%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Procyon
An opinionated Gatsby starter designed for trash-eating pandas.
Stars: ✭ 88 (-39.31%)
Mutual labels:  gatsby, starter
Gatsby Theme Try Ghost
A Gatsby theme to build flaring fast blogs from headless Ghost CMS
Stars: ✭ 88 (-39.31%)
Mutual labels:  gatsby, gatsbyjs
Aaronvandenberg.nl
⚛️ Web Developers portfolio build with Gatsby.js & React.js
Stars: ✭ 98 (-32.41%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Styled Blog Starter
My first GatsbyJS starter.
Stars: ✭ 86 (-40.69%)
Mutual labels:  gatsby, starter
Gatsbytutorials.com
A community-updated list of video, audio and written tutorials to help you learn GatsbyJS. 👩‍💻
Stars: ✭ 109 (-24.83%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Plugin Mailchimp
A simple, lightweight Gatsby plugin to subscribe new email addresses to your Mailchimp list
Stars: ✭ 125 (-13.79%)
Mutual labels:  gatsby, gatsbyjs
Gatsby With Unstructured Data
A simple example of creating pages dynamically in Gatsby without using GraphQL.
Stars: ✭ 83 (-42.76%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Mdx Netlify Cms Starter
Gatsby-MDX with Netlify CMS. Support React components in your CMS editor!
Stars: ✭ 84 (-42.07%)
Mutual labels:  gatsby, starter

Netlify Status   Follow @w3layouts

Delog - Blog for Developer and Designer

This simple website built with GatsbyJS and Netlify CMS. Deploys on netlify with single click. This Starter is sponsered by W3Layouts.

Delog - Gatsby Starter Demo

Deploy to Netlify

Install this starter locally: (assuming you already have NodeJS and GatsbyJS installed)

gatsby new gatsby-starter-delog https://github.com/W3Layouts/gatsby-starter-delog

Instructions also available at W3Layouts Delog Launch Article.

Features

  • Built with GatsbyJS and Netlify CMS
  • Option to Add, Edit, Update and Delete posts via Netlify CMS
  • SEO friendly - Option to Add meta description
  • In-built contact form powered by W3Layouts
  • Comes with dark mode

Documentation

  • Once you hit "Deploy to Netlify"
  • Connect Github
  • Enter Repository Name
  • And your site starts build process. After the build process your website is live

Changing repositary URL for Netlify CMS access

You need to change repo URL to your own repo at /static/admin/config.yml, for example username/repo-name

Creating Github OAuth Client ID

  • Goto Github Developer Settings
  • New OAuth
  • Enter Application name
  • Homepage URL as Netlify URL
  • And Authorization callback URL to https://api.netlify.com/auth/done)
  • Once Client ID and Secret token is generated configure same in Netlify Access Control as described.

Accessing Netlify CMS Admin

  • Goto your Netlify site admin
  • Goto Access Control > OAuth then Install Provider you need to select provider as Github as add Client ID and Secret
  • Your Netlify CMS is ready. Goto you netlify site URL and append /admin/. for example example.netlify.com/admin/, You will see login with Github button.

Managing Blog Posts in Netlify CMS

  • Once logged in you will find all the blog post listed here.
  • You can create, edit, update and delete like any CMS

Editing Meta Data

Inside you Netlify CMS admin, Settings > Config or you can go to site-meta-data.json. Here you can edit following details

  • Title
  • Description
  • Site URL
  • Homepage Title
  • Homepage Description
  • To get the Contact form working. you need too add a form at W3Layouts forms. Follow the steps How to enable W3Layouts Contact form instructions to create a form then your contact form is all set.

Add Google Analytics

Change trackingId in gatsby-config.js at gatsby-plugin-google-analytics plugin


I hope you will build a great website with Delog. If you like it please spread the word, Feel free to contribute and raise a pull request :)

For issues,feedback on enhancement or sharing your new awesome website built with delog. Create New Issue Here


Roadmap

We are maintaining future task in Github Project, even though most changes are instantaious. We try keep them posted here.


Credits

  • Awesome image used in demo is from Unsplash
  • CSS and SVG Icons by CSS.gg

Changelog

All notable changes to this project are listed here.

[1.6.0] - 2020-05-03

Added

  • Custom 404 page.
  • Site name will be appended in blog posts and contact page.
  • Reordering fields in Netlify CMS for better flow of post creation.
  • Validation for path in Netlify CMS

[1.5.0] - 2020-05-03

Added

  • Settings page in Netlify CMS to customize site meta data.
  • Site meta data is pulled from site-meta-data.json. maintained via Netlify CMS

[1.4.0] - 2020-05-01

Added

  • gatsby-plugin-sitemap Creates a sitemap for your Gatsby site in production.

Changed

  • Changelog improvements
  • Comments on gatsby-config.js
  • Comments on static/admin/config.yml

[1.3.0] - 2020-04-30

Added

  • gatsby-plugin-offline drop-in support for making a GatsbyJS site work offline and more resistant to bad network connections.
  • gatsby-plugin-manifest configures GatsbyJS to create a manifest.webmanifest file on every site build

[1.2.0] - 2020-04-28

Added

  • GatsbyJS Increment builds with Netlify deployment

[1.1.0] - 2020-04-21

Added

  • Dark mode compatibitly and toggle for user preference

[1.0.0] - 2020-03-14

  • Launch of GatsbyJS and Netlify CMS based starter gatsby-starter-delog
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].