Skip to content

mblouk/research

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research webpage

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.

Customization

  • You can edit the .md files. 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.

  • To edit the links mentioned 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 accent variable 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

License

GNU GPL v3

About

A jekyll based research webpage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 45.6%
  • SCSS 41.2%
  • Ruby 13.2%