Giter VIP home page Giter VIP logo

academic_portfolio's Introduction

Academic Portfolio

A Github Pages template for academic portfolio websites.

Instructions

  1. Register a Github account and verify your email address. (If you don't have any)
  2. Fork this repository by clicking the Fork button in top-right.
  3. From repository settings, change the name of your forked repository to your-github-username.github.io.
  4. Modify site-wide configurations to match your requirements from _config.yml.
  5. Upload any files (e.g pdf, zip etc.) to files/ directory. These files will appear at https://[your-github-username].github.io/files/example.pdf.
  6. To change the site avatar/logo, add your avatar in assets/images directory. Modify _config.yml to reflect your avatar's filename in avatar-filename variable.
avatar-filename: <yourFileName.jpg>
  1. Replace assets/favicon.png with your own favicon.
  2. To change site contents, add/modify files in different collection's directories.
  • Experience: Add/modify the contents from _experiences directory.
  • Education: Add/modify the contents from _education directory.
  • Skills: Add/modify the contents from _skills directory.
  • Projects: Add/modify the contents from _projects directory.
  • Publications: Add/modify the contents from _publications directory.
  • Certifications: Add/modify the contents from _certifications directory.
  • Achievements: Add/modify the contents from _achievements directory.
  1. To add/modify blog posts, modify the contents in _posts directory. Follow the given filename structure for blog post e.g. YYYY-MM-DD-my-post-title.md.
  2. After github pages deployment, your site will be available at your-github-username.github.io

Enable Disqus Comments on Posts

  • Sign up at Disqus
  • Register your github site with disqus.
  • Get Disqus shortname in admin>settings>general
  • Edit your _config.yml of github, make sure it contains following content:
disqus:
    shortname: <your disqus short name>

Enable Contact Form

  • Sign up at Formspree
  • Create a new form and get the form's endpoint.
  • Edit your _config.yml of github, make sure it contains following content:
formspree:
  endpoint: <form's endpoint> # e.g https://formspree.io/f/xxxxxxx

Adding Google Analytics Tracking

  • Login to Google Analytics and create a new property to receive a Tracking ID for your website.
  • Edit your _config.yml of github, make sure it contains following content:
google_analytics: UA—XXXXXXXX-X

Bug Report/Feature Request

  • To report bugs or to request new features, please create a new issue and use appropriate label with the issue.

academic_portfolio's People

Contributors

arnobk avatar

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.