├── .github └── workflows │ └── jekyll-gh-pages.yml ├── README.md └── images ├── .gitkeep └── material_you.png /.github/workflows/jekyll-gh-pages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GalileyGalileo/Material-You-app-list/HEAD/.github/workflows/jekyll-gh-pages.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GalileyGalileo/Material-You-app-list/HEAD/README.md -------------------------------------------------------------------------------- /images/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/material_you.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GalileyGalileo/Material-You-app-list/HEAD/images/material_you.png --------------------------------------------------------------------------------