https://github.com/jnidzwetzki/bboxdb-site
Source of the https://bboxdb.org website
https://github.com/jnidzwetzki/bboxdb-site
Last synced: 2 months ago
JSON representation
Source of the https://bboxdb.org website
- Host: GitHub
- URL: https://github.com/jnidzwetzki/bboxdb-site
- Owner: jnidzwetzki
- Created: 2022-08-12T12:01:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T20:51:25.000Z (10 months ago)
- Last Synced: 2025-01-09T07:42:34.760Z (4 months ago)
- Language: TeX
- Size: 15.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BBoxDB org website
Source of the https://bboxdb.org website```shell
apt-get install ruby-dev ruby-bundlergem install --user-install bundler
gem install --user-install jekyll# Syntax highlight
gem install --user-install kramdown rouge
rougify style github > assets/css/syntax.cssbundle config set --local path 'vendor/bundle'
bundle installexport PATH=$PATH:~/.local/share/gem/ruby/2.7.0/bin
bundle exec jekyll serve
bundle exec jekyll serve --host=0.0.0.0
```