Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
.PHONY: update-dependencies localhost

localhost:
@echo "Starting Jekyll, will try to open browser in 10 seconds"
@( sleep 10 && xdg-open http://127.0.0.1:4000 &)
@bundle exec jekyll serve --livereload --host=0.0.0.0
@bundle exec jekyll serve --livereload --host=0.0.0.0 --open-url

update-dependencies:
@gem update
Expand Down
12 changes: 8 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Components
email: loeschef@janelia.hhmi.org
description: >- # this means to ignore newlines until "baseurl:"
Some 3D printing, laser cutting, PCBs used in the lab.
description: >-
Some 3D printing, laser cutting, PCBs used in the Reiser lab at Janelia.

repository: reiserlab/Component-Designs

Expand All @@ -13,8 +13,12 @@ color_scheme: "components"
kramdown:
toc_levels: "1,2"

# relative_links:
# enabled: true

# change location of data directory from /_data to /assets/data
data_dir: assets/data

gh_edit_link: true
gh_edit_link_text: "🖊"
gh_edit_repository: "https://github.com/reiserlab/Component-Designs"
gh_edit_branch: "main"
gh_edit_view_mode: "edit"
3 changes: 3 additions & 0 deletions _includes/nav_footer_custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<footer class="site-footer">
This page is generated from <a href="https://github.com/reiserlab/Component-Designs">https://github.com/reiserlab/Component-Designs</a>
</footer>
200 changes: 0 additions & 200 deletions _layouts/default.html

This file was deleted.