Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keachi/pelican-template
A bootstrap theme for the pelican static site generator. Usable for blogs and static websites.
https://github.com/keachi/pelican-template
Last synced: 1 day ago
JSON representation
A bootstrap theme for the pelican static site generator. Usable for blogs and static websites.
- Host: GitHub
- URL: https://github.com/keachi/pelican-template
- Owner: keachi
- Created: 2015-02-06T09:59:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T09:35:37.000Z (over 9 years ago)
- Last Synced: 2023-02-28T03:33:03.271Z (almost 2 years ago)
- Language: HTML
- Homepage:
- Size: 6.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pelican Template
## Dependencies
The pelican template website is implemented with the help of Python and the
[Pelican Static Site Generator][pelican]. Content is written in
[Markdown][markdown].## Development setup
### Manual setup
You can set up the development environment locally. Then you need the following
tools:* Python 2 or 3
* VirtualenvFirst, create a virtualenv:
$ virtualenv VENV
$ . VENV/bin/activateThen 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][markdown-editor] to write articles and
protocols.[pelican]: http://blog.getpelican.com/
[markdown]: https://daringfireball.net/projects/markdown/syntax
[markdown-editor]: http://jbt.github.io/markdown-editor/