https://github.com/marselester/marselester.github.com
Blog
https://github.com/marselester/marselester.github.com
Last synced: about 1 month ago
JSON representation
Blog
- Host: GitHub
- URL: https://github.com/marselester/marselester.github.com
- Owner: marselester
- Created: 2012-11-07T16:23:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T13:06:53.000Z (about 1 year ago)
- Last Synced: 2024-05-07T14:28:46.335Z (about 1 year ago)
- Language: HTML
- Homepage: http://marselester.com
- Size: 260 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: authors.html
Awesome Lists containing this project
README
# My Blog
My blog is based on [Pelican](https://blog.getpelican.com).
```sh
$ git clone https://github.com/marselester/marselester.github.com.git
$ cd ./marselester.github.com/
$ git clone --recursive https://github.com/getpelican/pelican-themes
$ git clone --recursive https://github.com/getpelican/pelican-plugins
$ virtualenv venv
$ . venv/bin/activate
(venv) $ pip install -r requirements.txt
(venv) $ make generate
(venv) $ open index.html
```