Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stangirard/primates-jekyll

Open-source website for sharing knowledge using Jekyll - Old Version
https://github.com/stangirard/primates-jekyll

guides help jekyll jekyll-template jekyll-website news primates website

Last synced: 5 days ago
JSON representation

Open-source website for sharing knowledge using Jekyll - Old Version

Awesome Lists containing this project

README

        

# Primates -> Discontinued now moved to Ghost.org
Check [Here](https://github.com/StanGirard/Primates.dev) for the new team

### Build the website locally

Primates is meant to be so simple to use that you can do it all within the browser. However, if you'd like to develop locally on your own machine, that's possible too if you're comfortable with command line. Follow these simple steps set that up with Docker:

1. Make sure you have [Docker](https://www.docker.com/) installed.

2. Clone your repository locally.

```bash
git clone https://github.com/StanGirard/Primates.git
```

3. Run the following shell commands to build the docker image and start the container for the first time:

```bash
cd
docker build -t primates "$PWD"
docker run -d -p 4000:4000 --name primates -v "$PWD":/srv/jekyll primates
```

Now that Docker is set up, you do not need to run the above steps again. You can now view your website at http://localhost:4000/. You can start the container again in the future with:

```bash
docker start primates
```

And you can stop the server with:

```bash
docker stop primates
```

Whenever you make any changes to `_config.yml`, you must stop and re-start the server for the new config settings to take effect.

### Create an article

Go to [Admin Panel](https://primates.dev/admin/)