Skip to content

About

  1. Enter the following command in the terminal, it will generate an about folder under the source folder, which contains the index.md file.
shell
hexo new page about
  1. Replace the content in index.md with the following:
markdown
---
title: About This Site
date: 2023-10-31 22:24:22
type: about
---
  1. Create a file named about.yml in the source/_data folder, and add the following content as a template. Customize it as needed.
yaml
authorinfo:
  leftTags:
  - 🤖️ Tech Enthusiast
  - 🔍 Sharing and Helping
  - 🏠 Smart Home Enthusiast
  rightTags:
  - Down-to-earth Action Taker 🏃
  - Team Player 🧱
  - Strong and Silent 💢
  image: https://7.isyangs.cn/1/65eb27e69bcff-1.png
  • leftTags and rightTags are optional.
  • image is the avatar image of the author.
yaml
title: About This Site
  • title: The title of the page.
yaml
contentinfo: # Top personal information display
    sup: Hello, nice to meet you👋
    name: My name is Wang Zhuo Sco # Name
    title: Student, Software Engineer, Indie Developer, Blogger # Introduction
    tip: Pursuing
    slogan: Creating from<br>Passion
    mask:
    - Excellent Products
    - Outstanding Design
    - Efficient Programming
    - User-friendly Experience
  • sup: The greeting message displayed at the top.
  • name: The name of the author.
  • title: The introduction of the author.
  • tip: The pursuit of the author.
  • slogan: The slogan of the author.
  • mask: The mask displayed at the top.
yaml
skills: # Add as needed
    title: Skills
    subtitle: Unlock Creativity
    tags:
      - title: HTML
        icon: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/HTML.png
        color: "#e9572b"
      - title: Javascript
        icon: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/JS.png
        color: "#f7cb4f"
      - title: Kotlin
        icon: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/kotlin-logo.svg
        color: "#ffffff"
      - title: WebPack
        icon: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/webpack.png
        color: "#2e3a41"
      - title: Git
        icon: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/git.png
        color: "#df5b40"
      - title: Docker
        icon: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/webpack.png
        color: "#57b6e6"
      - title: Visual Studio
        icon: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/vs-logo.svg
        color: "#ffffff"
  • title: The title of the skills.
  • subtitle: The subtitle of the skills.
  • tags: The tags of the skills.
yaml
careers:
    title: Careers
    subtitle: Infinite Progress
    items:
    - school: Software Engineering
      major: Study
      color: "#357ef5"
    image: https://7.isyangs.cn/1/65eb2d10ba24d-1.png
  • title: The title of the careers.
  • subtitle: The subtitle of the careers.
  • items: The items of the careers.
yaml
personalities:
    tips: Personality
    title: Executive
    color: "#56a178"
    type: ESFJ-A
    image: https:/example.com/ESFJ-A.svg
    link: https://www.16personalities.com/
    linkText: 16personalities
    typeLink: https://www.16personalities.com/ch/esfj-人格
    typeName: Executive
    myphoto: https://7.isyangs.cn/1/65eb2d340cad3-1.png
  • tips: The tips of the personalities.
  • title: The title of the personalities.
  • color: The color of the personalities.
  • type: The type of the personalities.
  • image: The image of the personalities.
  • link: The link of the personalities.
  • linkText: The link text of the personalities.
  • typeLink: The type link of the personalities.
  • typeName: The type name of the personalities.
  • myphoto: The my photo of the personalities.
yaml
motto:
    title: Motto
    prefix: Burn the boats,
    content: Forge ahead.
  • title: The title of the motto.
  • prefix: The prefix of the motto.
  • content: The content of the motto.
yaml
expertise:
    title: Expertise
    prefix: Mathematics, Physics, Chemistry
    specialist: Expert
    content: Learning Ability
    level: MAX
  • title: The title of the expertise.
  • prefix: The prefix of the expertise.
  • specialist: The specialist of the expertise.
  • content: The content of the expertise.
  • level: The level of the expertise.
yaml
    title: Gaming Hobby
    img: https://7.isyangs.cn/1/65eb2d8954aac-1.png
    icon: fas fa-gamepad
    subtitle: APEX LEGENDS
    tips_left: Position C
    tips_right: ID Wleelw
  • title: The title of the game1.
  • img: The img of the game1.
  • icon: The icon of the game1.
  • subtitle: The subtitle of the game1.
  • tips_left: The tips_left of the game1.
  • tips_right: The tips_right of the game1.
