Write a tagline here!
By Your Name, Boston College
Put your project description here!
/_config.ymlPut the title and general info for your project, and define what pages should appear in the nav bar/_pages/Add Markdown (.md) files for each page you defined in the _config.yml file (check out the Markdown Cheat Sheet)/assets/img/Put any images you want in your site here/README.md(this file), to put your information and project descriptionCITATION.cffEdit this file to put in your information for automatical bibliographic citation generation on Github
/_sass/theme-settings.scssEdit this file to quickly change colors and fonts for the site. (Use this site to generate the hex color codes)/_sass/custom-styles.scssEdit this file to put any custom CSS you want to style your site. (Learn basic css here)
- Follow this guide to install Ruby and Jekyll
- Install Node
git clonethis repo and thencdinside the directory- Comment out the
urlandbaseurllines of_config.ymlwhen working locally - Install Ruby dependencies by running
bundle install - Install Node dependencies by running
npm install - Run the server with
bundle exec jekyll serve
Jekyll & Tailwind Setup based on TailPages by Harry Wang (Chinese: 王建楠)