aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-11-05 12:08:39 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-11-05 12:08:39 +0100
commit4d882ad0f207f508dd7e9fbe024877d7150416da (patch)
treee9bb499935a255b1b87d262888d7c53ddcf586c7
parentworkflows/ci: deploy on manual runs also (diff)
downloadjekyll-theme-4d882ad0f207f508dd7e9fbe024877d7150416da.tar.gz
jekyll-theme-4d882ad0f207f508dd7e9fbe024877d7150416da.zip
DEVELOPMENT: update
-rw-r--r--DEVELOPMENT.md19
1 files changed, 15 insertions, 4 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 36a27a3..7e4761c 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -2,10 +2,19 @@ Workspace setup
---------------
* To reduce pain, set up [rbenv] to manage your Ruby versions.
-Install one that's known to work: `make ruby`
+Install one that's known to work:
+
+ make ruby
+
* Otherwise, make sure you have Ruby and [Bundler] set up.
-* Install dependencies: `make deps`
-* Make sure builds are working: `make build`
+
+* Install dependencies:
+
+ make deps
+
+* Make sure builds are working:
+
+ make build
[rbenv]: https://github.com/rbenv/rbenv
[Bundler]: https://bundler.io/
@@ -14,7 +23,9 @@ Development
-----------
* Build the example website and serve it at http://localhost:4000/jekyll-theme/:
-`make serve`
+
+ make serve
+
* It will pick up changes and reload pages automatically.
Upgrading dependencies