Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seowings authored Oct 6, 2023
1 parent ad2c1e5 commit c8134ea
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,18 @@ This package is available at ``pypi`` and you can install it with ``pip install
Once installed, you can implement customized workflows. Here is an example of post processing simply-static-zip file.

```python
import logging

from staticwordpress.core.workflow import Workflow
from staticwordpress.core.constants import SOURCE, HOST

# enable logging for all functions.
logging.basicConfig(
format="%(asctime)s - %(levelname)s - %(message)s",
level=logging.DEBUG,
stream=sys.stdout,
)

swp = Workflow()
swp.create_project(
project_name_="simply-static-zip-deploy",
Expand Down Expand Up @@ -66,4 +75,4 @@ Icons used in this project are obtained from Google [Fonts Material Symbols](htt

## About Us

This work is a collaborative effort of [seowings](https://www.seowings.org/), and [serpwings](https://serpwings.com/).
This work is a collaborative effort of [seowings](https://www.seowings.org/), and [serpwings](https://serpwings.com/).

0 comments on commit c8134ea

Please sign in to comment.