Skip to content

YC-Kwan/opensourcestories.org

 
 

Repository files navigation

opensourcestories.org

All Contributors

Setup

  1. Install go
  2. Install hugo
  3. Clone this repository, being sure to get the submodules: git clone --recurse-submodules --depth 1 https://github.com/opensourcestories/opensourcestories.org.git

Run the server

To run locally:

$ hugo server

To run locally with drafts enabled:

$ hugo server -D

Navigate to localhost:1313

Generate the site

To generate the HTML, run:

$ hugo

The static files will be stored in the public/ subdirectory.


The theme for this website is based upon ananke.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Arthur Milchior

🖋

Bailey Powers

💻 🖋

This project follows the all-contributors specification. Contributions of any kind welcome!

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.3%
  • CSS 4.7%