2.0.3 β€’ Published 2 years ago

gatsby-theme-buzzing v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Gatsby Theme Timeline

This is a repo for Gatsby's timeline theme, with the theme, you can show all your posts, tweets at one timeline.

Live Demo

Screen

Features

πŸš€ Quick start

Learn more about the theme information at here

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying the timeline blog theme starter.

    # create a new Gatsby site using the timeline blog theme starter
    gatsby new my-themed-blog https://github.com/theowenyoung/gatsby-starter-timeline
  2. Create twitter credentials

    Optional, if you want to add your tweets to blog, create .env with the following content:

    TWITTER_CONSUMER_KEY=xx
    TWITTER_CONSUMER_SECRET=xx
    TWITTER_ACCESS_TOKEN=xx
    TWITTER_ACCESS_SECRET=xx

    Then, uncomment gatsby-config.js plugin gatsby-source-twitter

  3. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-themed-blog/
    gatsby develop
  4. Open the code and start customizing!

    Your site is now running at http://localhost:8000!

    To get started, check out the guide to using the Gatsby blog theme starter, or the longer, more detailed tutorial.

For exist site, see here

🧐 What's inside?

Here are the top-level files and directories you'll see in a site created using the timeline blog theme starter:

gatsby-starter-timeline
β”œβ”€β”€ content
β”‚   β”œβ”€β”€ assets
β”‚   β”‚   └── avatar.png
β”‚   └── posts
β”‚       β”œβ”€β”€ hello-world.mdx
β”‚       └── my-second-post.mdx
β”œβ”€β”€ data
β”‚   β”œβ”€β”€ tweets
β”‚       β”œβ”€β”€ 1111.json
β”‚       └── 2222.json
β”‚   β”œβ”€β”€ reddit
β”‚       β”œβ”€β”€ 1111.json
β”‚       └── 2222.json
β”œβ”€β”€ src
β”‚   └── gatsby-theme-timeline
β”‚       β”œβ”€β”€ components
β”‚       β”‚   └── bio-content.js
β”‚       └── gatsby-theme-ui
β”‚           └── colors.js
β”œβ”€β”€ .gitignore
β”œβ”€β”€ .prettierrc
β”œβ”€β”€ gatsby-config.js
β”œβ”€β”€ LICENSE
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
└── README.md
  1. /content: A content folder holding assets that the theme expects to exist. This will vary from theme to theme -- this starter is set up to get you started with the timeline blog theme, which expects an image asset for your avatar, and blog post content. Replace the avatar image file, delete the demo posts, and add your own!

  2. /data: A raw data folder holding raw data like tweets, reddit json.

  3. /src: You will probably want to customize your site to personalize it. The files under /src/gatsby-theme-blog shadow, or override, the files of the same name in the gatsby-theme-blog package. To learn more about this, check out the guide to getting started with using the timeline blog theme starter.

  4. .gitignore: This file tells git which files it should not track / not maintain a version history for.

  5. .prettierrc: This file tells Prettier which configuration it should use to lint files.

  6. gatsby-config.js: This is the main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins you’d like to include, etc. When using themes, it's where you'll include the theme plugin, and any customization options the theme provides.

  7. LICENSE: This Gatsby starter is licensed under the 0BSD license. This means that you can see this file as a placeholder and replace it with your own license.

  8. package-lock.json (See package.json below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. (You won’t change this file directly).

  9. package.json: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.

  10. README.md: A text file containing useful reference information about your project.

Full Screen

Full

πŸŽ“ Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives on the website.

Here are some places to start:

Themes

  • To learn more about Gatsby themes specifically, we recommend checking out the theme docs.

General

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples, head to our documentation. In particular, check out the Reference Guides and Gatsby API sections in the sidebar.

1.14.0

2 years ago

2.0.3

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.15.0

2 years ago

1.15.1

2 years ago

1.12.0

2 years ago

1.16.3

2 years ago

1.16.2

2 years ago

1.16.1

2 years ago

1.16.0

2 years ago

1.16.7

2 years ago

1.16.6

2 years ago

1.16.5

2 years ago

1.16.4

2 years ago

1.13.0

2 years ago

1.11.7

2 years ago

1.11.6

3 years ago

1.11.5

3 years ago

1.11.4

3 years ago

1.11.3

3 years ago

1.11.2

3 years ago

1.11.0

3 years ago

1.11.1

3 years ago

1.10.0

3 years ago

1.9.2

3 years ago

1.8.2

3 years ago

1.8.1

3 years ago

1.8.0

3 years ago

1.6.0

3 years ago

1.9.1

3 years ago

1.9.0

3 years ago

1.7.2

3 years ago

1.7.1

3 years ago

1.7.0

3 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.5

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

0.32.1

3 years ago

0.32.0

3 years ago

0.31.0

3 years ago

0.30.0

3 years ago

0.29.0

3 years ago

0.29.1

3 years ago

0.27.4

3 years ago

0.27.3

3 years ago

0.27.2

3 years ago

0.27.1

3 years ago

0.27.0

3 years ago

0.25.0

3 years ago

0.23.0

3 years ago

0.21.0

3 years ago

0.26.0

3 years ago

0.20.5

3 years ago

0.24.0

3 years ago

0.20.4

3 years ago

0.22.0

3 years ago

0.20.3

3 years ago

0.20.2

3 years ago

0.20.1

3 years ago

0.20.0

3 years ago

0.19.0

3 years ago

0.18.0

3 years ago

0.17.1

3 years ago

0.17.0

3 years ago

0.16.0

3 years ago

0.15.0

3 years ago

0.14.1

3 years ago

0.14.2

3 years ago

0.14.0

3 years ago

0.13.2

3 years ago

0.13.1

3 years ago

0.13.0

3 years ago

0.12.4

3 years ago

0.12.3

3 years ago

0.12.1

3 years ago

0.12.2

3 years ago

0.12.0

3 years ago

0.11.1

3 years ago

0.11.2

3 years ago

0.11.3

3 years ago

0.11.0

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.7.8

3 years ago

0.8.0

3 years ago

0.7.6

3 years ago

0.7.7

3 years ago

0.7.5

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.4

3 years ago

0.7.3

3 years ago

0.7.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago