This repository contains the content and source code for generating the code_for_space homepage.
This Project is hosted at https://code-for-space.github.io
The following are basic prerequisites for previewing the code_for_space homepage on your local machine:
- Install Hugo for your specific platform.
If you install from the release page, make sure you download the
_extendedversion which supports SCSS.
The following will clone the project repository onto your local machine.
This will allow you to edit and preview changes to the project site (don't forget to use --recurse-submodules or you won't pull down some of the code you need to generate a working site).
git clone --recurse-submodules --depth 1 https://github.com/code-for-space/code-for-space.github.io.git
cd code-for-space.github.ioOnce you've cloned the project repo, you can run your own local Hugo server:
- Follow the instructions in Getting started to install Hugo. You'll need at least Hugo version 0.68.3.
If you install from the release page,
make sure you download the
_extendedversion which supports SCSS. - You will also need to install Asciidoctor.
- Run
hugo servein the site root directory. By default your site will be available athttp://localhost:1313. Hugo will watch for changes to the content and automatically refresh your site.
hugo serve