https://github.com/benhoff/blog
Personal Blog using Pelican
https://github.com/benhoff/blog
Last synced: about 1 year ago
JSON representation
Personal Blog using Pelican
- Host: GitHub
- URL: https://github.com/benhoff/blog
- Owner: benhoff
- Created: 2017-06-05T03:16:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T17:26:23.000Z (about 5 years ago)
- Last Synced: 2025-02-28T12:06:12.253Z (over 1 year ago)
- Language: Python
- Homepage: http://benhoff.net/
- Size: 1.21 MB
- Stars: 22
- Watchers: 4
- Forks: 19
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is my personal blog.
It uses pelican and github pages.
Cloning, creating a virtual environment (`python -m venv venv; source venv/bin/activate`) and running `python setup develop` should get you started
The articles can be made using the commands `$ make html`. Additionally the site can be locally previewed using `$ make serve`
Finally, to deploy the articles (assuming configuration is setup correctly), use `$ make github`
In order to configure correctly, need to ensure the `publish` remote is set. This repo needs the `publish` repo to be: `git remote add publish git@github.com:benhoff/benhoff.github.io`