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:
parent
b1f0adbc22
commit
873f3ffca5
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue