https://github.com/danopcode/hotlinenorrmalm.com-src
Source code to hotlinenorrmalm.com
https://github.com/danopcode/hotlinenorrmalm.com-src
Last synced: about 2 months ago
JSON representation
Source code to hotlinenorrmalm.com
- Host: GitHub
- URL: https://github.com/danopcode/hotlinenorrmalm.com-src
- Owner: DanOpcode
- License: mit
- Created: 2014-11-18T18:21:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-18T22:17:31.000Z (over 11 years ago)
- Last Synced: 2025-07-09T04:09:50.357Z (11 months ago)
- Language: Shell
- Homepage: http://hotlinenorrmalm.com
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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