Skip to content

lmammino/rawsec-cybersecurity-inventory

 
 

Repository files navigation

pipeline status License Discord

Rawsec's Cybersecurity Inventory

Name Link
Website link
Git repository link
Merge Requests link
Issues link
Wiki link
Chat link

Development

Install and build

Install dependencies:

$ npm install gulp-cli -g
$ npm install

Now you can simply build the site by using the following command:

$ gulp

The build output reside inside the build/ folder.

For example you can view it with Firefox:

$ firefox build/index.html

Tree view

Templates are written in Pug. The layout used for pages is pug/layout/layout.pug. Pages are at the root of pug/ folder. Layout and pages use some partials stored in pug/partials/. All libraries and external scripts are stored in vendor/ but internal scripts are in js/. CSS customizations are made in sass/bulma.sass.

Indentation

Please use EditorConfig defined in .editorconfig.

Contribution Guidelines

See Contribution Guidelines.

About

See About.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.8%
  • JavaScript 36.6%
  • CSS 0.6%