File: README.md

package info (click to toggle)
fort-validator 1.6.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,064 kB
  • sloc: ansic: 33,015; makefile: 239; sh: 47; javascript: 30; xml: 15
file content (14 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# FORT's website

This directory contains the source files of FORT's site and documentation.

Github automatically compiles and publishes it at [https://nicmx.github.io/FORT-validator/](https://nicmx.github.io/FORT-validator/).

You can also compile the documentation yourself by installing the required plugins and running [Jekyll](http://jekyllrb.com/) from this directory.

```bash
$ sudo gem install jekyll-seo-tag jekyll-sitemap
$ jekyll build
```

Have a look at your generated files in the new `_site/` directory. (Start at `index.html`.)