Skip to content

BradKwon/BradKwon.github.io

 
 

Repository files navigation

Brad Kwon's blog site

Originated by #Clean Blog by Start Bootstrap - Jekyll Version

Development setup

1. Install Jekyll

Please follow this guide from Jekyll official site. https://jekyllrb.com/docs/installation/

2. Run bundle

Run bundle in your terminal.

> bundle

3. Run this blog site in localhost

> bundle exec jekyll serve --watch

If you just want to build it,

> bundle exec jekyll build

4. Sitemap update

  1. Generate sitemap with any of online tools mentioned in this article. SitemapGenerators.wiki At the moment, I'm using this online tool. xmlsitemapgenerator

  2. Update sitemap.xml in this project and push to the repository.

  3. When the new sitemap is published by GitHub Action, go to Google search console and submit the new sitemap.xml

About

brad kwon blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.5%
  • HTML 24.5%
  • CSS 12.5%
  • Less 8.0%
  • PHP 1.2%
  • Ruby 0.3%