1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

fix and format frontmatter

This commit is contained in:
2023-07-18 23:26:53 +05:30
parent b5cea84e4d
commit 97fdd892d5
25 changed files with 243 additions and 158 deletions
@@ -1,14 +1,17 @@
---
title: Hello CMake
date: 2021-05-24 23:56
slug: cmake-basics
category: development
tags: [cmake, gsoc, fossology, gsoc21]
description: "CMake stands for Cross-platform Make. Normally, a build tool like Make
will parse a configuration file (Makefile) that contains all the
commands required to build an artifact based on the source files and
other resources inside the project."
image: "/images/cmake-office.webp"
date: 2021-05-24T23:56:00
description: CMake stands for Cross-platform Make. Normally, a build tool like Make
will parse a configuration file (Makefile) that contains all the commands required
to build an artifact based on the source files and other resources inside the project.
image: /images/cmake-office.webp
slug: cmake-basics
tags:
- cmake
- gsoc
- fossology
- gsoc21
title: Hello CMake
---
CMake stands for Cross-platform Make. Normally, a build tool like Make