Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

yakiya51/portfolio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AP Build Status

"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:

  • SNS Link
  • Google Analytics
  • Responsive design
  • Upgrading awesome fonts and modifying some layouts.
  • Use "About" as main.
    • It can be written in simple resume form.
  • Change "Post" to "Project Portfolio"
    • You can manage your project experience just like running a blog.

Usage

  1. Fork and clone the AP repo:
  2. Install Jekyll:
    • gem install jekyll
  3. Install the theme's dependencies
    • bundle install
  4. Customize the theme
    • update _config.yml
  5. Run the Jekyll server
    • jekyll serve

Structure

  • Here are the main files of the template
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

Configure AP

Open _config.yml in a text editor to change most of the blog's settings.

Site Configuration

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

SNS Information

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"

License

The MIT License (MIT)

Packages

 
 
 

Languages

  • HTML 51.4%
  • SCSS 48.1%
  • Ruby 0.5%