-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (23 loc) · 918 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
README
======
This is the repository for the following site: <https://ixtenu.neocities.org/>
Dependencies
------------
- Unix utilities (sh, find, sed, grep, etc.)
- pandoc <https://pandoc.org/>
- HTML Tidy <https://www.html-tidy.org/>
Building
--------
Run the "build" shell script, which takes no arguments.
Directories
-----------
- public: Output directory for the build script. This is the directory that
would be uploaded to web server.
- content: The Markdown sources for the site content. The *.md files in this
directory are made into HTML pages with pandoc(1). Subdirectories are
preserved. Files whose names don't end with *.md are ignored.
- static: Files copied verbatim into public/.
- layouts: HTML fragments used with pandoc(1).
Loosely based on the directory structure used by Hugo (a static site
generator with many more features than the homegrown script used by this
repository).