An open API service indexing awesome lists of open source software.

https://github.com/rachine/rachine.github.io

Hello world!
https://github.com/rachine/rachine.github.io

personal-website

Last synced: 5 months ago
JSON representation

Hello world!

Awesome Lists containing this project

README

          

# Personal website

### [Website link](https://rachine.github.io)

### Installation

Simply fork the repository and edit away.

### Customization (advice from the forked repo)

* You can edit the `.md` (markdown) files as you see fit. You can also add some other markdown file, say `foo.md` in the root directory of the repository. It will then be accessible like so `{{ url of your website }}/foo`.

* You can of course remove `contact.md` if you don't want it

* To set the heading, edit the `title` variable in `_config.yml`

* To edit the `links` mentioned on the navigation bar, edit the file `_data/nav.yml`

* You can change the accent (color of hyperlinks) by editing the `accent` variable in `_sass/vars.scss`

* You can setup google analytics, by setting `tracking_id` in `_config.yml`

* To add a profile picture, make sure to give the image tag the class `profile-picture`. In other words,do it like so:

```html

```

**Note:** Customizing the accent color might cause merge conflicts if you later try to merge from `bk2dcradle/researcher` to fetch updates/patches etc. (applicable only if you have forked).

### License

[GNU GPL v3](https://github.com/Rachine/Rachine.github.io/blob/master/LICENSE)