https://github.com/chriscarini/jetbrains.chriscarini.com
https://github.com/chriscarini/jetbrains.chriscarini.com
jetbrains jetbrains-ecosystem website
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chriscarini/jetbrains.chriscarini.com
- Owner: ChrisCarini
- Created: 2020-04-05T18:33:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T15:40:44.000Z (about 2 years ago)
- Last Synced: 2025-02-12T03:19:24.863Z (8 months ago)
- Topics: jetbrains, jetbrains-ecosystem, website
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# `jetbrains.chriscarini.com`
This repository is the backing to [jetbrains.chriscarini.com](https://jetbrains.chriscarini.com).
### Development Notes
#### git Submodules
This repository makes use of git submodules. Specifically, we use [simple-php-git-deploy](https://github.com/markomarkovic/simple-php-git-deploy)
to automatically deploy changes to this repository to our host.When cloning this directory, run the below command to automatically initialize and update the submodules:
```bash
git clone --recurse-submodules git@github.com:ChrisCarini/jetbrains.chriscarini.com.git
```You will have to create the `deploy-config.php` file and set the properties accordingly.
```bash
cp deploy-hooks/deploy-config.example.php deploy-hooks/deploy-config.php
vi deploy-hooks/deploy-config.php
```
(**Note:** We explicitly exclude this file from SCM, so you will have to SCP it over to the host.)See [git-scm.com - 7.11 Git Tools - Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) for
a good primer on git submodules.