jekyll is a simple, extendable, static site generator officially supported by GITHUB. You give it text written in your favorite markup language and it churns through layouts to create a static website.
if you don’t know what is GITHUB, just google.
use it to transfer files between local and server.
JEKYLL is based on ruby.
domain (optional)
GITHUB will provide a domain name called usename.github.io
to you, also you can bind personal domain name for you website.
I think, therefore I am – René Descartes
#include <iostream>
using namespace std;
int main(){
cout << "Hello World!";
return 0;
}
highlight
name | ID | score |
---|---|---|
David | 1 | 98 |
Nancy | 2 | 99 |
Curry | 3 | 101 |
if you need formula rendering, add site.math
to the end of page.