This is a resource for IS445 as of Fall 2022. It is a way to host an online CV with interactive visualizations. See the course page for more materials.
bundle install (see the course’s install instructions)bundle exec jekyll serve or bundle exec jekyll serve -l (live reload)Edit info in: _config.yml
Some things you should be sure to check
Edit info in:
Add project files in:
_projects to add page filespages/projects.html under remote_projects for links to your github projects. Note: this will ONLY link to your repos and you must specify the end of your repo URL (see example)You can link both project pages and github repositories. Github repos will autopopulate, pages allow you to provide more details.
By default, the project pages go first, but you can modify this if you want any github repos to show up first.
Project pages can be added by adding markdown files in the _projects folder.
Project layouts can be modified in _includes/projects.
See _example_projects folder for more examples from portfolYOU.
Generally, you will be linking notebooks that exist in other repositories that are doing analysis. However for any “loose” notebooks, you can store them in the python_notebooks folder. In theory you can do fancy local linking with it, but it hasn’t been implemented yet.
By default these are saved in assets/json/ and static images are saved in assets/pngs/. See the example
All blog posts will be posted by most recent time stamp – please see the example for a properly formatted file name.
Add blog posts in:
_posts (see example)You can see further examples in the _example_posts directory.
This is an amalgamation of portfolYOU and 4dcu.be.
portfolYOU was used for:
_plugins folder and the vega-added things in assets/jsbundle install in directorybundle exec jekyll serve --> without the l for live reload if something else is running?
NOTE!!! it is quite likely that you have to serve the site locally and/or delete _site before pushing for your changes to go live. I AM NOT SURE. Have to re-start after you do a change to the config.yml file