dinhanhthi / dinhanhthi.com-v1

The 1st version of my personal website written in Jekyll.

Home Page:https://v1.dinhanhthi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.dinhanhthi.com Netlify Status

Source code of my personal website (using Jekyll). If you would like to use this source code, please indicate me in the credit and let me know first, thanks! My email: dinhanhthi@gmail.com.

🚀 Demo: https://v1.dinhanhthi.com

🔥 Current version: https://dinhanhthi.com

Some screenshots.

Home page

Home page

Home page

Home page

Reading page

Blog page

How to use quickly?

  1. Clone to your github.
  2. Create a Netlify account.
  3. Link Netlify to your account.
  4. Create a new site and link to the cloned repo.
  5. Wait for Netlify to build your site.
  6. Voila.

Build and deploy locally

Note: On Windows, you should use WSL2 to run Jekyll site.

After cloning to a local server, run these:

# install git

# install ruby
ruby --version

# install bundler
gem install bundler

# cd to the repo directory and install gems
bundle install

# run the server (http://localhost:4000)
bundle exec jekyll serve

# incremental build (only build the changes, faster)
bundle exec jekyll serve -I

About

The 1st version of my personal website written in Jekyll.

https://v1.dinhanhthi.com


Languages

Language:JavaScript 46.2%Language:HTML 28.6%Language:CSS 25.1%Language:Ruby 0.1%