Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Static Site Generator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo Hörnquist
Static Site Generator
Commits
29a5bd0e
Commit
29a5bd0e
authored
2 years ago
by
Hugo Hörnquist
Browse files
Options
Downloads
Patches
Plain Diff
Rewrote README.
parent
a550924e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-30
3 additions, 30 deletions
README.md
with
3 additions
and
30 deletions
README.md
+
3
−
30
View file @
29a5bd0e
### Module directory layout
#### content-type
Contains content type parsers for different formats. For example
`(content-type text html)`
is for
`text/html`
. Required to provide
the procedure
`body->html`
, which takes a source string and returns
an HTML string
SSG - A Static Site Generator
=============================
#### Widgets
### User Directory layout
-
**config**
-
**entries/**
Feed entries
-
**module/**
Extra scheme code, mainly for custom widgets (and content types)
-
**pages/**
Backbone of webpage
All static pages are declared here, along with the directory layout
-
**static/**
Will be copyied verbatim into /static of the output
-
**template/**
Template files for pages in
`pages`
### Entry fields
-
**title**
— Title of this entry
-
**author**
— Who wrote this entry
-
**date**
— When was this entry written
-
**public**
— When will this entry be shown to the world
-
**content-type**
— How is this entry formated (example: "text/html")
Documentation is
[
currently available as TexInfo
](
ssg.texi
)
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment