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

..14-Jun-2016-

helpers/H14-Jun-2016-1310

scripts/H14-Jun-2016-11682

source/H03-May-2022-20,70416,749

GemfileH A D14-Jun-201698 42

Gemfile.lockH A D14-Jun-20164.6 KiB193188

LICENSE.mdH A D14-Jun-2016395 117

MakefileH A D14-Jun-2016108 107

README.mdH A D14-Jun-2016689 1912

VagrantfileH A D14-Jun-2016889 3931

config.rbH A D14-Jun-2016198 97

config.ruH A D14-Jun-20161.2 KiB3933

packer.jsonH A D14-Jun-20161.1 KiB4441

README.md

1# Vault Website
2
3This subdirectory contains the entire source for the [Vault Website](https://www.vaultproject.io/).
4This is a [Middleman](http://middlemanapp.com) project, which builds a static
5site from these source 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
11requests like 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 dev`.
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