yaml
    title: Gaming Hobby
    img: https://7.isyangs.cn/1/65eb2e0383970-1.png
    subtitle: Spirit and Fire Will
    icon: fas fa-dice-d20
    tips_right: Speedrunner
  • title: The title of the game2.
  • img: The img of the game2.
  • subtitle: The subtitle of the game2.
  • icon: The icon of the game2.
  • tips_right: The tips_right of the game2.
yaml
likes:
  - type: like-technology
    bg: https://7.isyangs.cn/1/65eb2e3d6616b-1.png
    tips: Interest
    title: Science and Technology
    subtips: Science and Engineering Enthusiast
  - type: like-music
    bg: https://7.isyangs.cn/1/65eb2e5f85132-1.png
    tips: Music Preference
    title: Folk, Classical, Easy Listening
    subtips: Enjoy more music with Wang Zhuo Sco
    button: true
    button_text: More Recommendations
    button_link: /music/
  • type: The type of the likes.
  • bg: The bg of the likes.
  • tips: The tips of the likes.
  • title: The title of the likes.
  • subtips: The subtips of the likes.
  • button: The button of the likes.
  • button_text: The button text of the likes.
  • button_link: The button link of the likes.
yaml
tj:
  provider: # Value can be 51la (51la website statistics) or baidu (Baidu statistics)
  url: https://v6-widget.51.la/v6/3F15j2vtdTo7PPcN/quote.js # Need to register and obtain from the 51la official website or set up your own Baidu statistics project and fill in the access address
  img: https://7.isyangs.cn/1/65eb2e9109826-1.png # Background
  • provider: The provider of the tj, can be 51la or custom.
  • url: The url of the tj, can be obtained from the 51la or custom.
  • img: The img of the background.
yaml
oneself: # Fill in as needed
  location: China, Hunan Province # Location
  birthYear: 2004 # Birthday
  university: Hunan University # Graduated from
  major: Software Engineering # Major
  occupation: Student # Occupation
  map: # Map of your location
    light: https://7.isyangs.cn/1/65eb2ec63a9aa-1.png # Daytime
    dark: https://7.isyangs.cn/1/65eb2eedc780e-1.png # Nighttime
  • location: The location of the oneself.
  • birthYear: The birthYear of the oneself.
  • university: The university of the oneself.
  • major: The major of the oneself.
  • occupation: The occupation of the oneself.
  • map: The map of the oneself.
yaml
cause:
  tip: Journey
  title: Why Build a Website?
  content:
    <br>When creating this site, the goal was to have a place where I could <b>accumulate knowledge and interests</b>. Sharing with others would allow these to become accumulation and precipitation. If I can help more people and solve their problems, that would be great.
    <br>
    Unlike most vertical technical blogs, the categories here will be very diverse, including <b>tutorials and practical knowledge</b>, <b>life anecdotes and tips</b>, and <b>thoughts and ideas on various topics</b>. Whatever I research or discover, I will share it here.
    <br>
    This is the original intention of creating this small site, and it is also <b>my way of sharing life</b>. I am fortunate to meet you here, and I believe we can leave behind some wonderful memories together.
    <br>
yaml
tenyear:
  tips: Ten-Year Pact
  title: Loneliness of one, Revelry of many.
  start: April 20, 2023
  end: April 20, 2033
  • tips: The tips of the tenyear.
  • title: The title of the tenyear.
  • start: The start of the tenyear.
  • end: The end of the tenyear.
yaml
award:
  enable: true
  description: Thanks to the people who appreciate and support me. Because of you, I feel that writing blogs can create value for you. This will allow me to go further on this path.
  tips: Total Amount: ¥ {sum}, will be used for the maintenance and updates of the blog. # Must include {sum}, otherwise the total amount will not be displayed
rewardList: # Bottom donations
  - name: Yuehua
    money: 5
    time: 2023-04-20
  - name: Gaoxiaocai
    money: 6.66
    time: 2023-08-11
    vip: true
  - name: Mu Mu
    money: 5
    time: 2023-08-11
  - name: Yuehua
    money: 56
    vip: true
    time: 2023-08-25
  - name: Gaoxiaocai
    money: 3.33
    time: 2023-12-24
  • enable: The enable of the award.
  • description: The description of the award.
  • tips: The tips of the award.
  • rewardList: The reward list of the award.