Skip to content

davidbstein/davidbstein.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

davidbstein.com

It's where my homepage live.

Build notes

I don't update this much and I keep forgetting how to build it or find myself on a new OS

Dependencies

TODO: I should figure out virtualenvs for ruby at some point.

  • (fish)[https://fishshell.com/]
  • (jekyll)[https://jekyllrb.com/docs/installation/#requirements]
    • ubuntu notes
      • ruby needs dev tools too: sudo apt install ruby ruby-dev ruby-all-dev
      • updating fish path is different than jekyll install instructions.
        add set -x GEM_HOME ~/.gems; set -x PATH ~/.gems/bin $PATH to ~/.config/fish/config.fish
        you may need to run the set -x commands in the terminal the first time. I didn't bother to learn fish properly when writing this.
  • bundler gem install bundler (you may need to reset so that GEM_HOME is set to avoid a permission error)

you might have Gemfile.lock version mismatches in _jekyll/Gemfile.lock. Try deleting the lock, if everything works then just push the new lock and don't bother going on a vision question about dependency versions

Building

first time: cd _jekyll; bundle install

fish build.fish

About

davidbstein.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published