Metadata-Version: 2.2
Name: tilly-github
Version: 0.0.1
Summary: Tilly plugin for publishing with Github
Home-page: https://github.com/tilly-pub/tilly-github
Author: Ronald Luitwieler
Author-email: ronald.luitwieler@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tilly
Requires-Dist: setuptools
Requires-Dist: GitPython
Requires-Dist: sqlite-utils>=3.2
Requires-Dist: beautifulsoup4
Requires-Dist: httpx
Requires-Dist: datasette>=0.65.1
Requires-Dist: datasette-template-sql>=1.0.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# tilly-github

Tilly plugin for publishing with Github, inspired by [Simon Willison: TIL](https://til.simonwillison.net).

## Customize the default templates

Your can overwrite the default templates by first making a copy of the default templates:

```
tilly github copy-templates
```

Change the templates to your liking, then generate your static site:

```
tilly github gen-static --template-dir templates
```

Customized templates can also be served locally:

```
tilly github serve --template-dir templates
```
