https://github.com/tahanima/remple
A simple jekyll based resume template
https://github.com/tahanima/remple
jekyll resume-template resume-website ruby-gem
Last synced: 3 months ago
JSON representation
A simple jekyll based resume template
- Host: GitHub
- URL: https://github.com/tahanima/remple
- Owner: Tahanima
- License: mit
- Created: 2020-07-30T17:57:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T17:40:55.000Z (over 2 years ago)
- Last Synced: 2025-04-08T20:06:47.585Z (6 months ago)
- Topics: jekyll, resume-template, resume-website, ruby-gem
- Language: CSS
- Homepage: https://tahanima.github.io/remple
- Size: 84 KB
- Stars: 22
- Watchers: 1
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remple
Remple is a very simple resume template built for jekyll. Here is a [demo](https://tahanima.github.io/remple/).
## Installation
Prerequisite: Knowledge of Github and Markdown Syntax**Step 1**
* Fork the repository.
* [Optional] You can change the repository name from **Settings** > **Options** > **Repository name**.**Step 2**
* Edit the **_config.yml file**.
* Change the values for **title**, **description**, **email**, **linkedin**, **github**, **website** and **medium** with your credentials.
* If you have changed your repository name from ***remple*** to your preferred name, you need to change the value for **baseurl** from ***"/remple/"*** to ***"/[your preferred name]/"***.**Step 3**
* Edit the **index.md** file with your credentials.**Step 4**
* Delete the **my-photo.jpg** file.
* Upload your image file, making sure to name it as **my-photo.jpg**. If you want to name your image file to your preferred name or the file extension to your image file is different, then you need to change the value for **photo_url** in the **_config.yml** file to your preferred name or with correct file extension as well.**Step 5**
* Activate **GitHub Pages** for this site from **Settings** > **Options** > **GitHub Pages**.
* Choose **master** as the source branch and **/ (root)** as the folder.
* You can then access your site at ***[github_user_name].github.io/[repo_name]/***
* Note: **repo_name** is **remple** if you have not changed your repository name otherwise it is your preferred name.## License
This work is licensed under the MIT License.