Skip to content

Commit b5d9f12

Browse files
typo
1 parent 552b599 commit b5d9f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ if __name__ == '__main__':
1010
os.system(f'pelican {PATH} -o {OUTPUT_PATH} -s {__file__}')
1111
```
1212

13-
That way, all the makefile has to do is run `build.py`. (It's actually a bit more ompilcated here, because the static files do not live in the theme folder, so they must be copied over manually.)
13+
That way, all the makefile has to do is run `build.py`. (It's actually a bit more complicated here, because the static files do not live in the theme folder, so they must be copied over manually.)
1414

1515
`markdown/` contains the source files, `docs/` contains the output HTML. I would call it something different, but Github Pages only let you deploy from either the root or `docs/`, and I got tired of all the output HTML cluttering up the root, so `docs/` it is.

0 commit comments

Comments
 (0)