Skip to content

Commit

Permalink
📝 Docs: update embed archetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Jul 7, 2024
1 parent b067289 commit c021a53
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
23 changes: 16 additions & 7 deletions archetypes/friends.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,35 @@ keywords:
comment: false
---

<!-- When you set data `friends.yml` in `yourProject/data/` directory, it will be automatically loaded here. -->
<!-- The `friends.yml` file placed in the `yourProject/data/` directory will be loaded automatically here. -->

---

<!-- You can define additional content below for this page. -->

## Base info

```yaml
- nickname: Lruihao
avatar: https://lruihao.cn/images/avatar.jpg
url: https://lruihao.cn
description: Lruihao's Note
```
- avatar: https://lruihao.cn/images/avatar.jpg
- url: https://lruihao.cn
- description: Lruihao's Note

## Friendly Reminder

Comment like this:

````markdown
```yaml
- nickname: <your nickname>
avatar: <your avatar>
url: <your site link>
description: <description of your site>
```
````

{{< admonition info "Notice" true >}}

1. If you want to exchange link, please leave a comment in the above format. (personal non-commercial blogs / websites only)
1. If you want to exchange link, please leave a comment as the above format. (personal non-commercial blogs / websites only)
2. :(fa-solid fa-exclamation-triangle): Website failure, stop maintenance and improper content may be unlinked!
3. Those websites that do not respect other people's labor achievements, reprint without source, or malicious acts, please do not come to exchange.

Expand Down
4 changes: 3 additions & 1 deletion archetypes/post-bundle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ repost:
# See details front matter: https://fixit.lruihao.cn/documentation/content-management/introduction/#front-matter
---

<!--more-->
<!--more-->

<!-- Place resource files in the current article directory and reference them using relative paths, like this: `![alt](images/screenshot.jpg)`. -->

0 comments on commit c021a53

Please sign in to comment.