Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 926 Bytes

README.md

File metadata and controls

52 lines (28 loc) · 926 Bytes

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

https://github.com/envygeeks/jekyll-docker/blob/master/README.md

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>