Installation
Installation
The following steps demonstrate how to use portfolYOU as GitHub Pages remote theme.
- Download portfolYOU as .zip from official repo then extract it.
- Rename
portfolYOU-master/to<your-username>.github.io/ - Remove everything except the
docs/directory. - Lift up the
docs/directory’s content to the root directory (i.e move them to<your-username>.github.io/). - Remove documentation stuff:
_elements/documentation/_config.yml: any line commented as# For Documentation Only
-
Your directory structure should be:
<your-username>.github.io/ ├── _data/ ├── _posts/ ├── _projects/ ├── pages/ ├── _config.yml ├── .gitignore └── Gemfile - Update
_config.ymlwith your data (follow the comments for more help). - Update your site content (posts, projects and about page).
- Finally, test portfolYOU locally then publish it to GitHub Pages.
-
[Optional] To use a specific version of portfolYOU (defaults to latest version):
remote_theme: YoussefRaafatNasry/portfolYOU@v1.0.0