This resarch web page is based on a clean, single column, monospace resume template built for jekyll. Please check the demo and the corresponding Github repo for more details.
-
You can edit the
.mdfiles. You can also add some other markdown file, sayfoo.mdin the root directory of the repository. It will then be accessible like so{{ url of your website }}/foo. -
To edit the
linksmentioned on the navigation bar, you can edit_config.yml. For example:
nav:
- name: "About"
link: "/research/"
- name: "Projects"
link: "projects"
- name: "Resume"
link: "resume"
- name: "Contact"
link: "contact"
-
You can change the accent (color of hyperlinks) by editing the
accentvariable in_sass/vars.scss -
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="m.jpg">- You can remove/customize the footer as you like by setting the
appropriate variables in
_config.yml