/website

Updatecli website

Primary LanguageSCSSMIT LicenseMIT

README

Requirements

Make sure all dependencies have been installed:

  • 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:

1. Install npm packages

npm install

2. 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

<ctrl><C> in the session where the npm run start was executed.

Other commands

Doks comes with commands for common tasks.

Contibuting

Asciinema Shortcode

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

Documentation