Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nshafer/lotechnica
Lotechnica - my blog
https://github.com/nshafer/lotechnica
Last synced: about 2 months ago
JSON representation
Lotechnica - my blog
- Host: GitHub
- URL: https://github.com/nshafer/lotechnica
- Owner: nshafer
- License: other
- Created: 2015-09-27T00:42:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T22:29:51.000Z (9 months ago)
- Last Synced: 2024-10-12T07:25:34.726Z (3 months ago)
- Language: SCSS
- Size: 8.41 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Lotechnica
==========This is my blog. You can see it live [here](http://blog.lotech.org).
Feel free to use any of this for your own, but please give me credit where due. All files are licensed under the
[Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/)## Jumbo images
Jumbo images must conform to this spec:
Article metadata:
Jumbo_image: images/article-slug/image.jpg
Jumbo_color: [dark|light]
Jumbo_attr: Text goes here
Jumbo_attr_link: http://full.url/and/path
Small_image: images/article-slug/image.jpgJumbo_image should be 1920x1080
Small_image should be 768x432
## Dev
Run pelican and dev server on port 7000
```bash
make devserver
```Optionally run sass on theme styles.
```bash
cd theme/static/styles
sass -w theme.scss theme.css
```[Open in browser](http://localhost:8000/)
## Publish
```bash
make clean
make publish
make rsync_upload
```