-
I'm just out of a data science bootcamp and don't have any work related projects, so I would like to remove the "Work" section from the Projects page. I would also like to substitute the "Fun" category with categories such as "Exploratory Data Analysis" and "Modeling" and "Natural Language Processing", etc. Is there a way to accomplish this? I've tried changing the category in the .md for each project, but it doesn't work and the website breaks and goes back to the un-customized version. Any tips are very welcome! layout: page
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
https://github.com/wcmohr/wcmohr.github.io is my pages repo, https://wcmohr.github.io/ is the deployed site |
Beta Was this translation helpful? Give feedback.
-
There is a projects.md file in _pages where you can add or remove categories: Rebuild your jekyll instance "bundle exec jekyll build" if needed, hope this helps |
Beta Was this translation helpful? Give feedback.
There is a projects.md file in _pages where you can add or remove categories:
Rebuild your jekyll instance "bundle exec jekyll build" if needed, hope this helps