GithubHelp home page GithubHelp logo

officialrajdeepsingh / deno-markdown-blog Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 7.0 6.15 MB

Create a static markdown blog with less than 5 minutes in deno

Home Page: https://deno-markdown-blog.deno.dev/

JavaScript 92.77% TypeScript 6.97% Shell 0.26%
deno denoblog denoland denomarkdownblog denostaticblog

deno-markdown-blog's Introduction

To create a static markdown blog with deno. You need a blog module to create a static blog with deno. I write full article on a static markdown blog.

How to play with deno-markdown-blog

Firstly Clone repo git clone https://github.com/officialrajdeepsingh/deno-markdown-blog.git and run local development server with deno task dev command. For running the local and production development, you need create a .env file and add URL environment variable. In the URL environment variable, you need a production ready domain.

// .env

URL=https://deno-markdown-blog.deno.dev/

The URL environment variable help to load you asset,image and icon with correct path in your blog. Understand with with a example

// main.tsx

blog({
  avatar:`${Deno.env.get("URL")}assets/logos/profile.jpg`,
  favicon: `${Deno.env.get("URL")}favicon.ico`,
  cover:`${Deno.env.get("URL")}assets/logos/backgroundbanner.png`,
  ogImage: {
    url: `${Deno.env.get("URL")}assets/logos/Frame.png`,
    twitterCard:"summary_large_image" 
  },
});

DEMO

DEMO

deno-markdown-blog's People

Contributors

officialrajdeepsingh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

deno-markdown-blog's Issues

<details><summary>Builds ready [592f2f3]</summary><ul><li>builds: <a href="https://output.circle-artifacts.com/output/job/79e55cd9-1d90-40c0-b76e-b48fb96945e6/artifacts/0/builds/metamask-chrome-10.25.0.zip">chrome</a>, <a href="https://output.circle-artifacts.com/output/job/79e55cd9-1d90-40c0-b76e-b48fb96945e6/artifacts/0/builds/metamask-firefox-10.25.0.zip">firefox</a></li>

Builds ready [592f2f3]
Page Load Metrics (1574 ± 51 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint93141112147
domContentLoaded12561796152811555
load13381796157410651
domInteractive12561796152811555
Bundle size diffs
  • background: 0 bytes
  • ui: 0 bytes
  • common: 0 bytes

Originally posted by @metamaskbot in MetaMask/metamask-extension#17082 (comment)

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.