blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Blog

+18 -83
+1
Gemfile
··· 3 3 gem "jekyll-github-metadata" 4 4 gem "jekyll-octicons" 5 5 gem "jemoji" 6 + gem "jekyll-admin"
+3 -4
_config.yml
··· 1 1 layout: sidebar 2 - style: dark 2 + style: light 3 3 4 4 5 5 plugins: 6 6 - jekyll-octicons 7 7 - jekyll-github-metadata 8 8 - jemoji 9 + - jekyll-admin 9 10 permalink: /:title/ 10 11 11 12 defaults: ··· 35 36 36 37 # behance: your_username 37 38 # dribbble: your_username 38 - # facebook: your_username 39 39 # hackerrank: your_username 40 40 # instagram: your_username 41 41 # keybase: your_username ··· 46 46 # twitter: your_username 47 47 # unsplash: your_username 48 48 # vk: your_username 49 - # website: http://your_website_url 50 49 # youtube: your_username 51 50 52 51 topics: ··· 54 53 - name: JavaScript 55 54 web_url: https://github.com/topics/javascript 56 55 image_url: https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png 57 - 56 + 58 57 - name: CSS 59 58 web_url: https://github.com/topics/css 60 59 image_url: https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/css/css.png
+5 -4
_layouts/home.html
··· 37 37 {{ content }} 38 38 </div> 39 39 {% endunless %} 40 - 40 + {% unless posts_total == 0 %} 41 + {% include thoughts.html %} 42 + {% endunless %} 43 + 41 44 {% include projects.html %} 42 45 43 46 {% if site.topics %} 44 47 {% include interests.html %} 45 48 {% endif %} 46 49 47 - {% unless posts_total == 0 %} 48 - {% include thoughts.html %} 49 - {% endunless %} 50 + 50 51 </div> 51 52 </div> 52 53 </div>
-75
_posts/2019-01-29-hello-world.md
··· 1 - --- 2 - title: "Welcome to Jekyll!" 3 - published: true 4 - --- 5 - 6 - **Hello world**, this is my first Jekyll blog post. 7 - 8 - I hope you like it! 9 - 10 - # Highlighter 11 - ## Ruby 12 - ```ruby 13 - def show 14 - 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" 15 - @widget = Widget(params[:id]) 16 - respond_to do |format| 17 - format.html # show.html.erb 18 - format.json { render json: @widget } 19 - end 20 - end 21 - ``` 22 - 23 - ## Php 24 - ```php 25 - <?php 26 - print("Hello {$world}"); 27 - ?> 28 - ``` 29 - 30 - ## Java 31 - ```java 32 - public class java { 33 - public static void main(String[] args) { 34 - System.out.println("Hello World"); 35 - } 36 - } 37 - ``` 38 - 39 - ## HTML 40 - ```html 41 - <html> 42 - <head><title>Title!</title></head> 43 - <body> 44 - <p id="foo">Hello, World!</p> 45 - <script type="text/javascript">var a = 1;</script> 46 - <style type="text/css">#foo { font-weight: bold; }</style> 47 - </body> 48 - </html> 49 - ``` 50 - 51 - ## Console 52 - ```console 53 - # prints "hello, world" to the screen 54 - ~# echo Hello, World 55 - Hello, World 56 - 57 - # don't run this 58 - ~# rm -rf --no-preserve-root / 59 - ``` 60 - 61 - ## Css 62 - ```css 63 - body { 64 - font-size: 12pt; 65 - background: #fff url(temp.png) top left no-repeat; 66 - } 67 - ``` 68 - 69 - ## Yaml 70 - ```yaml 71 - --- 72 - one: Mark McGwire 73 - two: Sammy Sosa 74 - three: Ken Griffey 75 - ```
+9
_posts/2019-05-14-hello-website.md
··· 1 + --- 2 + title: My new website 3 + layout: post 4 + published: true 5 + --- 6 + 7 + **Hello world**, said God and created [github/personal-website](https://github.dev/) 8 + 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/)). 9 + 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)