My old blog... (deprecated)
https://github.com/0-Chan/0-Chan.github.io.git
In this template...
About this Template
If you're using this template, Please Pull Request for Use case!
# create a new Gatsby site using the blog starter
npx gatsby new my-blog-starter https://github.com/JaeYeopHan/gatsby-starter-bee
If you are not using npx, following Gatsby Getting Started
npm install -g gatsby-cli
gatsby new my-blog-starter https://github.com/JaeYeopHan/gatsby-starter-bee
cd my-blog-starter/
npm start
# open localhost:8000
You can write...
content/blog directory.content/__about directory.With markdown syntax and some meta data
npm run post
๐ Use gatsby-post-gen (
You can fix meta data of blog in /gatsby-meta-config.js file.
:bulb: if you want to deploy github pages, add following script to package.json
"scripts": {
"deploy": "gatsby build && gh-pages -d public -b master -r 'git@github.com:${your github id}/${github page name}.github.io.git'"
}
/root
โโโ gatsby-browser.js // font, polyfill, onClientRender ...
โโโ gatsby-config.js // Gatsby config
โโโ gatsby-meta-config.js // Template meta config
โโโ gatsby-node.js // Gatsby Node config
src
โโโ components // Just component with styling
โโโ layout // home, post layout
โโโ pages // routing except post: /(home), /about
โโโ styles
โ โโโ code.scss
โ โโโ dark-theme.scss
โ โโโ light-theme.scss
โ โโโ variables.scss
โโโ templates
โโโ blog-post.js
โโโ home.js
You can customize color in src/styles directory.
src/styles
โโโ code.scss
โโโ dark-theme.scss
โโโ light-theme.scss
โโโ variables.scss
/content/assets/profile.png)/content/assets/felog.png)/styles/variables.scss)/gatsby-meta-config.js)If you are currently writing in the Medium, consider migration with medium-to-own-blog!
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
Project by @Jbeeโ