Skip to content
View rootxsudip's full-sized avatar

Block or report rootxsudip

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Vim-Cheat-Sheet Vim-Cheat-Sheet Public

    1

  2. Damn-Vulnerable-Ecommerce-API Damn-Vulnerable-Ecommerce-API Public

    A ecommerce web application's rest api which has multiple vulnerabilities

    JavaScript 3 1

  3. Hugo Cheatsheet Hugo Cheatsheet
    1
    `hugo new site rootxsudip` - Create site  
    2
    `Theme can be installed from hugo themes website`  
    3
    `hugo new posts/your-post.md` - Create post  
    4
    `hugo server -D ` - View blog in local which also shows draft articles  
    5
    `hugo -t <theme-name>` - Build site with theme which is avaible in public directory