diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 92f60b2c2497845fdf8f098e4ef8508352b86f3a..135be1cecb462f70c94863f36fcc5d57e1bae784 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,12 +14,6 @@ default:
     - cd my_awesome_app
     - git init
 
-# Override artifact path
-versioning:
-  artifacts:
-    reports:
-      dotenv: my_awesome_app/versions.env
-
 # Override semgrep-sast before script
 sast:
   before_script:
diff --git a/{{cookiecutter.project_slug}}/CMakeLists.txt b/{{cookiecutter.project_slug}}/CMakeLists.txt
index 9ad0c6ea481c2a2c685be7b4cc29930ec7613514..5a34a5eeabaac806958b0bb9a7c181a24525acd2 100644
--- a/{{cookiecutter.project_slug}}/CMakeLists.txt
+++ b/{{cookiecutter.project_slug}}/CMakeLists.txt
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16)
 
-project(CPP VERSION 0.1)
+project({{cookiecutter.project_slug}} VERSION 0.1)
 
 include(CheckCXXCompilerFlag)
 
diff --git a/{{cookiecutter.project_slug}}/README.md b/{{cookiecutter.project_slug}}/README.md
index 1015fe43378a4cfe682b16f797e84b461080e39f..57e36c53e6b4edea5add465a7adb914e31b97b41 100644
--- a/{{cookiecutter.project_slug}}/README.md
+++ b/{{cookiecutter.project_slug}}/README.md
@@ -1,6 +1,6 @@
-# C++ project
+# {{cookiecutter.project_name}}
 
-An example repository of an CI/CD pipeline for building, testing and deploying a C++ project.
+{{cookiecutter.description}}
 
 ## Description
 
diff --git a/{{cookiecutter.project_slug}}/doc/sphinx/conf.py b/{{cookiecutter.project_slug}}/doc/sphinx/conf.py
index 014ddb5195bb61d21e053693ca6842744c73307f..10c67184f97a57d7cec9766f5e1623d8edf3ee63 100644
--- a/{{cookiecutter.project_slug}}/doc/sphinx/conf.py
+++ b/{{cookiecutter.project_slug}}/doc/sphinx/conf.py
@@ -19,7 +19,8 @@ import sys
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
 
-project = "CPP"
+project = "{{cookiecutter.project_name}}"
+copyright = "2023, ASTRON"
 
 # TODO(): Extract version metadata from CMake and make available in Sphinx
 # version = ""