SpatialBio (Forked from TeXt Theme)
- Configure
title
anddescription
in_config.yml
- Backup
index.md
to/_posts
and rename accordingly - Update the contents of
index.md
,/assets/images/sponsors
- For further customizations, see Files Modified
- /_includes/head/custom.html - Stylesheet Headers (Bootstrap, etc.)
- /_includes/head/favicon.html - Favicon Customization (assets)
- /_includes/svg/logo.svg - Logo Customization (assets)
- /_includes/footer.html - Footer Styling
- /_layouts/sblanding.html - SpatialBio Layout
- /_layouts/sbpage.html - SpatialBio Layout
- /_posts - SpatialBio Archive
- /_sass/common/components/_modal.scss - TeXT modal.scss; Commented out to avoid conflicts with Bootstrap
- /_sass/custom.scss - Custom SCSS File
- /assets - Asset Customization
- /_config.yml - Configuration File
- /about.md - About Page
- /index.md - Current SpatialBio Page
- Liquid isn't executable in frontmatter
- Some links may be broken dependending on base url (can be fixed with absolute paths or configuring base url in /_config.yml)
- Favicon needs to be sized to specification in order to show up properly on Google
bundle exec jekyll serve --port [PORT] --host 0.0.0.0 --livereload --livereload-port [LIVE_PORT] --force_polling --watch