Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nshafer/lotechnica

Lotechnica - my blog
https://github.com/nshafer/lotechnica

Last synced: about 2 months ago
JSON representation

Lotechnica - my blog

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.jpg

Jumbo_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
```