aretext / aretext.github.io

Aretext website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aretext.github.io

Website for the aretext editor.

Setup

  1. Install Python and pip.
  2. (Optional) Create and activate a virtualenv: virtualenv venv && source venv/bin/activate
  3. Install dependencies: pip install -r requirements.txt

Building the site

  1. git submodule update --init to check out the aretext repo (so we can pull in the documentation).
  2. make build

To serve the site locally, run make server.

Updating the aretext documentation

cd ./aretext
git fetch
git checkout $COMMIT_SHA
cd ..
git add aretext
git commit -m "Updated aretext"

About

Aretext website

License:GNU General Public License v3.0


Languages

Language:CSS 95.6%Language:HTML 4.2%Language:Makefile 0.3%