From 7ac149b49364a60fdc3d4eea9e3e7dacd25530e2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 13 Jul 2023 20:50:55 +0200 Subject: add DEVELOPMENT.md --- README.md | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9dc9b2f..0ab76b3 100644 --- a/README.md +++ b/README.md @@ -5,32 +5,15 @@ Egor Tensin This is my website hosted at https://egort.name/. -Development ------------ - -This is a static website, generated using [Jekyll]. - -Make sure you have Ruby and [Bundler] set up. -[GNU Make] is used for shortcuts. - -* Install dependencies by running `make deps`. -* Build the website by running `make build`. -* Launch a local web server by running `make serve`. -Access the website at http://localhost:4000/. - -[jekyll-theme] is used as a remote Jekyll theme. +Built using [Jekyll]; uses [jekyll-theme] as the Jekyll theme. [Jekyll]: https://jekyllrb.com/ -[Bundler]: https://bundler.io/ -[GNU Make]: https://www.gnu.org/software/make/ [jekyll-theme]: https://github.com/egor-tensin/jekyll-theme -### Access via file:// +Development +----------- -Jekyll doesn't provide native support for generating a static website which can -be browsed without running a web server. -One workaround is to `wget` the website (use `make wget`). -The truly static version will be downloaded to the .wget/ directory. +See [DEVELOPMENT.md](DEVELOPMENT.md). License ------- -- cgit v1.2.3