🇨🇦
hexo-theme-redefine
BlogGithub
English
English
  • Project Description
  • Get Started
    • Installation
    • Update
    • Usage
  • Configuration
    • Create a theme config file
    • base_info
    • style
      • primary_color
      • avatar
      • favicon
      • article_img_align
      • left_side_width
      • content_max_width
      • nav_color
      • hover
      • first_screen
      • scroll
    • social_contact
    • menu
    • home_article
    • post
      • word_count
      • author_label
    • toc
    • copyright_info
    • website_count
    • local_search
    • comment
      • use
      • Waline
      • Gitalk
      • Twikoo
    • rss
    • lazyload
    • cdn
    • pjax
    • footer
  • Advanced
    • Create a page
    • Note modules
    • Article top
    • Mathematical formula
    • Friendship style
    • file comparison
    • Resource compression
Powered by GitBook
On this page
  1. Advanced

Friendship style

PreviousMathematical formulaNextfile comparison

Last updated 2 years ago

The Redefine theme has optimized the style of the links page. You only need to follow the tutorial below to get a beautiful list of links, as shown in the figure below.

Screen Shot 2022-10-02 at 12.32.44 PM
  1. Create a links page and use the following command in the root directory of your Hexo project to automatically create it.

    $ hexo new page links

    ::: warning attention Do not modify the title property of the source/links/index.md file! Friend link styles are matched according to title: links!

    ---
    title: links
    date: 2020-05-13 14:16:07
    ---

    :::

  2. Enable links in the menu configuration item of the Redefine theme configuration file _config.yml.

    menu:
      Home: /
      Links: /links
      #  
  3. Add a _data folder to the source folder of your Hexo project. ::: tip If you already have a _data folder, ignore this step. :::

  4. Create a links.yml file in the _data folder.

  5. Add your link in the links.yml file in the following format.

    - name: EvanNotFound
      link: https://www.evanluo.top
      description: Hong Kong reporters are urgent at the end of the month
      avatar: https://evan.beee.top/avatar.png
    
    - name: lalallalala
      link: https://example.com
      description: lol
      avatar: https://www.youtube.com/watch?v=dQw4w9WgXcQ
    
    - ......