Skip to content

NejcDebevec/scorange-hugo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scorange-hugo

Files for scOrange web page in hugo.

Installation

If you are on macOS and using Homebrew, you can install Hugo with the following one-liner:

brew install hugo

If you are on a Windows machine and use Chocolatey for package management, you can install Hugo with the following one-liner:

choco install hugo -confirm

If you are on Debian or Ubuntu, you can install Hugo with the following one-liner:

sudo apt-get install hugo

To prepare the files for the widget documentation, do (clones Orange add-ons with documentation, copies markdown files to content/widget-catalog):

git init submodule
git submodule update
python copy.pu

Run

hugo server

Guidelines

Following is a set of guidelines for authors of material on scOrange web page.

  • Use spell checker (and Grammarly) before submission.

Guidelines for Workflows

  • Markdown file with a workflow description should have the same name as the title of the workflow, all lowercase, with dashes in place of spaces.
  • Order workflows from simple to more complex ones.
  • Ordering is set by the weight parameters. Workflows with higher weight appear first.
  • Images on the cover page are listed in images parameter. The aspect ratio for these images should strictly be 460 : 280. Use low resolution. Reduce the number of colors in color palette (In Gimp, Image > Mode > Indexed).

About

scOrange home page in hugo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.1%
  • CSS 42.4%
  • HTML 13.9%
  • Python 0.6%