https://github.com/jamesplease/jmeas-table-of-contents
[deprecated] see https://github.com/jamesplease/jmeas.com
https://github.com/jamesplease/jmeas-table-of-contents
Last synced: 3 months ago
JSON representation
[deprecated] see https://github.com/jamesplease/jmeas.com
- Host: GitHub
- URL: https://github.com/jamesplease/jmeas-table-of-contents
- Owner: jamesplease
- License: mit
- Created: 2014-01-20T19:51:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-01T02:30:47.000Z (over 10 years ago)
- Last Synced: 2025-02-07T10:28:29.106Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 199 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Table of Contents
The source of the landing page of `jmeas.com`.
### Installation
- Clone this repository.
`git clone https://github.com/jmeas/jmeas-table-of-contents.git`- Install dependencies.
`npm install && bower install`- Copy `_remote.json` to `remote.json`.
`cp config/_remote.json config/remote.json`- Copy `src/data/_config.yaml` to `src/data/config.yaml`
`cp src/data/_config.yaml config/remote.json`Making changes to the config files above is an option, but is not necessary.
### Structure
This website uses a three-pronged structure. `src` contains all of the source files. `test` is a built website that includes source maps. `prod` is the built site without source maps.
### Building
- Build the test site by running `grunt`.
- Open the file `test/index.html` in your favorite browser.### Extending
To make changes, modify the `src` directory and then run `grunt`.
### Typekit
This site incorporates the Typekit font [https://typekit.com/fonts/adriane-text](Adriane Text). To see the site correctly, install this font locally or attach a kit to the site with Adriane Text in it.