tuanh208 / tuanh208.github.io

Create my personal website.

Home Page:https://tuanh208.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tuanh208.github.io

Create my personal website.

Based on Jekyll theme Hydejack.

GitHub Pages

If you want to build your site on GitHub Pages, check out the gh-pages branch in the Hydejack Starter Kit repo.

For existing sites, you can instead set the remote_theme key as follows:

# file: `_config.yml`
remote_theme: hydecorp/hydejack@v9.1.4

Make sure the plugins list contains jekyll-include-cache (create if it doesn't exist): {:.note title="Important"}

# file: `_config.yml`
plugins:
  - jekyll-include-cache

To run this configuration locally, make sure the following is part of your Gemfile:

# file: `Gemfile`
gem "github-pages", group: :jekyll_plugins
gem "jekyll-include-cache", group: :jekyll_plugins

Note that Hydejack has a reduced feature set when built on GitHub Pages. Specifically, using KaTeX math formulas doesn't work when built in this way. {:.note}

Running locally

Make sure you've cded into the directory where _config.yml is located. Before running for the first time, dependencies need to be fetched from RubyGems:

$ bundle install

If you are missing the bundle command, you can install Bundler by running gem install bundler. {:.note}

Now you can run Jekyll on your local machine:

$ bundle exec jekyll serve

and point your browser to http://localhost:4000 to see Hydejack in action.

About

Create my personal website.

https://tuanh208.github.io/

License:Other


Languages

Language:JavaScript 43.7%Language:HTML 41.0%Language:CSS 14.9%Language:SCSS 0.2%Language:Ruby 0.1%