You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The website is generated from XML and Markdown sources using [sblg](https://kris
17
17
|**Style**|`css/*.css`| CSS |
18
18
19
19
### Page Sources
20
-
The source files for the landing page (`index.xml`) and other top level pages in `pagesource/` are XML fragments. They contain the HTML content for the body, which is then injected into the appropriate header and footer templates.
20
+
The source files for the landing page (`index.xml`) and other top level pages in `pagesource/` are XML fragments. They contain the HTML content for the body, which is then injected into the appropriate header and footer templates. The list of supported XEPS is generated using a git submodule for https://github.com/profanity-im/profanity/blob/master/profanity.doap.
21
21
22
22
### Blog
23
23
Blog posts and contributor profiles are written in Markdown.
@@ -35,7 +35,15 @@ Command references (`main_fragment.html`, `toc_fragment.html`) and apidocs are g
35
35
### Build & Deploy
36
36
GitHub Actions will automatically build and deploy the website to GitHub Pages on every push.
37
37
38
-
To build the site locally, run `make` in the top level directory. You will need `sblg` and `lowdown` installed on your system.
0 commit comments