All Projects → kendallstrautman → Brevifolia Gridsome Forestry

kendallstrautman / Brevifolia Gridsome Forestry

Licence: mit
A simple starter blog built with Gridsome & Forestry

Projects that are alternatives of or similar to Brevifolia Gridsome Forestry

Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (+550%)
Mutual labels:  blog, minimalist
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+913.64%)
Mutual labels:  blog, minimalist
Lagrange
A minimalist Jekyll theme for running a personal blog
Stars: ✭ 454 (+1963.64%)
Mutual labels:  blog, minimalist
Artsy.github.io
The Artsy Engineering Open-Source Developers Blog
Stars: ✭ 770 (+3400%)
Mutual labels:  blog
Solo
🎸 B3log 分布式社区的 Java 博客端节点系统,欢迎加入下一代社区网络。B3log distributed community blog-end node system, welcome to join the next generation community network.
Stars: ✭ 780 (+3445.45%)
Mutual labels:  blog
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+3668.18%)
Mutual labels:  blog
Piyushmehta.com
Piyush's HomePage https://piyushmehta.tech and
Stars: ✭ 19 (-13.64%)
Mutual labels:  blog
Newblog
个人博客,个人网站,blog
Stars: ✭ 763 (+3368.18%)
Mutual labels:  blog
Thenetwork Open
TheNetwork is a blog cum chat app. It's completely built using firebase. Users can post, comment, like and bookmark the blogs, also users can send follow requests to connect with people. Users can create events and also prepare an event roadmap. Pagination for realtime data is also included in chats, blogs and events.
Stars: ✭ 17 (-22.73%)
Mutual labels:  blog
0x5e.github.io
A peosonal blog
Stars: ✭ 5 (-77.27%)
Mutual labels:  blog
Vuepress Theme Vdoing
🚀一款简洁高效的VuePress知识管理&博客(blog)主题
Stars: ✭ 809 (+3577.27%)
Mutual labels:  blog
Hexo Theme Nexmoe
🔥 一个比较特别的 Hexo 主题
Stars: ✭ 789 (+3486.36%)
Mutual labels:  blog
Hugo Theme Terminal
A simple, retro theme for Hugo
Stars: ✭ 832 (+3681.82%)
Mutual labels:  blog
Blog
博客
Stars: ✭ 781 (+3450%)
Mutual labels:  blog
Adam
Jeykll theme created for nybles
Stars: ✭ 17 (-22.73%)
Mutual labels:  blog
Wblog
基于gin+gorm开发的个人博客项目
Stars: ✭ 763 (+3368.18%)
Mutual labels:  blog
Minifuture
A monadic Future design pattern implementation in Swift
Stars: ✭ 16 (-27.27%)
Mutual labels:  minimalist
Leonids
A simple, fixed sidebar two columns Gatsby.js blog starter.
Stars: ✭ 813 (+3595.45%)
Mutual labels:  blog
Blog
前端基础,深入以及算法数据结构记录
Stars: ✭ 800 (+3536.36%)
Mutual labels:  blog
Bludit
Simple, Fast, Secure, Flat-File CMS
Stars: ✭ 824 (+3645.45%)
Mutual labels:  blog

Brevifolia

About

Netlify Status

Brevifolia is minimalist blog starter to get you going using Forestry with Gridsome. Check out the demo here

This blog is statically generated by Gridsome, a rendered combination of Vue components and markdown files. It is preconfigured to work with Forestry as a way to manage your content. Forestry makes changes by editing markdown or data files, uploading media to the correct directory and committing these updates to your repo directly.

The styles were coded & designed by yours truly, using scss with the Gridsome style structure. The font used is Work Sans.

Quick Setup

Import Directly to Forestry

Import this project into Forestry

Set-up Locally

In your terminal, navigate to where you would like this blog to live, then run

#clone the repo
git clone [email protected]:kendallstrautman/brevifolia-gridsome-forestry.git

#navigate to the directory
cd brevifolia-gridsome-forestry

#install dependencies & run dev server with yarn 
yarn install
yarn dev

#or with npm 
npm install
npm run dev

A new browser window should open with the dev server running or you can navigate to localhost:8080

Plugins

With Gridsome offering a plugin-rich ecosystem, there are a few key plugins that make this project possible.

Project Structure

  • Site-level configuration is stored in src/assets/config.json. This file is loaded in the gridsome.config.js to configure Gridsome and allow it to be accessible via metaData in your graphql queries.
  • Add and access plugin options or metaData via gridsome.config.js.
  • Access Gridsome's server api via gridsome.server.js. Currently this is just boilerplate.
  • Edit global & reset styles via src/assets/styles/.... Edit styles specific to a page or component within the .vue file between the <style> tags
  • src/assets/content/contains all your markdown blog posts, images & data files (e.g. authors list, info page data). These are all editable by Forestry.
  • src/pages is a very important and required directory for Gridsome. This is where all your pages for the site live.
  • Blog posts are built from a template that can be accessed at src/templates. The routing and config for this template lives in gridsome.config.js within the @gridsome/source-filesystem plugin object.
  • The pages & template are comprised of components from src/components.

Using Forestry as your CMS

The .forestry directory contains all the settings information and frontmatter configuration to allow Forestry to setup the sidebar structure and editing capacity for this blog. After importing this blog into forestry, you can access and edit all of the content via the sidebar.

You can add new blog posts, data files, or entire pages and sections to fit your needs. You can also customize how media is handled, by configurating gitLFS, Cloudinary, S3, or Netlify Large Media.

You can set up a remote admin for content editors to log in directly to yoururl.com/admin to make content updates.

Instant Previews

The instant preview method spins up the Gridsome development server for a long-lived preview that can quickly respond to content updates. When using instant previews, your preview command should be the develop command. The development server spawned by this command should be available over port 8080, and bind to 0.0.0.0. The forestry:preview command in this project's package.json will launch a dev server compatible with Forestry's instant previews.

Deploy Options

Deploy to Netlify

Netlify is a great way to easily deploy sites. There's no special setup you need to do with Forestry to deploy with Netlify. When Forestry makes commits to your repo, Netlify will auto-trigger a rebuild / deploy when new commits are made.

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