Code Monkey home page Code Monkey logo

hemantksingh.github.io's Introduction

Running the website locally

docker run -it -v $(pwd):/srv/jekyll -p 3000:4000 jekyll/jekyll:3.5 jekyll serve

The website can then be accessed on http://localhost:3000

Domain configuration

The website uses a custom domain configured on Github pages. After setting up the A, AAAA and CNAME records on your DNS provider, you can confirm that the DNS records have been configured correctly using the dig command:

  • For A records

    dig hemantkumar.net +noall +answer -t A
      ; <<>> DiG 9.10.6 <<>> hemantkumar.net +noall +answer -t A
      ;; global options: +cmd
      hemantkumar.net. 1799 IN A 185.199.108.153
      hemantkumar.net. 1799 IN A 185.199.109.153
      hemantkumar.net. 1799 IN A 185.199.111.153
      hemantkumar.net. 1799 IN A 185.199.110.153
  • For AAAA records

    dig hemantkumar.net +noall +answer -t AAAA
    
      ; <<>> DiG 9.10.6 <<>> hemantkumar.net +noall +answer -t AAAA
      ;; global options: +cmd
      hemantkumar.net.	1799	IN	AAAA	2606:50c0:8000::153
      hemantkumar.net.	1799	IN	AAAA	2606:50c0:8003::153
      hemantkumar.net.	1799	IN	AAAA	2606:50c0:8001::153
      hemantkumar.net.	1799	IN	AAAA	2606:50c0:8002::153

hemantksingh.github.io's People

Contributors

hemantksingh avatar

Stargazers

diff.blog avatar

Watchers

James Cloos avatar  avatar

hemantksingh.github.io's Issues

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.