Skip to content

DrAugus/genshin-draft

Repository files navigation

Personal website powered by Bootstrap, Material, Jekyll, and GitHub Pages: https://draugus.github.io/

Prerequisites

Jekyll requires the following:

  • Ruby version 2.5.0 or higher
  • RubyGems
  • GCC and Make

Instructions

  1. Install all prerequisites.
  2. Install the jekyll and bundler gems.
    gem install jekyll bundler
  3. Git clone this repository
    git clone https://github.com/DrAugus/draugus.github.io.git
  4. Change into this directory.
    cd draugus.github.io
  5. Build the site and make it available on a local server.
    bundle exec jekyll serve --trace
  6. Browse to http://localhost:40000

Getting Started

QA

  • When it fails to start, you can try to modify the port in _config.yml