Skip to content

tatianasb/tatianasb.ru

Repository files navigation

Tatiana SB

Jekyll source files for my personal portfolio.

Build instructions

Requirements

  • Ruby 2.3.1 with gem available
  • NodeJS with yarn available

Dependencies

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.

Building

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

Accessing

Following Jekyll default, to view the site just open _site/index.html with your favorite browser:

$ open _site/index.html

Deploy

To deploy via aws CLI get your credentials set under ~/.aws for a profile named tatiana and then:

$ ./contrib/deploy.sh

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Creative Commons License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published