Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matachi/hotlinenorrmalm.com-src

Source code to hotlinenorrmalm.com
https://github.com/matachi/hotlinenorrmalm.com-src

Last synced: 4 days ago
JSON representation

Source code to hotlinenorrmalm.com

Awesome Lists containing this project

README

        

===================
Hotlinenorrmalm.com
===================

| Author: Daniel Jonsson
| Code license: `MIT License `_
| Content license: `CC BY 4.0 `_

Prerequisites
=============

Install virtualenv on Fedora:

.. code:: shell

$ sudo yum install python-virtualenv

Setup
=====

Set up a virtualenv:

.. code:: shell

$ virtualenv -p /usr/bin/python3 env
$ source env/bin/activate

Install Pelican:

.. code:: shell

$ pip install pelican

Download the theme:

.. code:: shell

$ ./setup.py

Build
=====

.. code:: shell

$ pelican

Development server
==================

.. code:: shell

$ ./develop_server.sh