Closed subnomo closed 8 years ago
If DISABLE_SIDEBAR is set to True in the pelicanconf.py, the sidebar will be omitted.
DISABLE_SIDEBAR
True
To test:
git clone https://github.com/osu-cass/cass-pelican
cp -r dougfir-pelican-theme cass-pelican
cd cass-pelican
virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
pelicanconf.py
DISABLE_SIDEBAR = True
./develop_server.sh start
With sidebar:
Without sidebar:
Once this gets merged we can update the CASS site to remove the sidebar.
Nice! +1
+1
Cool! :+1:
If
DISABLE_SIDEBAR
is set toTrue
in the pelicanconf.py, the sidebar will be omitted.To test:
git clone https://github.com/osu-cass/cass-pelican
cp -r dougfir-pelican-theme cass-pelican
cd cass-pelican
virtualenv venv
then. venv/bin/activate
thenpip install -r requirements.txt
pelicanconf.py
and addDISABLE_SIDEBAR = True
./develop_server.sh start
With sidebar:
Without sidebar:
Once this gets merged we can update the CASS site to remove the sidebar.