···11----
22-title: "Welcome to Jekyll!"
33-published: true
44----
55-66-**Hello world**, this is my first Jekyll blog post.
77-88-I hope you like it!
99-1010-# Highlighter
1111-## Ruby
1212-```ruby
1313-def show
1414- puts "Outputting a very lo-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-ong lo-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-ong line"
1515- @widget = Widget(params[:id])
1616- respond_to do |format|
1717- format.html # show.html.erb
1818- format.json { render json: @widget }
1919- end
2020-end
2121-```
2222-2323-## Php
2424-```php
2525-<?php
2626- print("Hello {$world}");
2727-?>
2828-```
2929-3030-## Java
3131-```java
3232-public class java {
3333- public static void main(String[] args) {
3434- System.out.println("Hello World");
3535- }
3636-}
3737-```
3838-3939-## HTML
4040-```html
4141-<html>
4242- <head><title>Title!</title></head>
4343- <body>
4444- <p id="foo">Hello, World!</p>
4545- <script type="text/javascript">var a = 1;</script>
4646- <style type="text/css">#foo { font-weight: bold; }</style>
4747- </body>
4848-</html>
4949-```
5050-5151-## Console
5252-```console
5353-# prints "hello, world" to the screen
5454-~# echo Hello, World
5555-Hello, World
5656-5757-# don't run this
5858-~# rm -rf --no-preserve-root /
5959-```
6060-6161-## Css
6262-```css
6363-body {
6464- font-size: 12pt;
6565- background: #fff url(temp.png) top left no-repeat;
6666-}
6767-```
6868-6969-## Yaml
7070-```yaml
7171----
7272-one: Mark McGwire
7373-two: Sammy Sosa
7474-three: Ken Griffey
7575-```
+9
_posts/2019-05-14-hello-website.md
···11+---
22+title: My new website
33+layout: post
44+published: true
55+---
66+77+**Hello world**, said God and created [github/personal-website](https://github.dev/)
88+So basically I have a new website. You are looking right at it. I went through a couple of designs but I stuck with this one (my other option was [this one](https://filiptronicek.netlify.com/)).
99+I am a 14-year-old web developer... so basically I'm pretty young. For most of my work, I use JavaScript, PHP and some other stuff that I copy from StackOverflow. I am probably not for hire because I'm kinda not legally allowed to. But, here's the deal: if you want to share something with me or just have a chat with me, hit me up on [Twitter](https://twitter.com/filip_tronicek) or my personal e-mail [filip.tronicek@seznam.cz](mailto:filip.tronicek@seznam.cz)