benedekh / open-mbee.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:HTML 93.8%Language:SCSS 4.8%Language:JavaScript 1.4%