You don't have javascript enabled. Good luck! :(

This is a test

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.

To add new posts, simply add a file in the _posts directory that follows the convention YYYY-MM-DD-name-of-post.ext and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.

Jekyll also offers powerful support for code snippets:

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.

  Jun 21, 2018     WenYuan     其它  UPDATE:

如何將 Github 上的 Markdown 檔案轉成 PDF 檔

先打開你的 Github


點進你想要轉檔的 Markdown 檔


更改其網址

以我為例, 我目前的網址為:

https://github.com/WenYuanGG/WenYuanGG.github.io/blob/master/README.md

將瀏覽器網址裡面的 github.com 改成 gitprint.com , 修改完後如下:

https://gitprint.com/WenYuanGG/WenYuanGG.github.io/blob/master/README.md

ENTER 後, 就會跳轉到 gitprint 的頁面, 你就會看到轉完後的 PDF , 再將他下載下來就好


Reference