Open-MBEE / open-mbee.github.io

OpenMBEE site and documentation links
https://www.openmbee.org/
Apache License 2.0
9 stars 13 forks source link

Site for openmbee.org

Github Pages is currently setup for master branch, any changes pushed to master will automatically go live.

How to run locally

see https://jekyllrb.com/

Build locally using docker

docker run --rm \
  --volume="$PWD:/srv/jekyll:Z" \
  --publish 4000:4000 \
  jekyll/jekyll:3.8 \
  jekyll serve --trace

See envygeeks/jekyll-docker/ for canonical documentation.

or do this

fork this repo, remove CNAME, enable github pages and check

more info

https://help.github.com/en/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll

basic markdown

# h1

## h2

### h3

#### h4

paragraphs are separated by blank lines

* unordered list item 1
* unordered list item 2

1. ordered list item 1
1. ordered list item 2
    1. nested list item 1

*italicized*

**bolded**

***bold and italic***

[link text](link url)

[link text](link url){target="_blank"}

![image text](image link)

<quick url or email link>