mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-07-04 19:17:34 -05:00
d
This commit is contained in:
@ -1,60 +0,0 @@
|
||||
---
|
||||
|
||||
title: Test
|
||||
date: 2022-05-08T17:50:35-05:00
|
||||
lastmod: 2022-05-08T17:50:35-05:00
|
||||
toc: true
|
||||
comments: true
|
||||
|
||||
authors:
|
||||
- bbaovanc
|
||||
|
||||
tags:
|
||||
- awesome
|
||||
|
||||
series:
|
||||
- Archetype
|
||||
|
||||
# this will be shown for the article in list pages and in the page metadata
|
||||
# it can be either an image or video (this might change in the future, however)
|
||||
resources:
|
||||
- name: feature
|
||||
src: something.webp
|
||||
title: Some image (image format can be anything; webp is just an example)
|
||||
|
||||
---
|
||||
|
||||
This page is about something. All the content before the "more" HTML comment
|
||||
below will become the summary, which will be used in list pages and in the meta
|
||||
tags on the article.
|
||||
|
||||
Or, if you don't want your description to be at the top of the article, you can
|
||||
set your own `description` in the front matter and it will override this. See
|
||||
the [Content Summaries](https://gohugo.io/content-management/summaries/) page on
|
||||
the Hugo docs for more information.
|
||||
|
||||
<!--more-->
|
||||
|
||||
## Stuff
|
||||
|
||||
{{< table class="stuff" >}}
|
||||
| apple | banana | cherry |
|
||||
|---------------|----------------|---------------|
|
||||
| four word | five word | six word |
|
||||
| seven word | eight word | nine word |
|
||||
| ten word | eleven word | twelve word |
|
||||
| thirteen word | fourteen word | fifteen word |
|
||||
| sixteen word | seventeen word | eighteen word |
|
||||
{{< /table >}}
|
||||
|
||||
## Code
|
||||
|
||||
```console
|
||||
$ hello-world hello "test" 'mo''re' "st\"u"f\\f $(ls)
|
||||
hello world!
|
||||
```
|
||||
|
||||
## Something
|
||||
|
||||
All the content below the "more" HTML comment above is part of the article
|
||||
itself.
|
Reference in New Issue
Block a user