Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 609 Bytes

File metadata and controls

32 lines (24 loc) · 609 Bytes

Linux notes

https://github.com/dangduytung/linux

Theme Clyell

Link: http://jekyllthemes.org/themes/clyell

Characteristics

  • Simple
  • Friendly to read

Jekyll config file example

# Site settings
title: "linux"
bye_message: "Thx!"
baseurl: "/linux"
url: "https://dangduytung.github.io"
disqus: dangduytung

# Build settings
markdown: kramdown
permalink: /:categories/:title

Run Command

bundle exec jekyll serve      # http://localhost:4000  (--port 1234)
bundle exec jekyll build