diff --git a/command_reference.html b/command_reference.html index 35fc30a..909b32c 100644 --- a/command_reference.html +++ b/command_reference.html @@ -1,1289 +1,4 @@ - - - - - - - - - -
-
- Contents: - -
-
-
-

Djot command reference

+

Djot command reference

Back to main page

Installation

cargo install simple-ssg
@@ -1315,10 +30,3 @@ 

Debugging

TIP: Use the RUST_LOG environment variable to change the log level of the application:
i.e. RUST_LOG=trace simple-ssg ...

- -
-
-
- - - \ No newline at end of file diff --git a/index.html b/index.html index b0b0b2e..a72dee9 100644 --- a/index.html +++ b/index.html @@ -1,1289 +1,4 @@ - - - - - - - - - -
- -
-
-

SMPL Static Site Generator

+

SMPL Static Site Generator

https://github.com/ryanabx/simple-ssg

Command Reference

A simple static site generator for Djot/Markdown!

@@ -1303,10 +18,3 @@

Why make a static site generator?

You can also use the --no-warn argument to turn warnings into errors, if you value having an absolutely "correct" website generated!

See more from me at https://github.com/ryanabx

ryanabx profile photo

- -
-
-
- - - \ No newline at end of file diff --git a/notes/contact-ryanabx.html b/notes/contact-ryanabx.html index 0af0696..e0b33f7 100644 --- a/notes/contact-ryanabx.html +++ b/notes/contact-ryanabx.html @@ -1,1298 +1,6 @@ - - - - - - - - - -
- -
- -
-
- - - \ No newline at end of file diff --git a/notes/djot-example.html b/notes/djot-example.html index 6252ba8..aa5ce88 100644 --- a/notes/djot-example.html +++ b/notes/djot-example.html @@ -1,1297 +1,5 @@ - - - - - - - - - -
- -
-
-

Djot example

+

Djot example


This is a simple djot example to showcase this static site generator! It gets put into the template called template.html in the home directory of this documentation, and as a result it has some nice formatting and a simple table of contents! The template is of course not required though :)


For more, see the Markdown example and go to the command reference at ../command_reference.md

- -
-
-
- - - \ No newline at end of file diff --git a/notes/index.html b/notes/index.html new file mode 100644 index 0000000..f8411ab --- /dev/null +++ b/notes/index.html @@ -0,0 +1,4 @@ +

../

+

markdown-example.md

+

contact-ryanabx.md

+

djot-example.md

diff --git a/notes/markdown-example.html b/notes/markdown-example.html index dfe9577..95af649 100644 --- a/notes/markdown-example.html +++ b/notes/markdown-example.html @@ -1,1296 +1,4 @@ - - - - - - - - - -
-
- Contents: - -
-
-
-

Markdown example

+

Markdown example

This static site generator also supports Markdown, using pulldown-cmark!

This provides an example of using markdown alongside djot documents in the same static site! See: ../index.md for the home page, and ../command_reference for the command reference!

Contact me here

- -
-
-
- - - \ No newline at end of file diff --git a/templating.html b/templating.html index 57083d2..5ad008d 100644 --- a/templating.html +++ b/templating.html @@ -1,1289 +1,4 @@ - - - - - - - - - -
- -
-
-

Templating

+

Templating

Using templates in simple-ssg is simple! All you need to do is provide a template.html file in any directory of your documentation.

NOTE: A nested template.html will take priority over a parent folder's template.html

@@ -1307,10 +22,3 @@

Templating

This template contains two macros, the <!-- {TABLE_OF_CONTENTS} --> macro which provides a simple bulleted list of all the page links for your static site, and <!-- {CONTENT} -->, which is where the output of the Markdown and Djot converters goes.

Built-in Templates

There is currently one built-in template: github-markdown. Use the -t option to specify this template. You may also use -t force-none to force a blank page without a template!

- -
-
-
- - - \ No newline at end of file