Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 528 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 528 Bytes

dmitriylogunov.github.io

Personal portfolio site hosted on Github Pages, built using Jekyll framework

quickstart

Install Jekyll and Bundler: gem install jekyll bundler

Navigate to your Jekyll project directory: cd path/to/your/jekyll/project

Install the dependencies: bundle install

Build the site and make it available on a local server: bundle exec jekyll serve

Open your web browser and go to: http://localhost:4000

This will start a local server and you can view your Jekyll site at the specified URL.