updated hugo site
This commit is contained in:
11
archetypes/cpp.md
Normal file
11
archetypes/cpp.md
Normal file
@@ -0,0 +1,11 @@
|
||||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
layout = ''
|
||||
type = 'book'
|
||||
tags = 'cpp'
|
||||
chapter = ''
|
||||
+++
|
||||
|
||||
# This is a Note
|
||||
Reference in New Issue
Block a user