Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uninett/nav-landing-page
NAV landing page for nav.uninett.no
https://github.com/uninett/nav-landing-page
Last synced: about 2 months ago
JSON representation
NAV landing page for nav.uninett.no
- Host: GitHub
- URL: https://github.com/uninett/nav-landing-page
- Owner: Uninett
- Created: 2019-01-31T08:34:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T12:33:01.000Z (5 months ago)
- Last Synced: 2024-08-27T13:53:24.494Z (5 months ago)
- Language: HTML
- Homepage: https://nav.uninett.no/
- Size: 7.84 MB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NAV Landing page
This is the NAV landing page used to provide https://nav.uninett.no/
The page is a static site, generated by [Hugo](https://gohugo.io/).
## Testing/development
While authoring content for the site, you can run the Hugo server to
dynamically serve an updated site:```console
$ hugo server -D
Start building sites …| EN
-------------------+-----
Pages | 92
Paginator pages | 0
Non-page files | 0
Static files | 29
Processed images | 0
Aliases | 0
Sitemaps | 1
Cleaned | 0Built in 55 ms
Watching for changes in /Users/mvold/d/nav-landing-page/{archetypes,content,data,layouts,static,themes}
Watching for config changes in /Users/mvold/d/nav-landing-page/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
```## Build the static site
Just run
```console
$ hugo
```and the entire static site will be built and placed in the `public/` directory.