A modified version of Bootstrap Clean Blog Jekyll to be used for Community Creativity 4 Development.
To run the website locally, you must first install Jekyll and git:
- Download and install docker
- Download and install docker compose
- Download and install the latest release of git
- If you are installing git for MacOS or Linux follow these instructions to install the Git Credential Manager
- If you are installing git for Windows make sure Git Credential Manager Core is enabled.
- Open Command Prompt
- Navigate to desktop:
cd desktop
- Clone the repo:
git clone https://github.com/mrponuk/CC4D.git
- If this is your first time cloning a repo this should bring up the Github Credential Manager, make sure to sign in.
- Navigate to the CC4D root directory:
cd CC4D
- Run
docker compose up -d
- The website is now live (this may take a few minutes). Go to your browser and enter:
http://127.0.0.1:4000/
- The website is now live (this may take a few minutes). Go to your browser and enter:
- To stop the website run
docker compose down
- You can see a basic tutorial for creating markdown files for the posts / projects here.
- There is also a basic tutorial for adding team members to the Our Team page here.
Have a bug or an issue with the website? Open a new issue here on GitHub.