• English
  • About Page

    The About page displays your personal introduction, blog description, or anything you want to tell your readers. ModernDuang provides the about layout template — you just need to write the content.

    Create the Page

    If you haven't already, run:

    hexo new page about

    Set the Layout

    Edit source/about/index.md and replace date with layout: about:

    ---
    title: About
    layout: about
    ---

    Write Your Content

    Add your personal introduction below the frontmatter using standard Markdown:

    ---
    title: About Me
    layout: about
    ---
    
    ## Hi, I'm Andy
    
    A front-end developer who loves exploring new things.
    
    ### Tech Stack
    
    - **Frontend:** React / Vue / TypeScript
    - **Backend:** Node.js / Python
    - **Tools:** VS Code / Git / Docker
    
    ### About This Blog
    
    This blog is where I share my learning notes, technical insights, and life experiences.
    Feel free to leave a comment if you have any thoughts or suggestions!
    
    ### Contact
    
    - GitHub: [@username](https://github.com/username)
    - Email: [email protected]

    What Visitors See

    The About page displays your avatar, name, and motto at the top (from the profile config in _config.modernduang.yml), followed by your Markdown content rendered in a clay-styled card layout.