Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digdir/baksia
Hvordan digdir jobber og er organisert
https://github.com/digdir/baksia
Last synced: 26 days ago
JSON representation
Hvordan digdir jobber og er organisert
- Host: GitHub
- URL: https://github.com/digdir/baksia
- Owner: digdir
- Created: 2023-01-25T13:27:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T11:42:41.000Z (2 months ago)
- Last Synced: 2024-10-25T04:19:22.591Z (2 months ago)
- Language: HTML
- Homepage: https://baksia.digdir.no
- Size: 4.79 MB
- Stars: 4
- Watchers: 12
- Forks: 20
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Baksia
https://baksia.digdir.no
## Run site locally
For a full description of how to do changes to Baksia, please read [CONTRIBUTING.md](https://github.com/digdir/baksia/blob/main/CONTRIBUTING.md).
Requirements: [Hugo](https://gohugo.io/installation/) (extended) and [node (npm)](https://nodejs.org/en/learn/getting-started/how-to-install-nodejs)
1. Clone repo:
```shell
git clone https://github.com/digdir/baksia --recurse-submodules --remote-submodules
```
2. Navigate to folder and run Hugo:
```shell
cd baksia
```
3. Install requirements
```shell
npm install
```
4. Run site locally
```shell
hugo serve --navigateToChanged
```
5. Application available locally at: http://localhost:1313## Theme & design
- [digdir-hugo-theme](https://github.com/felleslosninger/digdir-hugo-theme)
- [Figma design file](https://www.figma.com/file/oT5ZgqREUJGgYwXIgp3HWL/Baksia?node-id=3836%3A46985)