Skip to content

dlamoris/open-mbee.github.io

 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.8%
  • CSS 6.3%
  • JavaScript 1.9%