1.1.8 • Published 3 years ago

@netzoio/theme v1.1.8

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Discord Follow on Twitter Hashnode Blog Visit our Channel

Netzo Theme

This is the Netzo theme for the official Netzo documentation at https://netzo.io/docs/getting-started.

Please note this theme is solely dedicated for Netzo projects https://netzo.io/ and isn't meant to be used as a content-neutral theme. It does not follow semver and may contain hard-coded logic specific to the Netzo projects.

Development Setup

This repo can be developed on its own since it is a self-contained Netzo theme. Make sure to use pnpm as the package manager when installing deps. A demo app is available in /demo and can be run with npm run dev:

$ pnpm install
$ npm run dev

Developing with Real Content

To work on this theme in the context of the https://netzo.io/docs/getting-started website requires cloning both repos and linking the theme into the website repo:

  1. Clone repositories:

    git clone https://github.com/netzoio/website.git
    git clone https://github.com/netzoio/theme.git
  2. Link theme into website repo:

    # In ./theme
    pnpm install
    # Make @netzoio/theme available for global linking
    pnpm link --global
    
    # in ./website
    pnpm install
    # Link teme
    pnpm link --global @netzoio/theme
  3. Start Netzo server:

    # in ./docs
    pnpm run dev

Available Scripts

Here is the list of available scripts that can be used during the development.

# Boot local dev server.
$ npm run dev

# Build demo, then serve locally. This is for testing
# production build in the local environment.
$ npm run serve

# Run lint via Prettier.
$ npm run lint

# Run type check via tsc.
$ npm run type

License

MIT

Copyright (c) 2022 Netzo

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.50

3 years ago

1.0.19

3 years ago

1.0.2

3 years ago

1.0.18

3 years ago

1.0.1

3 years ago

1.0.16

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.33

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.37

3 years ago

1.0.36

3 years ago

1.0.35

3 years ago

1.0.34

3 years ago

1.0.39

3 years ago

1.0.38

3 years ago

1.0.40

3 years ago

1.0.44

3 years ago

1.0.43

3 years ago

1.0.42

3 years ago

1.0.41

3 years ago

1.0.48

3 years ago

1.0.47

3 years ago

1.0.46

3 years ago

1.0.45

3 years ago

1.0.49

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.0

3 years ago