Skip to content

updatecli/website

Repository files navigation

README

Netlify Status

Requirements

Install all dependencies:

  • Hugo >= 0.75.0/extended (needed for SCSS processing support)
  • Node.js >= 14.15.0 (needed to install npm packages and run commands)
  • Asciidoctor >= 2.0.16 (needed to render the .adoc files with Hugo)

Get started

Have your local site in two steps:

Install npm packages

npm install

Start local development server

npm run start

3. Open the start page of the website

Point your browser to http://localhost:1313

4. Stopping the local development server

Execute <ctrl><C> from the session where npm run start is running.

Other commands

Doks comes with commands for common tasks.

Contributing

Asciinema shortcode

To add a asciinema video, you can use the shortcode {{<asciinema "asciinema_video_id">}}

Documentation