Skip to content

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

License

Notifications You must be signed in to change notification settings

StanGirard/Primates-Jekyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6d8f3b6 · Apr 4, 2020
Jan 24, 2020
Feb 12, 2020
Feb 12, 2020
Feb 16, 2020
Feb 12, 2020
Feb 13, 2020
Feb 12, 2020
Feb 17, 2020
Feb 16, 2020
Feb 5, 2020
Feb 12, 2020
Jan 19, 2020
Feb 12, 2020
Feb 12, 2020
Feb 12, 2020
Feb 12, 2020
Feb 12, 2020
Feb 12, 2020
Apr 4, 2020
Feb 13, 2020
Feb 12, 2020
Feb 13, 2020
Feb 12, 2020
Feb 12, 2020

Repository files navigation

Primates -> Discontinued now moved to Ghost.org

Check Here 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 installed.

  2. Clone your repository locally.

    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:

    cd <repository_folder>
    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:

docker start primates

And you can stop the server with:

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published