Preview - Hello World

Dec 16, 2022 · 3min

H2 Heading

H3 Heading

H4 Heading

H5 Heading
H6 Heading

Paragraphs

Most people would find the picture of our universe as an infinite tower of tortoises rather ridiculous, but why do we think we know better? What do we know about the universe, and how do we know it? Where did the universe come from, and where is it going? Did the universe have a beginning, and if so, what happened before then? What is the nature of time? Will it ever come to an end? Can we go back in time?

Recent breakthroughs in physics, made possible in part by fantastic new technologies, suggest answers to some of these longstanding questions. Someday these answers may seem as obvious to us as the earth orbiting the sun – or perhaps as ridiculous as a tower of tortoises. Only time (whatever that may be) will tell.

Italic text. Bold text. Bold and nested italic text. Strike through text. highlight text.

Post List

Github: https://github.com/qbbsh/vitesse-qb

List

  • foo
  • bar
  • fruit
    • apple
    • banana

  1. The first …
  2. The second …
  3. The third …

2022-02-15

Create repo

2022-02-28

Released the first available version


Get a clean template base the current site
sh
npx degit qbbsh/vitesse-qb my-site
npx degit qbbsh/vitesse-qb my-site
Download dependent startup project
sh
cd my-site
# pnpm command not found? try `npm install -g pnpm`
pnpm i
pnpm dev
cd my-site
# pnpm command not found? try `npm install -g pnpm`
pnpm i
pnpm dev

Blockquote

What is SSG: static site generation. Static-generated websites are nothing new for developers. We have been building them since the beginning of the web. Using Vite-SSG ad Vue.js building rich website do so easily.

Table

SubCommandDescription
breakAppends a ! after the type/scope
emojiOutput message with emoji mode
checkboxTurn on scope checkbox mode
gpgUse GPG sign commit message

Code

Inline Code

Try to use npx czg :<alias name> alias in the project

Code Block

ts
import fs = require('fs')

class MyClass {
  public static myValue: string
  constructor(init: string) {
    this.myValue = init
  }
}
namespace MyModule {
  export interface MyInterface extends Other {
    myProperty: any
  }
}

declare const magicNumber: number
myArray.forEach(() => { }) // fat arrow syntax
import fs = require('fs')

class MyClass {
  public static myValue: string
  constructor(init: string) {
    this.myValue = init
  }
}
namespace MyModule {
  export interface MyInterface extends Other {
    myProperty: any
  }
}

declare const magicNumber: number
myArray.forEach(() => { }) // fat arrow syntax
py
@requires_authorization(roles=["ADMIN"])
def somefunc(param1='', param2=0):
    r'''A docstring'''
    if param1 > param2: # interesting
        print 'Gre\'ater'
    return (param2 - param1 + 1 + 0b10l) or None

class SomeClass:
    pass

>>> message = '''interpreter
... prompt'''
@requires_authorization(roles=["ADMIN"])
def somefunc(param1='', param2=0):
    r'''A docstring'''
    if param1 > param2: # interesting
        print 'Gre\'ater'
    return (param2 - param1 + 1 + 0b10l) or None

class SomeClass:
    pass

>>> message = '''interpreter
... prompt'''

Code Group

npm
yarn
pnpm
sh
npm install -D cz-git
npm install -D cz-git

Containers

INFO

This is an info message.

TIP

This is a tip message.

WARNING

This is a warning message.

DANGER

This is a dangerous warning message.

Details

This is a details block.

Images

Image Example
Campground by @Finca Los Vientos • Aug 2021

Image Example
Campground by @Finca Los Vientos • Aug 2021

CheckBox

https://github.com/qbbsh/vitesse-qb