Giter Club home page Giter Club logo

example's Introduction

Example Blog for Gatsby & Hyde

Goal

Have a blogging support system that aims to be as simple as Jeykll, but with the underlying power of Gatsby.

There is a high-level goal of supporting all of the features that have been built into the Artsy blog over the last 7 years incrementally.

This Repo

This repo serves as the example blog for development of the system. Once gatsby-themes becomes stable then it can be turned into a theme instead.

Features

These are the goals, not where it is at today:

Aim

You as a user would have a blog with a blog folder, in that folder you could have:

$ tree blog

[...] # Your gatsby stuff
content/
├── assets
│   ├── gatsby-icon.png
│   └── profile-pic.jpg
├── blog
│   ├── archives
│   │   ├── 2011-12-25-creating-rebase.md
│   │   ├── 2011-12-26-the-godaddy-kerfuffle.md
│   │   └── 2011-12-27-barriers-of-entry-to-photography.md
│   ├── my-first-post
│   │   ├── index.mdx
│   │   └── hello-world.jpg
│   └── my-second-post
│       └── index.mdx
│   
└── pages
   └── cool-lib
        └── index.mdx

Should generate the following resources:

/assets/gatsby-icon.png
/assets/profile-pic.jpg
/blog/creating-rebase/index.html
/blog/the-godaddy-kerfuffle/index.html
/blog/barriers-of-entry-to-photography/index.html
/blog/my-first-post/index.html
/blog/my-first-post/hello-world.jpg
/blog/my-second-post/index.html
/cool-lib/index.html

How do I contribute?

Right now we have the above TODO list. You can clone this repo, run yarn install and start trying to build out some of the features in that list into the main site. We can figure out how to transform it into a theme once themes are more stable.

git clone https://github.com/and-hyde gatsby-and-hyde
cd gatsby-and-hyde
cd example
yarn install
yarn start

example's People

Contributors

orta avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar Yassine Elouafi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.