Skip to content

andreas-rafaelsen/altinn-studio-docs

 
 

Repository files navigation

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

About

Documentation for Altinn Studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.5%
  • JavaScript 33.3%
  • HTML 14.2%
  • SCSS 6.9%
  • PowerShell 0.1%