Skip to content

Joey-Forever/Joey-Forever.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joey's Notes

Source for the blog at joey-forever.github.io.

Built with Jekyll and the default minima theme, deployed automatically by GitHub Pages on push to main.

Structure

_config.yml                 site configuration
index.md                    home page (lists posts)
about.md                    /about/
_posts/                     blog posts, filename YYYY-MM-DD-slug.md
assets/                     images and other static files

Local preview (optional)

bundle init
bundle add jekyll
bundle exec jekyll serve

Then open http://localhost:4000.

Publishing a new post

  1. Add a file under _posts/ named YYYY-MM-DD-slug.md with Jekyll front matter.
  2. Put any images under assets/ and reference them as /assets/<name>.
  3. Commit and push — GitHub Pages rebuilds the site within a minute.

License

Content is © Joey, all rights reserved unless otherwise stated. Code snippets inside posts are released under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors