elvish/website
2018-06-05 22:03:51 +01:00
..
assets Move source code for the website into this repo. 2018-06-05 21:36:32 +01:00
favicons Move source code for the website into this repo. 2018-06-05 21:36:32 +01:00
src Integrate elves/elvish.io#16. 2018-06-05 21:56:32 +01:00
tools Move source code for the website into this repo. 2018-06-05 21:36:32 +01:00
tty Move source code for the website into this repo. 2018-06-05 21:36:32 +01:00
.gitignore Move source code for the website into this repo. 2018-06-05 21:36:32 +01:00
Makefile website: Document the Makefile. 2018-06-05 21:38:39 +01:00
README.md website/README.md: More docs. 2018-06-05 22:03:51 +01:00

This directory contains source for Elvish's official website. They are converted to HTML with a custom toolchain with the following dependencies:

  • GNU Make (any "reasonably modern" version should do).

  • pandoc 2.2.1 (other versions in the 2.x series might also work).

  • A Go toolchain, for building genblog and some custom preprocessors in the tools directory.

The documents are written in GitHub-flavored markdown sprinkled with some HTML and custom macros. Most of them can be viewed directly in GitHub.

History

These files used to live in a separate repository. However, because @xiaq did not merge the repositories in the correct way (he simply copied all the files), the commit history is lost. Please see that repository for a full list of contributors.