Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neoascetic committed Mar 9, 2024
1 parent 09a29c6 commit 07da03d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Jopa

**Jopa** `[ˈʐopə]` is a very small, but powerful static website
generator writtent in bash. It uses a couple of conventions to
make writing stuff fun and easy. Read more on the [documentation
website][docs].

[docs]: https://neoascetic.github.io/jopa
12 changes: 7 additions & 5 deletions pages/index.jsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ title="Documentation"

multiline markdown prefix << 'JOPA'

**Jopa** `[ˈʐopə]` is a very small, but powerful static website generator
writtent in bash. It uses a couple of conventions to make writing stuff fun and easy.
**Jopa** `[ˈʐopə]` is a very small, but powerful static website
generator writtent in bash. It uses a couple of conventions to make
writing stuff fun and easy.

The main idea is to [ab]use env variables to do both configuration of a website
and also its generation. Everything in **jopa** world is a bash script - including
posts you write, layouts and, of course, **`./jopa`** itself.
The main idea is to [ab]use env variables to do both configuration of a
website and also its generation. Everything in **jopa** world is a bash
script - including posts you write, layouts and, of course, **`./jopa`**
itself.

JOPA

Expand Down

0 comments on commit 07da03d

Please sign in to comment.