summaryrefslogtreecommitdiffstats
path: root/README.md
blob: b2dce8bb8531b181581a37a2d8e2f770489bbdac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# FSF India Website

The site is mostly written in plain HTML with server side includes
(SSI). It uses The [Bulma][bulma] CSS framework for styling.

News and article sections are written in markdown. The `bin/html`
script generates the HTML and the `bin/feed` script generates the Atom
feeds for these sections.

The POSTs from 'contact' and 'volunteer' forms are handled by a PHP
script. At the moment it simply forwards the submission to an email
address.

[bulma]: https://bulma.io

## Tools

These tools are needed to build the site:

  - make
  - [sassc][sassc]
  - python3

[sassc]: https://github.com/sass/sassc

## Building

To build the site, just do:

    make

The site will be generated at `_build`.