site: rename to website.

First this is more consistent as we already have a website-build
directory. Then it is also useful for migrating to haunt as 'haunt
build' puts the generated website in a 'site/' directory, so without
this rename, when the migration would be complete we'd have site/site
instead of website/site.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2024-05-19 14:15:48 +02:00
parent b1f0adbc22
commit 873f3ffca5
Signed by: GNUtoo
GPG Key ID: 5F5DFCC14177E263
598 changed files with 4 additions and 4 deletions

4
.gitignore vendored
View File

@ -27,11 +27,11 @@
/release/
/resources/coreboot/*/seen
/seabios/
/site/news/index*
/site/sitemap.md
/tmp/
/version
/versiondate
/website/news/index*
/website/sitemap.md
Makefile
Makefile.in
aclocal.m4

View File

@ -97,7 +97,7 @@ copy_website()
rm -rf "${dst_path}"
mkdir -p "${dst_path}"
cp "../site.cfg" "${dst_path}"
cp -a "../site/" "${dst_path}"
cp -a "../website/" "${dst_path}/site"
}
help_missing_arg()

View File

@ -96,7 +96,7 @@ instructions](docs/build/).
Website
-------
The website is in the GNU Boot source code inside the site/ directory.
The website is in the GNU Boot source code inside the website/ directory.
It is currently written in Markdown, specifically the Pandoc version
of it and the static HTML pages are generated with

Some files were not shown because too many files have changed in this diff Show More