Skip to content

julbinb/julbinb.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Web Page

Based on the Hydeout, which updates the original Hyde theme for Jekyll 3.x and 4.x and adds new functionality.

Local Build

Jekyll installation instructions are here.

After jekyll has been successfully installed, do:

bundle exec jekyll serve

You might also need to run bundle install due to jekyll-theme-hydeout requirements (see here). Hydeout is available as the jekyll-theme-hydeout Ruby Gem. Add gem "jekyll-theme-hydeout", "~> 4.1" to your Gemfile and run bundle install.

2020: might need to do the following:

  • remove Gemfile.lock;
  • add gem "kramdown-parser-gfm" to Gemfile;
  • run bundle install.

2022: might need to run bundle add webrick after bundle install

Notes

The list of research profiles is unfortunately copied in 2 places: homepage and papers.

Some links are also copied twice in _data/link.yml because mdlinks is like a cache for often-used links.

Merging with Hydeout. Turn off rebase before pulling from the main fork.

About

Personal web page of Julia Belyakova

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 48.3%
  • SCSS 47.7%
  • Ruby 2.4%
  • JavaScript 1.6%