Skip to content
View biswajit-saha's full-sized avatar
🤟
Building Ghost theme
🤟
Building Ghost theme
Block or Report

Block or report biswajit-saha

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

  1. ghost-theme-translator ghost-theme-translator Public

    CLI tool for automatically parse translatable strings in Ghost theme and generate language file.

    JavaScript 13 3

  2. eleventy-blog-starter eleventy-blog-starter Public template

    Eleventy blog Template with Tailwind CSS

    Nunjucks

  3. elolipi elolipi Public

    বাংলায় এলোমেলো অর্থহীন লেখা তৈরির করে নিন এক নিমেষে আর ব্যবহার করুন আপনার ডিজাইনে।

    CSS 92 6

  4. hide-box-model hide-box-model Public

    Hide the box model viewer in chrome DevTools style sidebar under elements panel

    JavaScript

  5. My Windows Terminal with PowerShell ... My Windows Terminal with PowerShell profile setup. A minimal approach.
    1
    # Configuring my oh-my-posh promt theme
    2
    oh-my-posh init pwsh --config "C:\simple-green.omp.json" | Invoke-Expression
    3
    
                  
    4
    # Removing predifined aliases because I will use those alias differently.
    5
    # It also prevent conflict
  6. Ghost start , restart, stop batch sc... Ghost start , restart, stop batch script for lazy persons. I assume you have your ghost folder in C: driver. In case not. Change the second line C:\ghost with your ghost folder path.
    1
    @ECHO off
    2
    CD /D C:\ghost
    3
    CMD /C "ghost start"
    4
    start /wait http://localhost:2368/
    5