Skip to content

A bootstrap theme for the pelican static site generator. Usable for blogs and static websites.

Notifications You must be signed in to change notification settings

keachi/pelican-template

Repository files navigation

Pelican Template

Dependencies

The pelican template website is implemented with the help of Python and the Pelican Static Site Generator. Content is written in Markdown.

Development setup

Manual setup

You can set up the development environment locally. Then you need the following tools:

  • Python 2 or 3
  • Virtualenv

First, create a virtualenv:

$ virtualenv VENV
$ . VENV/bin/activate

Then install the dependencies:

$ pip install -U -r requirements.txt

Now start the development server:

$ ./develop_server.sh start

The web server is now running on http://localhost:8000.

Markdown use

You can use the online Markdown Editor to write articles and protocols.

About

A bootstrap theme for the pelican static site generator. Usable for blogs and static websites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published