Giter Site home page Giter Site logo

dinhanhthi / dinhanhthi.com-v2 Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 23.84 MB

The 2nd version of my personal website written in Jekyll.

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

License: GNU General Public License v3.0

HTML 23.64% SCSS 13.03% CSS 1.31% JavaScript 61.73% Ruby 0.29%
jekyll jekyll-theme dinhanhthi

dinhanhthi.com-v2's Introduction

v2.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: [email protected].

๐Ÿš€ Demo: https://v2.dinhanhthi.com

๐Ÿ”ฅ Current version: https://dinhanhthi.com

Some screenshots.

Home page

Home page

Home page

About page

Note 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

Using docker?

# build container
cd docker
docker-compose -p "dat_v1" up -d
# wait a little bit for it to build at the 1st time

# whenever working
docker start dat_local_v1
# NOTE: for the 1st run, it takes a little long time to build and serve
# You can check what are running on background with
docker attach dat_local_v1

From scratch

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

dinhanhthi.com-v2's People

Contributors

dinhanhthi avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.