Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.18 KB

atom-haskell-docs

This is Atom-Haskell documentation project.

It uses HUGO static site generator in conjunction with GitHub pages.

Pull requests are welcome!

Building the site

Clone this repo.

git clone https://github.com/atom-haskell/atom-haskell-docs
cd atom-haskell-docs

Update theme submodule:

git submodule update --init -- themes

Get HUGO (>=v0.25; v0.31.1 is known to work)

Run hugo serve to serve the site locally from memory.

Run hugo to build site in public.

License

Documentation text and media are licensed under Creative Commons Attribution-ShareAlike 4.0 International License. See CC-BY-SA.txt or visit https://creativecommons.org/licenses/by-sa/4.0/ for details.

Source code examples are licensed under MIT License. See MIT.txt for details.

Contributors (by number of commits):

  • Nikolay Yakimov
  • Charlie Bevis
  • Erik Sutherland