Markdown
title: “My First Post” # Title of the blog post. date: 2026-07-14T01:08:05Z # Date of post creation. description: “Article description.” # Description used for search engine. featured: true # Sets if post is a featured post, making it appear on the sidebar. A featured post won’t be listed on the sidebar if it’s the current page draft: false # Sets whether to render this page. Draft of true will not be rendered. toc: false # Controls if a table of contents should be generated for first-level links automatically.
menu: main
usePageBundles: false # Set to true to group assets like images in the same folder as this post.
featureImage: “/images/path/file.jpg” # Sets featured image on blog post.
featureImageAlt: ‘Description of image’ # Alternative text for featured image. featureImageCap: ‘This is the featured image.’ # Caption (optional).
thumbnail: “/images/path/thumbnail.png” # Sets thumbnail image appearing inside card on homepage.
shareImage: “/images/path/share.png” # Designate a separate image for social media sharing.
codeMaxLines: 10 # Override global value for how many lines within a code block before auto-collapsing. codeLineNumbers: false # Override global value for showing of line numbers within code block. figurePositionShow: true # Override global value for showing the figure label. showRelatedInArticle: false # Override global value for showing related posts in this series at the end of the content. categories:
- Technology tags:
- Tag_name1
- Tag_name2
Insert Lead paragraph here. 这是一个测试文章。 これはテストです。 This is a test.
select * from v$instance;#!/bin/bash
ping 8.8.8.8ssh -vvv 1.1.1.1
scp -i xxxxx.key 3.3.3.3:/tmpEnd of context.