Skip to content

Latest commit

 

History

History
91 lines (60 loc) · 3.12 KB

README.en.md

File metadata and controls

91 lines (60 loc) · 3.12 KB

Homepage Creators

Preview | Quick Start | Discussion

中文 | English

preview

🔥 Preview

Site Name Site Address
Jiaxiang Wang Personal Homepage https://www.jiaxiang.wang

ℹ️ Introduction

Homepage Creators is a personal homepage theme for Zola, styled similarly to Apple, beautiful and elegant.

Note: This theme is a port of the open-source HeoWeb static theme, thanks to Zhang Hong Heo for the generous sharing.

This theme is easy to use; you only need to modify the config.toml file to dynamically adjust the content. There is no need to modify HTML content like in the upstream repository, greatly reducing the cognitive burden on users.

🔌 Features

All features have been successfully ported

  • Basic
    • Mobile responsiveness
    • Animated scrolling
    • AVIF / WebP responsiveness
    • Dynamic footer year update
    • Analytics
  • Content
    • Navigation menu
    • Hero section
    • Author section
    • Event section
    • Product section (single)
    • Product section (list)
  • Operations
    • Sticky notifications
  • Compliance
    • ICP filing (China)

📝 Quick Start

  1. Refer to the official documentation to install the Zola command line tool

  2. Clone this repository to your local machine

    git clone --depth=1 https://github.com/iWangJiaxiang/Homepage-Creators
  3. Navigate to the local repository

    cd zola-theme-jiaxiang
  4. Run the preview command, then open the suggested preview address in your browser

    zola serve

    You should now be able to successfully access the blog website

  5. Refer to the official materials to further customize your homepage

  6. Modify the config.toml configuration file as needed; you should have a basic understanding of TOML format.

  7. Place your image assets in the static/img folder as needed

💬 Discussion

If you have any suggestions or comments about the theme, feel free to submit PRs & Issues.

🔐 License

Homepage Creators is open-source under the AGPL license, please comply with the open-source agreement.