Skip to content

Samk13/inveniosoftware.org

 
 

Repository files navigation

inveniosoftware.org

image

Getting Started

Invenio user documentation uses Lektor, a powerful static content management system.

Install and running Lektor

To install Lektor, first create a new Python 3 virtualenv:

$ mkvirtualenv invsite

Next, install Lektor:

$ (invsite)$ pip install lektor

Launch the web server: go into the root directory of the repository and run the following command:

$ lektor server

Visit localhost:5000 in your browser.

About

This repository contains sources of the http://inveniosoftware.org web site. Please go there to see the web site in action.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 82.9%
  • CSS 17.1%