"AP" is Jekyll theme for career. This theme is free and open-source.
Based on Chester How's tale-theme(https://github.com/chesterhow/tale) with a few new features:
ap
├── _includes # theme includes
├── _layouts # theme layouts (see below for details)
├── _posts # Project & Portfolio posts
├── _sass # Sass partials
├── portfolio # Main page for "portfolio"
├── assets
| ├── css # font-awesome and main css
| ├── fonts # Font-Awesome
| ├── favicon.ico # Favicon
| └── img # Images used for "about" page
├── _config.yml # sample configuration
└── index.md # Resume to show on "about" page
Open _config.yml in a text editor to change most of the blog's settings.
Configure Jekyll as your own blog or with a subpath in in _config.yml:
title: [Website Title]
baseurl: [Website Subpath]
url: [Github Page Url]
google_analytics: [Google Analytics Tracking ID]
Please configure this before using the theme.
And to enable Google Analytics, add your Traking ID
Meta variables hold basic information about your profile and resume.
Change these variables in _config.yml:
author:
name: [Your Name]
desc: [Short introduction]
email: [Your E-Mail Address]
selfie: [Your Avatar]
Please configure this before using the theme.
Your SNS information to display at the bottom of the page.
All values except "email" are text values.
social:
email: true
behance:
bitbucket:
dribbble:
facebook:
flickr:
github:
google_plus:
instagram:
keybase:
linkedin:
pinterest:
reddit:
soundcloud:
stack_exchange:
steam:
tumblr:
gitlab:
twitter:
vimeo:
wordpress:
youtube:
default_txt: "Follow On"
---
layout: post
title: [Project title to show in portfolio list]
info: [A brief introduction to show in portfolio list]
tech: [The technologies used in the project to show in portfolio list]
type: [Property of the project to be displayed in front of the project's info(toy or company name)]
---
It uses the markdown syntax by default, and there is no format other than the one mentioned above.
You can use it as you like.