https://github.com/dexpota/kitty-themes-website
https://github.com/dexpota/kitty-themes-website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dexpota/kitty-themes-website
- Owner: dexpota
- Created: 2019-06-18T20:23:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T05:43:28.000Z (over 3 years ago)
- Last Synced: 2025-02-22T17:49:29.971Z (over 1 year ago)
- Language: HTML
- Homepage: https://dexpota.github.io/kitty-themes-website/
- Size: 22.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kitty-themes website
## Building
1. You will need the following packages installed on Ubuntu:
```bash
sudo apt install ruby ruby-dev build-essential libssl-dev
```
2. Install `bundler`;
```bash
gem install bundler
```
3. Clone this repository;
```bash
git clone https://github.com/dexpota/kitty-themes-website.git
```
4. Use `bundler` to install the dependencies by running `bundler` from the root
of the repository;
5. Use `jekyll serve` or `make serve` from the root of the repository to build
the website and start a local server to preview your changes;