File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed
Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change 1- <img src =" ./src/static/img/logo.png " alt =" fssg Logo " width =" 150 " align =" right " >
1+ <table >
2+ <tr >
3+ <td width="80%">
24
35# fssg
46
57** fssg** is a portable, dependency-free static site generator written entirely
68in POSIX shell and AWK. It recursively processes markdown and html
79files in ` src/ ` and outputs a minified, deployable website in ` dist/ ` .
810
9- ## Table of Contents
11+ </td>
12+ <td width="20%" align="center">
13+ <img src="./src/static/img/logo.png" alt="fssg Logo" width="150">
14+ </td>
1015
11- 1 . [ Features] ( #features )
12- 2 . [ Prerequisites] ( #prerequisites )
13- 3 . [ Installation] ( #installation )
14- 4 . [ Quick Start] ( #quick-start )
15- 5 . [ Directory Layout] ( #directory-layout )
16- 6 . [ Command-Line Options] ( #command-line-options )
17- 7 . [ Usage Examples] ( #usage-examples )
18- 8 . [ Advanced Features] ( #advanced-features )
19- 9 . [ License] ( #license )
16+ </tr >
17+ </table >
2018
2119## Features
2220
@@ -157,8 +155,7 @@ This site is generated by **fssg**.
157155```
158156
159157``` sh
160- ./fssg
161- # → dist/index.html
158+ ./fssg # builds the page to dist/index.html
162159```
163160
164161### Include Snippet
@@ -206,7 +203,7 @@ markdown="true" }} This is **Markdown** content inside the block. {{ endinclude
206203{{ ENDIF_PAGE }}
207204```
208205
209- ### Development Workflow
206+ ### Example Development Workflow
210207
211208``` sh
212209# Build with verbose output
You can’t perform that action at this time.
0 commit comments