diff --git a/README.md b/README.md index e91cdb1..6adfc9c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ -# academic-homepage +# Site web de présentation académique + +Ici vous trouverez les fichiers utilisés par mon site web principal (https://alocoq.fr) pour afficher une page d'accueil généraliste et académique. + +Ce site est basé sur le projet GitHub *academic-homepage*, ou du moins sa version du 25 Mai 2026, dont voici un extrait du readme : + +## academic-homepage [![Preview](assets/images/etc/preview.png)](https://luost26.github.io/academic-homepage/) + [![pages-build-deployment](https://github.com/luost26/academic-homepage/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/luost26/academic-homepage/actions/workflows/pages/pages-build-deployment) [![Hits](https://hits.sh/github.com/luost26/academic-homepage.svg?view=today-total)](https://hits.sh/github.com/luost26/academic-homepage/) [![GitHub stars](https://img.shields.io/github/stars/luost26/academic-homepage)](https://github.com/luost26/academic-homepage) @@ -10,77 +17,4 @@ A GitHub Pages (Jekyll) template for personal academic website. Click [here](https://luost26.github.io/academic-homepage/) to see the demo. -## User Community - -[🏡](https://luost.me/) -[:star:](https://cch1999.github.io/) -[:star:](https://kyrrego.github.io/) -[:star:](https://ced3-han.github.io/) -[:star:](https://lihengchen.com/) -[:star:](https://hpwang-whu.github.io/) -[:star:](https://zhang-yingyi.github.io/) -[:star:](https://wby24.github.io/) -[:star:](https://pengfeixu.com/) -[:star:](https://boqiuphd.github.io/) -[:star:](https://www.huabing.li/) -[:star:](https://xiecuiying.github.io/) -[:star:](https://hannyang.github.io/) -[:star:](https://king-play.github.io/) -[🤖](https://andrewcwlee.github.io) -[:star:](https://laiyao1.github.io) -[🌜](https://tmsultan.github.io) -[🚀](https://zaxguo.github.io) -[:gemini:](https://hongyang-du.github.io) -[:star:](https://thuanz123.github.io) -[🧬](https://gdalba.github.io/) -[:star:](https://yhhan.com/) -[🌔](https://chen-huaneng.github.io/academic) -[:star:](https://jwklee.github.io/) -[😼](https://onethousandwu.com/) -[🔬](https://kwen-chen.github.io/) -[🧑‍🔬](https://shengxiang-lin.github.io/) - -:hugs: Feel free to tell us if you are using this template for your website by creating an issue [here](https://github.com/luost26/academic-homepage/issues/new?assignees=&labels=&projects=&template=user-report.md&title=I+am+using+this+template%21). - -### Acknowledgements - -The improvements of this template have been inspired by the customizations and feedbacks from the following users: -- 😼 [onethousandwu.com](https://onethousandwu.com/): increased corner radius [[Repo]](https://github.com/oneThousand1000/oneThousand1000.github.io) -- :star: [shiwonkim.github.io](https://shiwonkim.github.io/): two-column main page layout [[Repo]](https://github.com/shiwonkim/shiwonkim.github.io) -- :star: [yqxie99.github.io](https://yqxie99.github.io/): blog feature [[Repo]](https://github.com/YQXie99/YQXie99.github.io/tree/feat/add_blog_page) -- :star: [kwen-chen.github.io](https://kwen-chen.github.io/): blog feature [[Repo]](https://github.com/Kwen-Chen/Kwen-Chen.github.io) - -## Need Help? - -If you run into **any** issues while using this template, or have suggestions for improvements, please don't hesitate to create an issue [here](https://github.com/luost26/academic-homepage/issues/new). - -### FAQs - -- [Need blogging feature?](https://github.com/luost26/academic-homepage/issues/13#issuecomment-2646371324) -- [How to show citation count for papers?](https://github.com/luost26/academic-homepage/issues/29#issuecomment-3222496187) - - -## Getting Started - -1. First, click the "Use this template" button to create a new repository. The name of the repository should be `.github.io` (click [here](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#types-of-github-pages-sites) to learn more about naming a GitHub Pages repository). - -### Running Locally (Debug & Preview) - -2. Follow the **step 1** and **step 2** of the instruction [here](https://jekyllrb.com/docs/) to install prerequisites and jekyll. - -3. Clone your forked repository to your local machine. - -4. Run the following command in the root directory of the repository: - - ```bash - bundle exec jekyll serve - ``` - -5. Browse to the displayed URL to see the website. - -### Deploying to GitHub Pages - -2. Go to the repository settings and enable GitHub Pages. Detailed instructions can be found [here](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site#creating-your-site). - -3. Navigate to your created website, and follow the instructions displayed on the homepage (if any) to finalize the setup.