All Projects → ankitsultana → Researcher

ankitsultana / Researcher

Licence: gpl-3.0
A jekyll based resume template

Projects that are alternatives of or similar to Researcher

Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-87.47%)
Mutual labels:  jekyll, jekyll-theme, resume
Modern Resume Theme
A modern static resume template and theme. Powered by Jekyll and GitHub pages.
Stars: ✭ 868 (+136.51%)
Mutual labels:  jekyll, jekyll-theme, resume
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+134.06%)
Mutual labels:  jekyll, jekyll-theme, resume
online-resume
A Jekyll theme for resume / cv based on Markdown. Demo: https://tarrex.github.io/online-resume
Stars: ✭ 27 (-92.64%)
Mutual labels:  jekyll, resume, jekyll-theme
Portfolyou
A beautiful portfolio Jekyll theme that works with GitHub Pages.
Stars: ✭ 334 (-8.99%)
Mutual labels:  jekyll, jekyll-theme
Jekyll Theme Prologue
A Jekyll version of the "Prologue" theme by HTML5 UP
Stars: ✭ 346 (-5.72%)
Mutual labels:  jekyll, jekyll-theme
Beautiful Jekyll
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
Stars: ✭ 3,778 (+929.43%)
Mutual labels:  jekyll, jekyll-theme
Resume Website
jsonresume website 🏡
Stars: ✭ 351 (-4.36%)
Mutual labels:  jekyll, resume
End2end
💎 Clean Jekyll theme
Stars: ✭ 263 (-28.34%)
Mutual labels:  jekyll, jekyll-theme
Sidey
Sidey is a simple and minimalistic jekyll blogging theme.
Stars: ✭ 274 (-25.34%)
Mutual labels:  jekyll, jekyll-theme
Aviator Jekyll Template
💧 API Documentation template for Jekyll
Stars: ✭ 337 (-8.17%)
Mutual labels:  jekyll, jekyll-theme
Base Jekyll Template
📘 Knowledge base template for Jekyll
Stars: ✭ 272 (-25.89%)
Mutual labels:  jekyll, jekyll-theme
Jekyll Theme Minimal Resume
Simple Jekyll theme for a minimal resume website: https://jekyll-theme-minimal-resume.netlify.com/
Stars: ✭ 269 (-26.7%)
Mutual labels:  jekyll, resume
Sleek
📈 Sleek is a modern Jekyll theme focused on speed performance & SEO best practices
Stars: ✭ 321 (-12.53%)
Mutual labels:  jekyll, jekyll-theme
Lanyon
A content-first, sliding sidebar theme for Jekyll.
Stars: ✭ 2,943 (+701.91%)
Mutual labels:  jekyll, jekyll-theme
Jekyll Klise
🏖 Klisé is a minimalist Jekyll theme for running a personal site or blog, light & dark mode support. (https://klise.now.sh)
Stars: ✭ 312 (-14.99%)
Mutual labels:  jekyll, jekyll-theme
Hydra Jekyll Template
🐉 Product marketing template for Jekyll
Stars: ✭ 298 (-18.8%)
Mutual labels:  jekyll, jekyll-theme
Hyde
A brazen two-column theme for Jekyll.
Stars: ✭ 3,246 (+784.47%)
Mutual labels:  jekyll, jekyll-theme
Cards Jekyll Template
A simple Jekyll Template Card Based.
Stars: ✭ 306 (-16.62%)
Mutual labels:  jekyll, jekyll-theme
Will Jekyll Template
A simple Jekyll theme.
Stars: ✭ 360 (-1.91%)
Mutual labels:  jekyll, jekyll-theme

Researcher

Demo Website

A clean, single column, monospace resume template built for jekyll

Installation

Simply fork the repository and edit away.

Installation via remote themes

  • Just setting remote_theme: ankitsultana/[email protected] in _config.yml should work. Although in that case, I am not sure how you would build your site locally for testing. If you know how, open up an issue and let me know.
  • For more info, refer this.

Customization

  • You can edit the .md (markdown) files as you see fit. You can also add some other markdown file, say foo.md in the root directory of the repository. It will then be accessible like so {{ url of your website }}/foo.

  • You can of course remove contact.md if you don't want it

  • To set the heading, edit the title variable in _config.yml

  • To edit the links mentioned on the navigation bar, you can edit _config.yml. For example:

nav:
 - name: "About"
   link: "/researcher/"
 - name: "Resume"
   link: "resume.pdf"
 - name: "Contact"
   link: "contact"
  • You can change the accent (color of hyperlinks) by editing the accent variable in _sass/vars.scss

  • You can setup google analytics, by setting tracking_id in _config.yml

  • To add a profile picture, make sure to give the image tag the class profile-picture. In other words,do it like so:

<img class="profile-picture" src="sherlock.jpg">
  • You can remove/customize the footer as you like by setting the appropriate variables in _config.yml

  • (New in v1.2.0) You can add institute logo at the top, by setting ins_logo in _config.yml. If you want to adjust the logo's size, try setting max-height in #ins-logo in file ./_sass/_style.scss to the desired value

Institute Logo Image Sample

Note: Customizing the accent color might cause merge conflicts if you later try to merge from bk2dcradle/researcher to fetch updates/patches etc. (applicable only if you have forked).

License

GNU GPL v3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].