Jekyll source for the homepage at https://rolandjesse.de/
Find a file
2015-07-05 02:59:38 +02:00
_includes cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
_layouts cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
_posts cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
css cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
font-awesome cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
fonts cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
img changed screen url 2015-07-04 18:26:43 +02:00
js cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
less cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
.gitignore cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
_config.yml updated readme 2015-07-05 02:47:52 +02:00
about.html cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
blog.html cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
career.html cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
contact.html cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
feed.xml cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
index.html cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
LICENSE cloned panossakkos.github.io 2015-07-04 17:49:39 +02:00
readme.markdown updated readme 2015-07-05 02:59:38 +02:00

{ Personal } Jekyll Theme

{ Personal } is a free responsive Jekyll theme about you. It's your personal blog and your point of reference website. You can watch it in action here.

What value does { Personal } add

  • Fork of Timeline.
    • Modern and minimal design.
      • Responsive templates for home page, blog archive and posts. Looks great on mobile, tablet, and desktop devices.
      • Sweet animations
      • Gracefully degrades in older browsers. Compatible with Internet Explorer 8+ and all modern browsers.
    • Timeline
      • Tell your story so far with a sleek timeline of dates, pictures and descriptions
    • White on black text, making the reading experience tireless
    • Google analytics
  • Blogging functionality
    • Preview of the latest post in the home page
    • Archive page
    • Disqus comments
  • Control of your website and blog through the site's config file
    • Favicon
    • Black favicon
    • Background Image
    • Your picture
    • Navigation bar pages
    • Preview size of the latest post
    • Timeline events
    • Disqus comments

Index page

Blog

Career

Archive

Post

Customizing your website from the config

Even if you have no experience with Jekyll you can personalize your website from the config file (_config.yml). This section describes the variables and how they change the content of your website.

Favicon

favicon: "/img/favicon.ico"

Points to the website's favicon. You can either change the path to the desired favicon or replace the actual file.

Black Favicon

black-favicon: "/img/black-lab-glass.ico"

Before the title of website a black and white version of the favicon appears. This value is the path to this image file.

Google Analytics

google-tracking-id: "UA-35880426-3"

Place the id of your tracking code here and the code will be autogenerated and included in every page. If you don't want analytics, just remove the string value and the code will not be generated.

Disqus

disqus-shortname: "panossakkos"

Add your Disqus username to enable Disqus comments. When this value is set then every post will get the comments below the post and the comments counters in the post preview of the home page and the Archive. Remove the value if you don't want the Disqus functionality.

This variable is usefull only if you want to add more pages and not be included in the navigation bar. It included the pages that you want to include in the navigation bar.

pages_list:
  About: 'about'
  Blog: 'blog'
  Career: 'career'
  Contact: 'contact'

Background image

background-img: "/img/intro-bg.jpg"

Set the variable to the image that you want to be displayed in the index page.

Me image

Set the variable to the desired image of you that you want to be displayed in the index page. This image when clicked, it scrolls down to the About section.

me-img: "/img/me.jpg"

Post preview size

This variable dicates how many words do you want to display as preview in the Blog section of the home page.

post-preview-words: 128

For all the variables that contain image paths, you can either change them to point to the new images, or replace the image files.

Posting a new post

Jekyll is waiting for new posts to show up as a file under _/posts with a file name "YYYY-MM-DD-title.markup". Also your file's content should start like this:

---
layout: post
title: <Post's title>
category: <Post's category>
---

After this header you can start writing your post using Markdown.

Steps forward

  • Support discovery with support of tags
  • 404 page