The future of underwater wireless
- clone the project:
git clone git@github.com:subnero1/subnero1.github.io.git && cd subnero1.github.io
- build static pages:
jekyll build
-
start local server:
jekyll serve --config _dev_config.yml --watch
-
if there's error on
invalid byte sequence in US-ASCII error: invalid byte sequence in US-ASCII
, run the following in the command line:LC_CTYPE="en_US.UTF-8" LANG="en_US.UTF-8"
-
push to github pages:
git push origin master