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!
- Host: GitHub
- URL: https://github.com/rachine/rachine.github.io
- Owner: Rachine
- License: gpl-3.0
- Created: 2016-06-23T20:36:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T16:55:36.000Z (over 2 years ago)
- Last Synced: 2025-06-29T13:41:12.581Z (about 1 year ago)
- Topics: personal-website
- Language: HTML
- Homepage: https://rachine.github.io/
- Size: 39.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)