Jekyll source files for my personal portfolio.
First install Bundler and then the required Ruby gems:
$ gem install bundler
$ bundle install
Then prepare assets:
$ yarn install
$ yarn run fonts
$ yarn run js
Finally, change the site URL at _config.yml
if needed.
To build the site:
$ bundle exec jekyll b
Optionally use set the JEKYLL_ENV
variable to build the site with the production server settings (e.g. include Google Analytics tracking code):
$ JEKYLL_ENV=production bundle exec jekyll b
Following Jekyll default, to view the site just open _site/index.html
with your favorite browser:
$ open _site/index.html
To deploy via aws
CLI get your credentials set under ~/.aws
for a profile named tatiana
and then:
$ ./contrib/deploy.sh
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.