Skip to content

Commit dac8da2

Browse files
committed
fix: alignment issues
1 parent b0bf4c9 commit dac8da2

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

README.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
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
68
in POSIX shell and AWK. It recursively processes markdown and html
79
files 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

0 commit comments

Comments
 (0)