This repository is the source for https://himslm01.github.io/.
This repository is a Visual Studio Code devcontainer. Use the "Remote-Containers: Reopen in Container" command in VSCode.
This command builds the site into the folder _site
, which is ignored by git.
bundle exec jekyll build
This command builds the site into the folder _site
and serves the site on port 4000 of a simple webserver.
bundle exec jekyll serve