Install Newsroom Theme
Note: Newsroom uses is styled in sass. Thefore, hugo-extended version must be installed on your system.
Option 1: Add Newsroom as a git submodule
Add this theme as a Git submodule inside your Hugo site folder:
|
|
Option 2: Add Newsroom as a hugo module (Recommended)
In your config.toml file, set theme
field value as follows
|
|
Then run
|
|
Option 3: Install Newsroom into your theme directory (Least diserable)
From the root of your Hugo website run:
|
|
In your config.toml file, set theme
field value as follows
|
|