-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__POST_TEMPLATE__
More file actions
64 lines (42 loc) · 1.88 KB
/
Copy path__POST_TEMPLATE__
File metadata and controls
64 lines (42 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
# ************************************************************************
# FrontMatter
# How to create your post, see : _posts/README.md
# ************************************************************************
# DO NOT EDIT THE FOLLOWING LINES
layout: post
categories: [Blog]
is_blog_post: True
# ************************************************************************
# EDIT THE FOLLOWING LINES
# // REQUIRED date : 2024-06-13 13:37:00 +/-TTTT
# Only modify the date and hours elements, leave the +/-TTTT unchanged.
date: 2024-07-13 13:37:00 +/-TTTT
# Author : will default to 42AI if not filled.
author:
# Tags: add a 3rd TAG to the following list to evoke your article's content thematic.
# If an existing tag works with your article, please use it in priority.
# Existing : Generative_AI ; AI_Safety ; AI_Entrepreneur ;
# Always add '42AI' so that all posts could be seen using this tag
tags: ['blog', '42AI', ]
# // REQUIRED Description : text that will display under the title // + SEO // Keep it short and relevant
description: description
# Image: the illustration image that will accompany your article on links and in the article itself.
# Images should be of dimensions ratio 3:1
# Images can point to external urls
# If you don't have an image, leave this item unchanged.
# You can place your custom image in the `/assets/img/blog/` folder. If you do, don't forget to edit the following
image:
path: /assets/img/banners/banner_post_adm.png
# // REQUIRED Title : Keep it short, catchy and consistent with your article
title:
---
Your Markdown content HERE
<!-- You can access the FrontMatter variables through page.<<attribute>> -->
<!-- EX: {{ page.author }} -->
<!--
Before PUSHING, don't forget to rename this file
using the following convention:
YYYY-MM-dd-<blog>-<your 42login>.md
ex: 2024-03-02-blog-jbondri.md
-->