This commit is contained in:
MisterE123 2022-01-22 15:34:09 -05:00
parent b064da581d
commit cd21a5130c

View File

@ -1,37 +1,23 @@
---
layout: post
title: "Welcome to Jekyll!"
title: "This Week in Minetest"
date: 2022-01-22 14:39:05 -0500
categories: jekyll update
---
Youll 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.
# Table of contents
1. [Introduction](#introduction)
2. [Some paragraph](#paragraph1)
1. [Sub paragraph](#subparagraph1)
3. [Another paragraph](#paragraph2)
Jekyll requires blog post files to be named according to the following format:
## This is the introduction <a name="introduction"></a>
Some introduction text, formatted in heading 2 style
`YEAR-MONTH-DAY-title.MARKUP`
## Some paragraph <a name="paragraph1"></a>
The first paragraph text
Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.
### Sub paragraph <a name="subparagraph1"></a>
This is a sub paragraph, formatted in heading 3 style
Jekyll also offers powerful support for code snippets:
```lua
--test of lua code
for _,player in pairs(minetest.get_connected_players) do
return
end
```
{% highlight ruby %}
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
{% endhighlight %}
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekylls GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
[jekyll-docs]: https://jekyllrb.com/docs/home
[jekyll-gh]: https://github.com/jekyll/jekyll
[jekyll-talk]: https://talk.jekyllrb.com/
## Another paragraph <a name="paragraph2"></a>
The second paragraph text