-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a build.sh as shortcut for daux with the right options, plus gene…
…ration of a zip file for the static site.
- Loading branch information
Showing
5 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.idea/ | ||
html/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/env bash | ||
|
||
daux generate --source=. --destination=html | ||
|
||
# Generate a zip file containing the static site | ||
rm html.zip | ||
zip -r html.zip html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"title": "modmore documentation", | ||
"html": { | ||
"theme": "modmore", | ||
"inherit_index": true, | ||
"toggle_code": false, | ||
"edit_on_github": "modmore/Docs/master" | ||
}, | ||
"ignore": { | ||
"files": ["build.sh", ".gitignore", "README.md", "html.zip"], | ||
"folders": ["html", ".idea", "themes"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Welcome to the official modmore documentation! | ||
|
||
This website contains documentation for the [Premium Extras from modmore](https://www.modmore.com/extras/), as well as a number of open source projects. | ||
|
||
Browse the tree on the left to access the documentation. |