Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trallard/v2
💜 Version 2 of my personal website
https://github.com/trallard/v2
Last synced: 6 days ago
JSON representation
💜 Version 2 of my personal website
- Host: GitHub
- URL: https://github.com/trallard/v2
- Owner: trallard
- Created: 2019-11-05T13:27:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T12:29:39.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T13:52:55.769Z (7 months ago)
- Language: JavaScript
- Homepage: https://bitsandchips.me
- Size: 1.99 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Tania's personal website - v2
[![Netlify Status](https://api.netlify.com/api/v1/badges/4ff9f19c-f79b-40d8-abc4-9b703f153f92/deploy-status)](https://app.netlify.com/sites/lucid-lichterman-a790c8/deploys)
The second iteration of my personal blog built with [Jekyll](https://jekyllrb.com/) and hosted with [Netlify](https://www.netlify.com/).
## 🛠Installation and set up
You will need to have Ruby and Jekyll installed. You can see the installation instructions on the [Jekyll official docs](https://jekyllrb.com/docs/installation/).
Once you have Jekyll installed, type on your command line`bundle install` to install the dependencies, then run `jekyll serve` or `bundle exec jekyll serve` to start the Jekyll server.
You can now edit and modify the website on your local computer.
## 🎨 Colour Reference
| Colour | Hex |
| ------------- | ------------------------------------------------------------------ |
| Cold purple | ![#C2B4D6](https://via.placeholder.com/10/C2B4D6?text=+) `#C2B4D6` |
| Russin violet | ![#331D5D](https://via.placeholder.com/10/331D5D?text=+) `#331D5D` |
| Golden Sand | ![#f2c76e](https://via.placeholder.com/10/f2c76e?text=+) `#f2c76e` |
| Vanilla ice | ![#f18fac](https://via.placeholder.com/10/f18fac?text=+) `#f18fac` |## 📃 Licensing
- The text is licensed using the [CC-BY 4.0 license](https://creativecommons.org/licenses/by/4.0/)
- The code is licensed using the [BSD 3-clause license](https://opensource.org/licenses/BSD-3-Clause)Template ported from Themefisher's Parsa HTML Template