https://github.com/linuxluigi/linuxluigi.com_blog
https://github.com/linuxluigi/linuxluigi.com_blog
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxluigi/linuxluigi.com_blog
- Owner: linuxluigi
- License: mit
- Created: 2017-12-20T13:05:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T04:47:14.000Z (over 5 years ago)
- Last Synced: 2025-03-11T05:56:12.288Z (about 1 year ago)
- Language: Makefile
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linuxluigi.com Blog
Using https://blog.getpelican.com
# Deploy
````bash
$ pelican content -o output -s pelicanconf.py
$ ghp-import output
$ git push origin gh-pages
````