• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..11-Feb-2020-

raw-assets/H03-May-2022-32

scripts/H11-Feb-2020-259175

source/H03-May-2022-62,12549,616

GemfileH A D11-Feb-202067 42

Gemfile.lockH A D11-Feb-20203.8 KiB162158

LICENSE.mdH A D11-Feb-2020381 117

MakefileH A D11-Feb-20201 KiB3426

README.mdH A D11-Feb-2020734 2214

config.rbH A D11-Feb-20202.5 KiB11475

report.xmlH A D11-Feb-20202.7 KiB3736

README.md

1# Consul Website
2
3This subdirectory contains the entire source for the [Consul Website][consul].
4This is a [Middleman][middleman] project, which builds a static site from these
5source files.
6
7## Contributions Welcome!
8
9If you find a typo or you feel like you can improve the HTML, CSS, or
10JavaScript, we welcome contributions. Feel free to open issues or pull requests
11like any normal GitHub project, and we'll merge it in.
12
13## Running the Site Locally
14
15Running the site locally is simple. Clone this repo and run `make website`.
16
17Then open up `http://localhost:4567`. Note that some URLs you may need to append
18".html" to make them work (in the navigation).
19
20[middleman]: https://www.middlemanapp.com
21[consul]: https://www.consul.io
22