All Projects → tlnagy → jekyll-lab-notebook

tlnagy / jekyll-lab-notebook

Licence: MIT license
📓 A full-featured electronic lab notebook theme (with plugins!) for Jekyll

Programming Languages

SCSS
7915 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to jekyll-lab-notebook

Pages Gem
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
Stars: ✭ 1,670 (+3453.19%)
Mutual labels:  jekyll-plugin, jekyll-theme
sparrowx
Minimal, SEO-friendly, Jekyll + Netlify CMS Boilerplate.
Stars: ✭ 15 (-68.09%)
Mutual labels:  jekyll-theme
monophase
A one-column minimal responsive Jekyll blog theme
Stars: ✭ 34 (-27.66%)
Mutual labels:  jekyll-theme
fullpage-jekyll
fullPage.js & Bootstrap 4 template for Jekyll
Stars: ✭ 13 (-72.34%)
Mutual labels:  jekyll-theme
mug
💎 mug Jekyll theme
Stars: ✭ 45 (-4.26%)
Mutual labels:  jekyll-theme
jekyll-json-feed
A Jekyll plugin to generate a JSON (RSS-like) feed of your Jekyll posts
Stars: ✭ 18 (-61.7%)
Mutual labels:  jekyll-plugin
catbook
a category-centric theme for Jekyll
Stars: ✭ 48 (+2.13%)
Mutual labels:  jekyll-theme
dev-portfolio-blog
Minimal theme for blog and portfolio
Stars: ✭ 50 (+6.38%)
Mutual labels:  jekyll-theme
jekyll-kieta-theme
Clean knowledge sharing jekyll theme
Stars: ✭ 51 (+8.51%)
Mutual labels:  jekyll-theme
sakura
🌸 A Jekyll theme with baked in Bootstrap 4, Font Awesome 5, Algolia instant search, and more!
Stars: ✭ 31 (-34.04%)
Mutual labels:  jekyll-theme
jekyll-watch
👀 Rebuild your Jekyll site when a file changes with the `--watch` switch.
Stars: ✭ 87 (+85.11%)
Mutual labels:  jekyll-plugin
fresh
Fresh is a free blog template for Jekyll
Stars: ✭ 48 (+2.13%)
Mutual labels:  jekyll-theme
Ephesus
Ephesus is a minimalist Jekyll theme, designed for personal blog use.
Stars: ✭ 40 (-14.89%)
Mutual labels:  jekyll-theme
Elementary
Minimal Jekyll theme optimized for performance, accessibility, usability and readability
Stars: ✭ 47 (+0%)
Mutual labels:  jekyll-theme
cayman-blog
Cayman Blog is a Jekyll theme for GitHub Pages, based on Cayman theme
Stars: ✭ 93 (+97.87%)
Mutual labels:  jekyll-theme
business-frontpage
A business home page starter template for Bootstrap 4 featuring marketing boxes and a full width image header.
Stars: ✭ 23 (-51.06%)
Mutual labels:  jekyll-theme
jekyll-figure
A liquid tag for Jekyll that generates <figure> elements
Stars: ✭ 47 (+0%)
Mutual labels:  jekyll-plugin
slim-pickins-jekyll-theme
A minimal Jekyll theme
Stars: ✭ 42 (-10.64%)
Mutual labels:  jekyll-theme
summer
🍦 Summer is a simple Jekyll theme with a photo sidebar.
Stars: ✭ 30 (-36.17%)
Mutual labels:  jekyll-theme
jekyll-rdf
📃 A Jekyll plugin to include RDF data in your static site or build a complete site for your RDF graph
Stars: ✭ 46 (-2.13%)
Mutual labels:  jekyll-plugin

📓 jekyll-lab-notebook

Gem Version Build Status

Supercharge your electronic lab notebook!

This is a full-featured jekyll theme that lets you quickly write markdown notebook entries and will create a great HTML website that you can run locally to view all your hard work. It's hackable to its core so you can tweak it to your heart's desire. Add pages, change layouts, add cool jekyll plugins, whatever; think of this as your springboard.

LIVE DEMO HERE

Features

  • Take simple markdown notes in your favorite text editor (I recommend Atom)
  • Easily embed images, CSVs, or PDFs in your protocols/logs/wherever
  • Interactive calendar to show you when you had log entries
  • Enter your log entries chronologically, but then tag them so they show up with other entries on the same project (Multi-project tags supported too!)
  • Add highlighted sections (note or thought bubbles) to draw attention to important things

Installation and Usage

The demo/ folder contains a fully functioning example ELN. Clone this repo and navigate into the demo/ folder. Make sure you have a recent version of ruby installed and then run

gem install bundler

which will install the bundle package manager. Next, run

bundle update

inside the demo/ folder, which will install all the necessary packages. Then run

bundle exec jekyll serve -wi

to actually serve the ELN and navigate to the address listed using your browser to see your ELN. Edit the posts inside the _posts/ subdirectory to add entries.

Contributing

This project is split into two main reports

  • The one you're on, which is where all the layout and design stuff happens
  • The plugins repo, this where the heavy lifting happens.

Bug reports and pull requests are welcome on GitHub at https://github.com/tlnagy/jekyll-lab-notebook and at https://github.com/tlnagy/jekyll-lab-notebook-plugins. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Development

TODO

License

The theme is available as open source under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].