Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matachi/hotlinenorrmalm.com-src
- Owner: matachi
- License: mit
- Created: 2014-11-18T18:21:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-18T22:17:31.000Z (about 10 years ago)
- Last Synced: 2024-11-10T04:24:04.077Z (2 months ago)
- Language: Shell
- Homepage: http://hotlinenorrmalm.com
- Size: 254 KB
- Stars: 0
- Watchers: 3
- 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/activateInstall Pelican:
.. code:: shell
$ pip install pelican
Download the theme:
.. code:: shell
$ ./setup.py
Build
=====.. code:: shell
$ pelican
Development server
==================.. code:: shell
$ ./develop_server.sh