forked from Arachnid/bloggart
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
31 lines (24 loc) · 1.02 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
John DeNero's Personal Site
===========================
Hosted at http://denero.org
Development Environment
-----------------------
The published version is generated using Pelican and uses Python3. To configure
your environment for development:
- Install Python3.3 using Anaconda (http://continuum.io/blog/anaconda-python-3)
- Install git : apt-get install git
- Clone repository: git clone https://github.com/papajohn/john-denero.git
- Install pelican: pip install pelican (you may want to create a venv first)
Contents
--------
Chapters are written as RestructuredText (ReST) with embedded Latex for math
equations and embedded Online Python Tutor code examples.
Directories:
bin/ -- Binaries (managed by virtualenv)
content/ -- Static content
include/ -- Python extensions (managed by virtualenv)
lib/ -- Python libraries (managed by virtualenv)
pages/ -- ReST formatted pages
published/ -- Published site generated by Pelican
py/ -- Configuration scripts
theme/ -- Pelican theme for the site