awaje/website-compiler
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Quick start command to run: `python3 src build /`
arg 1: `src`:
the directory where the source files are located
arg 2: `build`:
the directory where the html files are outputted
WARNING: crashes for me if this directory does not exist
arg 3: `/`:
the prefix for where files are created
ie. if you wanted the root of this to be at `/cool_thing` instead of just
Files in the source directory that are prefixed with the raw prefix (`-RAW-`
as is configured in this release, this is configurable in `compile.py`) will
be copied over to the build directory without any modifications.
WARNING: Breaking API changed COULD and MAY be implimented at any point in
time. As this software is written to serve the purposes that I desire, I am
obliged to provide any assistance.
Copyright (c) 2025 Awaje, Nameless, Toby, or Tobias Mickelson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.