Skip to content

TheScienceOfCode/thescienceofcode.github.io

Repository files navigation

The Science of Code

A Free and Open Source community.

Published at: https://thescienceofcode.com/

Quick start

  1. Pre-requisites:

  2. Clone the repo. Note: the theme is contained on a Git Submodule. If you're using Github desktop just clone this repo and it will download the submodule automatically.

    If you're going to modify the theme, you can add the submodule as a repo to Github Desktop (Add existing repository > location ./theme/tranquilpeak) and commit changes directly into the theme repository.

  3. Download the repo and install dependencies for the theme:

    cd themes/tranquilpeak
    npm install -g grunt-cli
    npm install
    
  4. Run theme (if you plan to actively edit it):

    cd themes/tranquilpeak
    npm start
    

    Otherwise, just build it!

    cd themes/tranquilpeak
    npm run build
    
  5. Run the site (using another terminal):

    hugo serve -D
    

    If you are using Powershell:

    .\hugo serve -D
    

The Science of Code is a Free and Open Source initiative by Equilaterus.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages