Welcome to my personal website! This website was built using a modified version of the Academic Pages GitHub template.
To explore the website, you can visit the live version at: https://omarabedelkader.github.io.
- Academic-style pages for organizing and displaying research, projects, and other professional content.
- Easy-to-navigate structure with links to various sections, including publications, projects, and more.
- Support for adding PDFs, downloadable files, and other resources.
- To view content, browse through the sections available in the navigation bar.
- Any downloadable files, such as PDFs, can be accessed in the "Files" section or directly at: https://omarabedelkader.github.io/files/example.pdf.
To preview changes or run the website locally:
-
Clone the repository and make updates to the content.
-
Install dependencies:
- On Linux or Windows Subsystem for Linux (WSL):
sudo apt install ruby-dev ruby-bundler nodejs
- On macOS:
brew install ruby brew install node gem install bundler
- On Linux or Windows Subsystem for Linux (WSL):
-
Install Ruby dependencies by running:
bundle install
If there are errors, delete the
Gemfile.lock
and try again. -
Serve the website locally by running:
jekyll serve -l -H localhost
Access the local version at http://localhost:4000. The local server will automatically rebuild and refresh on any changes.
If you are running on Linux, you may need to install additional dependencies:
sudo apt install build-essential gcc make
For questions, issues, or feature requests related to this website, feel free to reach out via the contact information provided on the site.
This website was built using a modified version of the Academic Pages template, originally created by Stuart Geiger and maintained by Robert Zupko. The template is based on the Minimal Mistakes Jekyll Theme, © 2016 Michael Rose, released under the MIT License.