All Projects → cossssmin → Gridsome Starter Bleda

cossssmin / Gridsome Starter Bleda

Licence: mit
Gridsome blog starter, built with Tailwind CSS

Projects that are alternatives of or similar to Gridsome Starter Bleda

Gridsome Portfolio Starter
A simple portfolio theme for Gridsome powered by Tailwind CSS v1
Stars: ✭ 329 (+83.8%)
Mutual labels:  static-site, jamstack, tailwindcss
Headlesscms.org
Source for headlesscms.org
Stars: ✭ 628 (+250.84%)
Mutual labels:  static-site, jamstack
Gatsby Universal
🔮 An opinionated Gatsby v2 starter for state-of-the-art marketing sites.
Stars: ✭ 617 (+244.69%)
Mutual labels:  static-site, jamstack
Jekyll Netlify Boilerplate
A simple Jekyll template for creating a fast, static website on Netlify
Stars: ✭ 62 (-65.36%)
Mutual labels:  static-site, jamstack
jigsaw-blog-template
Starter template for a blog, using Jigsaw by Tighten
Stars: ✭ 75 (-58.1%)
Mutual labels:  static-site, tailwindcss
Skeleventy
A skeleton boilerplate built with Eleventy.
Stars: ✭ 318 (+77.65%)
Mutual labels:  static-site, jamstack
Hugo Boilerplate
A Hugo boilerplate for building modern websites
Stars: ✭ 58 (-67.6%)
Mutual labels:  static-site, jamstack
hugo-theme-massively
Massively theme for Hugo static site generator
Stars: ✭ 113 (-36.87%)
Mutual labels:  static-site, jamstack
Jamstack Comments Engine
An example of a comments engine you could add to any JAMstack site hosted on Netlify
Stars: ✭ 112 (-37.43%)
Mutual labels:  static-site, jamstack
Awesome Jamstack
📔 Curated list of resources: books, videos, articles, speaker decks, tools about using the JAMstack (A modern web development architecture for creating fast, secure and dynamic websites)
Stars: ✭ 115 (-35.75%)
Mutual labels:  static-site, jamstack
Fenix
A simple and visual static web server with collaboration features.
Stars: ✭ 1,559 (+770.95%)
Mutual labels:  static-site, jamstack
geeky-hugo
Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.
Stars: ✭ 44 (-75.42%)
Mutual labels:  static-site, jamstack
jigsaw-docs-template
Starter template for a documentation site, using Jigsaw by Tighten
Stars: ✭ 39 (-78.21%)
Mutual labels:  static-site, tailwindcss
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (-25.14%)
Mutual labels:  static-site, jamstack
site
🏁📑 Static site generator for landing pages, docs, and more
Stars: ✭ 31 (-82.68%)
Mutual labels:  static-site, jamstack
Awesome Jamstack
Carefully curated list of awesome Jamstack resources
Stars: ✭ 1,012 (+465.36%)
Mutual labels:  static-site, jamstack
Portfolio
A Next.js & Material UI portfolio that stylizes markdown files from the GitHub API and Contentful CMS.
Stars: ✭ 18 (-89.94%)
Mutual labels:  static-site, jamstack
sutanlab.id
☕️ My Personal Homepage & Blog site with NextJS. 🇺🇸 🇮🇩
Stars: ✭ 39 (-78.21%)
Mutual labels:  static-site, jamstack
Spacebook
💥 Create fast and simple documentation to explain almost anything. Uses Eleventy, Tailwind 2.0, and Alpine JS with an optional Netlify CMS.
Stars: ✭ 104 (-41.9%)
Mutual labels:  jamstack, tailwindcss
Jamstack.org
The official Jamstack site
Stars: ✭ 2,108 (+1077.65%)
Mutual labels:  static-site, jamstack

Bleda

A blog starter theme for Gridsome, inspired by the Attila Ghost theme and styled with Tailwind CSS.

Deploy to Netlify

Demo

Preview

Bleda starter for Gridsome devices preview

Features

  • Sitemap
  • RSS Feed
  • Google Analytics
  • Custom 404 Page
  • Open Graph meta tags
  • Code syntax highlighting
  • Parallax post image covers
  • Option for fullscreen covers
  • Medium-like image lightbox
  • Taxonomies: Tags and Authors
  • Aproximate read time for posts
  • Post excerpts: automatic or user-defined
  • Paginated blog, tag, and author archives
  • Easily show post dates in your locale (moment.js)
  • Posts show a warning if they're older than 1 year (configurable)

Installation

It's recommended that you install Bleda with the gridsome create command, so that Gridsome removes the .git folder and installs NPM dependencies for you:

gridsome create my-website https://github.com/cossssmin/gridsome-starter-bleda.git

Alternatively, you can clone this repo and set it up manually:

git clone https://github.com/cossssmin/gridsome-starter-bleda.git my-website

# navigate to the directory
cd my-website

# remove the Git folder
rm -rf .git

# install NPM dependencies
npm install

Configuration

See the configuration notes in the Getting Started demo post.

Development

Run gridsome develop to start a local development server, or gridsome build to build the static site into the dist folder.

See the Gridsome docs for more information.

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].