Skip to content

danish-foundation-models/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,479 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Danish Foundation Models — Site

This repository contains the source for foundationmodels.dk, built with MkDocs Material.

Prerequisites

  • uv (Python package manager)

If you don't have uv installed, running make install will install it automatically.

Getting started

Install dependencies:

make install

Serve locally with live reload:

make serve

The site will be available at http://127.0.0.1:8000.

Build

Build the static site into site/:

make build

Structure

docs/           # Site content (Markdown)
  index.md      # Front page
  news/         # News/blog posts
  _static/      # Images, CSS, logos
overrides/      # MkDocs theme overrides
mkdocs.yml      # MkDocs configuration

Adding a news post

Create a new Markdown file in docs/news/posts/ with the following frontmatter:

---
draft: false
date: YYYY-MM-DD
tags:
  - Model Release   # or: Paper, News, Behind the Scenes
---

# Post title

Intro paragraph (shown in the post listing).

<!-- more -->

Full post content here.

References

About

The website for Danish Foundation Models, a project for training foundational Danish language model.

Resources

License

Stars

Watchers

Forks

Contributors