diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-13 20:59:51 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-13 20:59:51 +0200 |
commit | 0617270c831f1bb0f502ac53c2a0908da9cbf001 (patch) | |
tree | f30ebaa4a53e630d2adccb11f6cbc541d3991bea /README.md | |
parent | Makefile: move the prelude to prelude.mk (diff) | |
download | blog-0617270c831f1bb0f502ac53c2a0908da9cbf001.tar.gz blog-0617270c831f1bb0f502ac53c2a0908da9cbf001.zip |
add DEVELOPMENT.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 4 insertions, 21 deletions
@@ -5,32 +5,15 @@ My blog My blog, hosted at https://egort.name/blog/. -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/blog/. - -[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 ------- |