Git Product home page Git Product logo

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.

Preview

AP Screenshot

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

About You

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.

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"

Portfolio Schema

---
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)]
---

Other formats

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.

License

The MIT License (MIT)

Wang Changqi's Projects

css icon css

[ICCV'23] Space Engage: Collaborative Space Supervision for Contrastive-based Semi-Supervised Semantic Segmentation

pass icon pass

The baseline method for LUSS task.

reco icon reco

The implementation of "Bootstrapping Semantic Segmentation with Regional Contrast" [ICLR 2022].

u2pl icon u2pl

[CVPR'22] Semi-Supervised Semantic Segmentation Using Unreliable Pseudo-Labels

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.