Skip to content

talmolab/lab-website

Repository files navigation

Talmo Lab Website

Live at: https://talmolab.org

Setup for local development

On Ubuntu/WSL, first install build tools and Ruby:

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

Next install Bundler:

sudo gem install bundler

Then just run start.sh in this folder or:

bundle exec jekyll serve --force_polling --livereload

(See this issue for livereloading on WSL.)

Editing SVG logo

First, edit one of the existing variants:

Then, to render to PNG, use an online service. This is a nice open-source one.

Documentation

▶️ Get Started

🗚 Basic Formatting

📝 Basic Editing

🤖 Automatic Citations

⚙️ Advanced Editing

🧱 Components

🧠 Background Knowledge

💡 Tips

❓ Support