GithubHelp home page GithubHelp logo

cherniavskii / blitzjs.com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from blitz-js/blitzjs.com

0.0 1.0 0.0 26.48 MB

Website & docs

Home Page: https://blitzjs.com

License: MIT License

Shell 0.02% JavaScript 29.76% CSS 2.88% MDX 67.33%

blitzjs.com's Introduction

Blitzjs.com - Website & Docs

Installation

yarn

Local Development

yarn dev

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Deployment

The main branch is automatically deployed to https://blitzjs.com

Language Translations

More info at blitzjs.com-translation!

Code Syntax Highlights

Code blocks are syntax highlighted using Prism. You can call attention to specific sections in a code block using comments to begin and end a block // highlight-start // highlight-end, or highlight a single line // highlight-line

const example = "not highlighted"
// highlight-start
const highlighted = true
// highlight-end
const notHighlighted = true
const alsoHighlighted = true // highlight-line

Handles

All H2 and H3 (or all titles that starts with ## or ###) needs a custom handle, the last part of the url:

                                     | This part |
https://blitzjs.com/docs/get-started#install-blitz

You add it in this way:

### Install Blitz {#install-blitz}

There are a few more rules:

  • All titles smaller than H3 (or the ones with more than ### at the start) must not have a handle.
  • The handles are entirely in lowercase and only the 26 letters of the English alphabet and numbers are allowed.
  • Instead of a space, use -.
  • There must not be two identical handles in the same document. If you have two identical titles, add a number at the end in order of appearance (not importance)

Example:

### Install Blitz {#install-blitz}

### Install Blitz {#install-blitz-1}

#### Install Blitz

## Install Blitz {#install-blitz-2}

If you aren't totally sure how the slug should look like, or just want to automate the process, run yarn english-slugify

Cards

You can use cards like this:

<Card type="info">
  Unlike Next.js, your `api/` folder should be a sibling of `pages/` instead
  of being nested inside. But `pages/api` is still supported for
  compatibility with Next.js.
</Card>

Properties:

  • type: 'caution' | 'info' | 'note'
  • title: string (optional)

blitzjs.com's People

Contributors

abuuzayr avatar akbo avatar antonykamp avatar beerose avatar dependabot[bot] avatar depfu[bot] avatar doi-t avatar dwightwatson avatar engelkes-finstreet avatar flybayer avatar heygarrison avatar jasonblalock avatar juanm04 avatar kosai106 avatar kreako avatar mrleebo avatar nerixim avatar nitaking avatar ntgussoni avatar robdrosenberg avatar roesh avatar shaunchurch avatar siddhsuresh avatar sigurdmw avatar skn0tt avatar steffan-harris avatar tmcw avatar tordans avatar vandivier avatar wkovacs64 avatar

Watchers

 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.