Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

in github pages how to undo theme-chooser

I chose a built-in github page theme earlier for a github.io page but eventually decided to use my own html/css file. However as a webdev beginner I couldn't find a way to un-do the theme, even after removing the .yml file. Any advice? Thanks.

like image 667
santoku Avatar asked Apr 15 '17 15:04

santoku


Video Answer


1 Answers

Jekyll themes are configured in _config.yml.

Open _config.yml, remove theme: minima or the theme you have selected, and build your own structure.

like image 185
marcanuy Avatar answered Sep 25 '22 07:09

marcanuy