Repository containing static site personal blog.
GitHub repo: https://github.com/mattvukas/mattvukas.github.io
Generated website: http://www.mattvukas.com/
- Make sure
ruby
is good to go - Make sure
bundler
is good to go - Make sure gems are setup correctly in
.bash_profile
or wherever - Run
bundler install
- Run
jekyll serve
(use--future
flag to render future dated posts)
- Install VS Code and Linux for Windows (wow, what a time to be alive). Type
code .
in a bash prompt to run VS Code in WSL. Pop that integrated terminal open in VS Code for convenience. - Set things up according to the Jekyll docs here
- Run
bundler install
- Run
jekyll serve
(use--future
flag to render future dated posts)
jekyll post "Title of the post"
...