歡迎使用 Jekyll

哈囉 jekyll !這是一篇展示的文章。使用 Markdown 格式所撰寫

1
2
3
4
5
6
7

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

1
2
3
4
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
1
2
3
4
5
6
$ jekyll build
$ jekyll build --watch
$ jekyll build --source <s> --destination <d>
$ jekyll serve
$ jekyll serve --watch
$ jekyll serve --port 8000

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’s dedicated Help repository.

Try to use default markdown

def say_hello
  puts "Hello, Ruby"
end
作者

andyyou(YOU,ZONGYAN)

發表於

2015-04-04

更新於

2023-12-05

許可協議