Aylarrazzaghi / ux-website

Static website for Ux

Home Page:https://alidehkhodaei.github.io/ux-website/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ux Website Website

This website is built using mkdocs-material and is dedicated to the topics of UX (User Experience). The content of this website is sourced from the following repositories:

🚀 The site's information will be automatically updated with the repositories every 24 hours.

  • Adding a New Repository

  1. Add the Website Name to the README.md.
  2. Locate the generate.sh file.
  3. Let's assume I want to add a repository called info-ux, and the desired folder name is test. We will replace the names as follows.
   rm -rf test
   git clone https://github.com/Aylarrazzaghi/info-ux
   cd  info-ux
   git checkout-index  -f --prefix=../test/ README.md
   cd ..
   rm -rf info-ux

⚠️ We assume that the added repository has a directory structure similar to previous repositories.

  1. Refer to the mkdocs.yml file and add the repository there. Note that it's possible to add categories and subcategories. For more information, refer to the documentation of mkdocs-material.
 nav:
  ...
  - نام دلخواه:  test/README.md
  • Customizing the Homepage of Your Website

To customize the homepage of your website, follow these steps:

  1. Go to the "docs" folder in your website's directory.
  2. Locate the "index.md" file.
  3. Open the "index.md" file and make the desired changes.

About

Static website for Ux

https://alidehkhodaei.github.io/ux-website/


Languages

Language:Shell 100.0%