Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 718 Bytes

File metadata and controls

22 lines (15 loc) · 718 Bytes

InnerSource Commons New Website

Work in progress

The site is built with Hugo framework. All content is located at the content folder.

How to change information on the site

It's can be done easily via editing the content in this reposotory. Just make changes through GitHub UI or clone the repository to your computer and push to remote. Create a Pull Request and after the review changes will be automatically uploaded to the site.

Installation and local run

If you want to test the page before commit you can run the site locally. you need to have git and hugo installed. Please, follow the official installation instructions.

$ git clone [url]]
$ cd innersourcecommons.net
$ hugo server