Skip to content

talmolab/lab-website

Repository files navigation

Talmo Lab Website

Live at: https://talmolab.org

Install (local development)

Ubuntu / WSL

Install build tools and Ruby:

sudo apt update && sudo apt install build-essential && sudo apt install ruby-full

Install Bundler:

sudo gem install bundler

Install dependencies for this repo:

bundle install

MacOS

Install Ruby:

brew install ruby && echo 'export PATH="/opt/homebrew/opt/ruby/bin:$PATH"' >> ~/.zprofile && source ~/.zprofile

Install Bundler:

gem install bundler

Install dependencies for this repo:

bundle install

Local preview

Just run start.sh in this folder or:

bundle exec jekyll serve --force_polling --livereload

(See this issue for livereloading on WSL.)

Documentation

▶️ Get Started

🗚 Basic Formatting

📝 Basic Editing

🤖 Automatic Citations

⚙️ Advanced Editing

🧱 Components

🧠 Background Knowledge

💡 Tips

❓ Support

About

Website for Talmo Pereira's lab (https://talmolab.org)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published