Skip to content

luna-negra/jekyll-theme-ubuntu

Repository files navigation

jekyll-theme-ubuntu

Customized Jekyll theme ubuntu for Github blog, created by 'luna-negra'


[sample] img.png

How to Use

  1. Download Git Repository 'jekyll-theme-ubuntu'
git clone https://github.com/luna-negra/jekyll-theme-ubuntu
  1. Create Categories for Your Blog
  • First, create categories of your blog with file 'categories.yml' on folder '_data',
  • Once you finish categorizing, make markdown files with front-matter 'layout' as list and 'permalink' with /{category}/{sub_category}.
  • Please refer to the markdown file '/_posts/category2/2024-06-15-make-categories.md' for more details.
  1. Create Your Own Posts
  • Write down your own post with markdown file and locate it on folder '_posts'
  • If you want to more detail about creating post, please refer to markdown files '/_posts/category1/2024-06-12-sample-post1.md' and '/_posts/category1/2024-06-12-front-matter-of-post.md'
  1. Add and Commit Your Work
git add {files_to_add}
git commit
  1. Upload 'jekyll-theme-ubuntu' to Your Blog Repository
  • The repository name should be "{your_github_username}.github.io"
git push {remote_name} {branch_name}

About

Customized Jekyll theme ubuntu for Github blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published