Skip to content

pgorod/pgorod.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ce2d034 · May 10, 2023
Apr 30, 2020
May 10, 2023
Sep 25, 2020
Jul 16, 2022
Apr 16, 2022
Jul 16, 2022
Sep 25, 2020
Apr 10, 2018
Sep 13, 2017
Apr 10, 2018
Apr 10, 2018
Apr 10, 2018
Apr 10, 2018
May 10, 2023
May 10, 2023
Feb 19, 2022
Feb 10, 2020
Apr 10, 2018
Apr 19, 2017
Mar 23, 2021
Apr 10, 2018
Jun 12, 2020

Repository files navigation

Welcome to the pgorod.github.io Github Pages!

This is a Github repository that produces a website at pgorod.github.io where I post about SuiteCRM.

The site is made with Jekyll and you can clone it and edit it yourself, submitting pull requests.

For this or for any other Jekyll site, here's a handy script to take care of pushing any changes you make locally:

#!/bin/bash
read -p "Commit description: " desc
git add . && \
git add -u && \
git commit -m "$desc" && \
git push origin master

This assumes you already created a remote called origin for the appropriate Github project.

The work in this site is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.