All Projects → izackwu → gatsby-starter-breeze

izackwu / gatsby-starter-breeze

Licence: MIT license
A Gatsby starter for graceful blogging in Chinese.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to gatsby-starter-breeze

gatsby-starter
Gatsby Starter for creating portfolio & blog.
Stars: ✭ 55 (+25%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-devto
A GatsbyJS starter template that leverages the Dev.to API
Stars: ✭ 13 (-70.45%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-portfolio-bella
A bright single-page portfolio starter for Gatsby powered by Prismic.io. The target audience are designers and photographers.
Stars: ✭ 125 (+184.09%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-ghost-novela-starter
A Gatsby starter for creating blogs from headless Ghost CMS.
Stars: ✭ 31 (-29.55%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-highlights
Gatsby.js V2 starter template based on highlights by HTML5 UP
Stars: ✭ 15 (-65.91%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-antoine
My opinionated Gatsby.js starter
Stars: ✭ 17 (-61.36%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-prologue
Gatsby.js V2 starter template based on readonly by HTML5 UP
Stars: ✭ 24 (-45.45%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-wordpress-typescript-scss-blog
Gatsby Wordpress Typescript Blog Boilerplate
Stars: ✭ 50 (+13.64%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-fractal
Gatsby.js V2 starter template based on Fractal by HTML5 UP
Stars: ✭ 19 (-56.82%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-typescript-emotion-storybook
Gatsby Starter: TypeScript + Emotion + Storybook + React Intl + SVGR + Jest
Stars: ✭ 63 (+43.18%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-i18n-bulma
A gatsby multilanguage template with bulma and i18n: it is a work in progress...
Stars: ✭ 22 (-50%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-typescript
Typescript version of the default Gatsby starter. Uses Gatsby v1.x
Stars: ✭ 58 (+31.82%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-contentful-typescript-starter
Gatsby.js starter with TypeScript and Contentful
Stars: ✭ 15 (-65.91%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-paradigmshift
Gatsby.js V2 starter template based on Paradigm Shift by HTML5 UP
Stars: ✭ 16 (-63.64%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
WebSheets-Listing-Page
This is a Gatsby template for creating a catalogue websites based on Google Sheets data.
Stars: ✭ 29 (-34.09%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-multiverse
Gatsby.js V2 starter template based on multiverse by HTML5 UP
Stars: ✭ 14 (-68.18%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-wiki
Creating a Knowledgbase using Gatsby.js and React.js (see final product ->
Stars: ✭ 32 (-27.27%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-apple
🍎 Gatsby blog starter kit with beautiful responsive design
Stars: ✭ 88 (+100%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-generator
🎰 Generate Gatsby Starters in Seconds
Stars: ✭ 23 (-47.73%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-blog-template
✍️ A GatsbyJS Blog Template for blogging purposes.
Stars: ✭ 38 (-13.64%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter

关于本 Gatsby 主题

本主题名为「清风朗月」,英文为 Breeze,努力成为一个优雅的中文博客主题,希望你喜欢。

本主题主要移植(同时做了一些修改,具体见下)自 AmazingRise 的 Hugo 主题 Diary,而其移植并改进自 SumiMakito 的 Hexo 主题 Journal

目前而言,本主题已经大致完成了博客的所有基本功能(比如文章列表、文章页面、标签系统),以及一些附加功能:

  • 对小屏幕设备的响应式布局
  • 文章目录
  • 评论
  • 可配置性
  • 黑暗模式 (暂不实现)
  • ...

按照预期,这些功能都将会在短期内实现。如果没有遇到太多障碍的话。

另一方面,相较于 AmazingRise 的 Hugo 主题 Diary,有一些刻意为之的差别:

  • 从全屏幕三栏布局变为居中双栏布局
  • 取消了文章类别 category ,仅保留文章标签 tag
  • 归档和标签页面的布局更为紧凑,且不分页以便 Ctrl + F 页面内查找
  • 区分了 PostPage 两种类型的文章(比如此页面就是 Page,而不会出现在 Post 列表中)
  • ...

关于作者

首先需要说明的是,本主题的作者为 SumiMakito(最初设计与实现)和 AmazingRise(许多有价值的改进),我仅仅是将其移植到 Gatsby 并做了一些符合个人口味的修改。

而我移植本主题,主要出于对本主题优雅设计的喜爱,同时也为了学习 Gatsby 等前端技能。在移植完成度较高之后,或许会将其用作我的个人博客主题。

最后,你可以在 Github(keithnull)或者 Twitter(无辄)上找到我。


🚀 Quick start

  1. Create a Gatsby site.

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

    # create a new Gatsby site using the blog starter
    gatsby new my-blog-starter https://github.com/keithnull/gatsby-starter-breeze
  2. Start developing.

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

    cd my-blog-starter/
    gatsby develop
  3. Open the source code and start editing!

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

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

    Open the my-blog-starter directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!

🧐 What's inside?

A quick look at the top-level files and directories you'll see in a Gatsby project.

.
├── node_modules
├── src
├── .gitignore
├── .prettierrc
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── LICENSE
├── package-lock.json
├── package.json
└── README.md
  1. /node_modules: This directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.

  2. /src: This directory will contain all of the code related to what you will see on the front-end of your site (what you see in the browser) such as your site header or a page template. src is a convention for “source code”.

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

  4. .prettierrc: This is a configuration file for Prettier. Prettier is a tool to help keep the formatting of your code consistent.

  5. gatsby-browser.js: This file is where Gatsby expects to find any usage of the Gatsby browser APIs (if any). These allow customization/extension of default Gatsby settings affecting the browser.

  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. (Check out the config docs for more detail).

  7. gatsby-node.js: This file is where Gatsby expects to find any usage of the Gatsby Node APIs (if any). These allow customization/extension of default Gatsby settings affecting pieces of the site build process.

  8. gatsby-ssr.js: This file is where Gatsby expects to find any usage of the Gatsby server-side rendering APIs (if any). These allow customization of default Gatsby settings affecting server-side rendering.

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

  10. 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).

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

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

🎓 Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:

  • 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 Guides, API Reference, and Advanced Tutorials sections in the sidebar.

💫 Deploy

Deploy to Netlify

Deploy with Vercel

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