GithubHelp home page GithubHelp logo

joonsungum / joonsungum.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jaeyeophan/gatsby-starter-bee

0.0 2.0 0.0 10.58 MB

🐝Full Package | Simple | Fresh UI | Blog Template :: Let's start to blogging with gatsby-starter-bee!

Home Page: https://gatsby-starter-bee.netlify.com/

License: MIT License

JavaScript 17.01% CSS 23.85% TypeScript 59.13%

joonsungum.github.io's Introduction

gatsby-starter-bee

Blog Starter Pack based on gatsby-starter-blog

In this template...

  • πŸ’„ Code highlight with Fira Code font
  • πŸ˜„ Emoji (emojione)
  • πŸ—£ Social share feature (Twitter, Facebook)
  • πŸ’¬ Comment feature (disqus, utterances)
  • β˜• 'Buy me a coffee' service
  • πŸ§™ CLI Tool
  • πŸ€– GA
  • ⭐ Enhance UX
  • βš™ Configurable

Demo

Use case

😎 Quick Start

1. Create a Gatsby site.

# create a new Gatsby site using the blog starter
$ npx gatsby new my-blog-starter https://github.com/JaeYeopHan/gatsby-starter-bee

2. Start developing.

$ cd my-blog-starter/
$ npm start
# open localhost:8080

3. Add your content

You can write...

  • contents to blog in content/blog directory.
  • resume content/__about directory.

With markdown syntax and some meta data

Support script for creating new post

$ npm run post

4. Fix meta data

You can fix meta data of blog in /gatsby-meta-config.js file.

5. Publish with netlify

Deploy to Netlify

🧐 Customize!

Gatsby config

/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

Structure

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

Style

You can customize color in src/styles directory.

src/styles
β”œβ”€β”€ code.scss
β”œβ”€β”€ dark-theme.scss
β”œβ”€β”€ light-theme.scss
└── variables.scss

πŸ› Bug reporting

Issue

LICENSE

MIT

Project by @Jbee✌

joonsungum.github.io's People

Contributors

jaeyeophan avatar joonsungum avatar

Watchers

 avatar  avatar

joonsungum.github.io's Issues

post/2019-02-25-typescript-interface-and-type-alias/

TypeScriptμ—μ„œ Type을 κΈ°μˆ ν•˜λŠ” 두 가지 방법, Interface와 Type Alias | Joonsung Um's blog

νƒ€μž…μŠ€ν¬λ¦½νŠΈλ₯Ό μ‚¬μš©ν•˜κΈ° μ‹œμž‘ν•œ λ’€λ‘œ type을 κΈ°μˆ ν•  λ•Œ, 일반적인 μƒν™©μ—μ„œλŠ” νŠΉλ³„ν•œ κ³ λ―Ό 없이 interfaceλ₯Ό μ‚¬μš©ν•˜κ³  μžˆμ—ˆλ‹€. TypeScript 곡식 λ¬Έμ„œμ—μ„œ νŠΉλ³„ν•œ 상황이 μ•„λ‹ˆλΌλ©΄ interface의 μ‚¬μš©μ„ ꢌμž₯ν•˜κ³  있기 λ•Œλ¬Έμ΄λ‹€. 졜근 νƒ€μž…μŠ€ν¬λ¦½νŠΈλŠ” λΉ λ₯Έ 주기둜 λ¦΄λ¦¬μ¦ˆκ°€ 되

https://joonsungum.github.io/post/2019-02-25-typescript-interface-and-type-alias/

post/2019-02-25-typescript-interface-and-type-alias/

TypeScriptμ—μ„œ Type을 κΈ°μˆ ν•˜λŠ” 두 가지 방법, Interface와 Type Alias | Joonsung Um's blog

νƒ€μž…μŠ€ν¬λ¦½νŠΈλ₯Ό μ‚¬μš©ν•˜κΈ° μ‹œμž‘ν•œ λ’€λ‘œ type을 κΈ°μˆ ν•  λ•Œ, 일반적인 μƒν™©μ—μ„œλŠ” νŠΉλ³„ν•œ κ³ λ―Ό 없이 interfaceλ₯Ό μ‚¬μš©ν•˜κ³  μžˆμ—ˆλ‹€. TypeScript 곡식 λ¬Έμ„œμ—μ„œ νŠΉλ³„ν•œ 상황이 μ•„λ‹ˆλΌλ©΄ interface의 μ‚¬μš©μ„ ꢌμž₯ν•˜κ³  있기 λ•Œλ¬Έμ΄λ‹€. 졜근 νƒ€μž…μŠ€ν¬λ¦½νŠΈλŠ” λΉ λ₯Έ 주기둜 λ¦΄λ¦¬μ¦ˆκ°€ 되

https://joonsungum.github.io/post/2019-02-25-typescript-interface-and-type-alias/

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.