OMline

OMline

Another free Jekyll theme - DEPRECATED

OMline

Another free Jekyll theme

Built by Devdutt Shenoi

Technologies used

  • Jekyll

Structure

Files

  • _config.yml : The configuration of Jekyll engine.
  • 404.html : The redirect to all wrong links.
  • index.html : The index/home.
  • README.md : The description of the project.
  • sitemap.xml : The sitemap used with Google Webmaster.
  • feed.xml : The source used by RSS feeds.
  • humans.txt : The description of what the project is made using.
  • robots.txt : Letting bots know what they can do with the page.

Folders

  • _posts
  • _includes
    1. head.html : Head structure regularized for all files.
    2. footer.html : Footer structure regularized for all files.
    3. disqus.html : The comments segment powered with disqus.
  • _layouts
    1. default.html : The default structure of a page on the blog, post/index.
    2. post.html : The structure used in all posts.
    3. link.html : The structure used in all link/redirects.
  • _drafts
  • css : contains the style.css file
  • images : The images folder
    1. thumb : Folder with all images in thumbnail size
    2. featured : Folder with all images used as featured image
    3. post : Folder with images used within a post
  • -js : A folder that consists of the static javascript used in the website generated.
  • --link- : A folder which holds the link to a remote location on the web, in MarkDown format. This is useful to redirect visitors to another website