aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml22
-rw-r--r--README.md3
2 files changed, 1 insertions, 24 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index 390b666..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-image: alpine/latest
-oauth: pages.sr.ht/PAGES:RW
-packages:
-- ruby
-- ruby-dev
-- go
-- hut
-environment:
-site: wruby.btxx.org
-sources:
-- https://git.sr.ht/~bt/wruby
-tasks:
-- install-gems: |
- sudo gem install 'kramdown:2.4.0' 'rss:0.3.0'
-- build: |
- cd wruby
- sudo make build
-- package: |
- cd wruby/build
- tar -cvz . > ../../site.tar.gz
-- upload: |
- hut pages publish -d wruby.btxx.org site.tar.gz
diff --git a/README.md b/README.md
index ed4946a..d3a08f6 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,7 @@ Minimal blog and static site generator. The "w" is silent...
## Getting Started
Make your changes in the main configuration file `_config.yml` file (site URL, your name,
-etc.). Remove the `.build.yml` unless you plan to host with sourcehut pages,
-otherwise edit this file with your own details.
+etc.).
* Blog posts go under the `posts` directory as markdown files
- Posts need to be structured with an `h1` on the first line, a space on the