diff --git a/_layouts/default.html b/_layouts/default.html index a7d5145..578f9ca 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -47,11 +47,8 @@

class="w-full flex-grow md:block md:items-center md:w-auto" :class="{ 'block shadow-3xl': open, 'hidden': !open }" > - - [ resume ] - - - [ projects ] + + Blog diff --git a/index.html b/index.html index 4d3f54f..dcc48e4 100644 --- a/index.html +++ b/index.html @@ -1,36 +1,45 @@ --- -# Feel free to add content and custom Front Matter to this file. -# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults - layout: default --- -
-
-

- Thanks for visiting -

+
+

+ Howdy, thanks for stopping by!
+

+ +

+ I have passion for software development and Linux servers
-

- Here you'll find a collectic of my interests including: -

+ I also enjoy gardening, home DIY'ing, bike riding and exploring nature. +

+
-
    -
  • Ruby on Rails
  • -
  • Linux
  • -
  • Retro Computing
  • -
-
+
+
+ + {% endfor %} +
+
+ + + diff --git a/posts.html b/posts.html new file mode 100644 index 0000000..974154e --- /dev/null +++ b/posts.html @@ -0,0 +1,13 @@ +--- +layout: default +--- + +{% for post in site.posts %} + + {{ post.title }}
+ + + {{ post.excerpt | strip_html }} + +
+{% endfor %} diff --git a/resume.html b/resume.html deleted file mode 100644 index 19fda57..0000000 --- a/resume.html +++ /dev/null @@ -1,44 +0,0 @@ ---- -layout: default ---- - -
-

- Over a decade in software development and system administration -

- -

- University of South Australia
- Bachelor of Information Technology (GPA 5.06) -

-
- -
-
-
-
-
-
-
- - {% for job in site.resume reversed %} -
-
-
-

{{ job.name }}

-

{{ job.position }}

-

- {{ job.years }} -

- -

- {{ job.content | markdownify }} -

-
-
- {% endfor %} -
-
-
-
-