Skip to content

Bayesian Logic Inc.

Notifications You must be signed in to change notification settings

nimar/bayesianlogic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bayesian Logic, Inc.

This is a repository for the website of Bayesian Logic, Inc. To add new publications simply add them to the _posts/ directory (see an existing example for frontmatter). The corresponding files can be uploaded to the publications/ subdirectory.

Local Testing

Install Jekyll on Ubuntu

sudo apt-get install ruby ruby-dev build-essential
echo '# Install Ruby Gems to ~/.gems' >> ~/.bashrc
echo 'export GEM_HOME=$HOME/.gems' >> ~/.bashrc
echo 'export PATH=$HOME/.gems/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
gem install jekyll bundler

Run Jekyll in current directory

jekyll serve

The website can then be viewed at http://localhost:4000

Disqus comments

Add the following to the front matter of any post that should have comments disabled:

comments: False

Also, add the following to config.yml to enable disqus:

disqus:
  shortname: www-bayesianlogic-com

About

Bayesian Logic Inc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages