tinyssg 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: tinyssg
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A simple static site generator
5
5
  Author: Uniras
6
6
  Author-email: tkappeng@gmail.com
@@ -45,11 +45,11 @@ pip install tinyssg
45
45
  Configure the directory as follows.The directory name can be changed with an optional argument.
46
46
 
47
47
  ```text
48
- |-- pages Place Python files for SSG deployment.
49
- |-- libs Place Python files that are not SSG target files (e.g. libraries).
50
- |-- static Place static files that are not subject to SSG (css, images, etc.)
51
- |-- dist This is the directory where SSG results will be output.The contents of this directory can be published as a web site by placing it on a web server.
52
- |-- static The static directory is copied to this directory.
48
+ |-- pages Place Python files for SSG deployment.
49
+ |-- libs Place Python files that are not SSG target files (e.g. libraries).
50
+ |-- static Place static files that are not subject to SSG (css, images, etc.)
51
+ |-- dist This is the directory where SSG results will be output.The contents of this directory can be published as a web site by placing it on a web server.
52
+ |-- static The static directory is copied to this directory.
53
53
  ````
54
54
 
55
55
  ### Creating pages
@@ -0,0 +1,6 @@
1
+ tinyssg/__init__.py,sha256=IX78iWBhjKJj1psk2wjqTh5HDUU3kTNd5licWpKY3cs,27408
2
+ tinyssg/__main__.py,sha256=E8PEZ-wWYae76H_iWbY1Xu9VYGb6sfsWMN-hzqTMoBc,83
3
+ tinyssg-1.0.1.dist-info/METADATA,sha256=XIfnaWBVwN2gqI5I0gHXc5dVqnkw0M9gsDYzRLIPUFY,6073
4
+ tinyssg-1.0.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
+ tinyssg-1.0.1.dist-info/top_level.txt,sha256=8u1XtPYCatbklb6u3NbJbFUbwA8nDKZ6cY3FScGwJDQ,8
6
+ tinyssg-1.0.1.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- tinyssg/__init__.py,sha256=IX78iWBhjKJj1psk2wjqTh5HDUU3kTNd5licWpKY3cs,27408
2
- tinyssg/__main__.py,sha256=E8PEZ-wWYae76H_iWbY1Xu9VYGb6sfsWMN-hzqTMoBc,83
3
- tinyssg-1.0.0.dist-info/METADATA,sha256=gIWDqy6ZUA9tAZnfKvJ38ul9UbvjYBC8DaP0wNNbmWk,6039
4
- tinyssg-1.0.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
- tinyssg-1.0.0.dist-info/top_level.txt,sha256=8u1XtPYCatbklb6u3NbJbFUbwA8nDKZ6cY3FScGwJDQ,8
6
- tinyssg-1.0.0.dist-info/RECORD,,