Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.33 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.33 KB

Altinn Studio docs

Documentation for Altinn Studio: https://docs.altinn.studio/

Running Altinn Studio docs locally

  1. Clone the repo (assumes you've installed Git):
cd C:/repos
git clone https://github.com/altinn/altinn-studio-docs
  1. Download Hugo (v0.73.0 or newer), and copy the executable into the new altinn-studio-docs folder.

  2. Navigate to folder and run Hugo:

cd altinn-studio-docs
./hugo serve --navigateToChanged

Which will result in output similar to:

Building sites …
                   | NB   
-------------------+------
  Pages            | 376  
  Paginator pages  |  31  
  Non-page files   | 333  
  Static files     | 228  
  Processed images |   0  
  Aliases          |  96  
  Sitemaps         |   1  
  Cleaned          |   0  

Built in 8390 ms
Watching for changes in C:\repos\altinn-studio-docs\{content,layouts,static,themes}
Watching for config changes in C:\repos\altinn-studio-docs\config.toml
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop

The solution is now running locally at http://localhost:1313