My personal website
I use this site to document my projects, my social links and my blog.
What has inside | Setup | Settings | How to
- ⭐ to the project. 🤘
- Fork the project (https://github.com/akram-mohammed/akram-mohammed.github.io/fork)
- Edit
_config.yml
with your data (check settings section) - Write some posts
If you want to test locally on your machine, do the following steps also:
- Install Jekyll, NodeJS and Bundler.
- Clone the forked repo on your machine
- Enter the cloned folder via terminal and run
bundle install
- Then run
bundle exec jekyll serve --config _config.yml,_config-dev.yml
- Open it in your browser:
http://localhost:4000
- Test your app with
bundle exec htmlproofer ./_site
You must fill some informations on _config.yml
to customize your site.
and lot of other options, like width, projects, pages, read-time, tags, related posts, animations, multiple-authors, etc.
Check the FAQ if you have any doubt or problem.
Based on Indigo Minimalist Jekyll Template
MIT License © Akram Mohammed