From 52b3cbfa168c0a67d7b08b9e0b639fcdfab2e9b2 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 19 Sep 2024 10:43:59 -0400 Subject: Remove sourcehut build file and tweak README again --- .build.yml | 22 ---------------------- README.md | 3 +-- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 .build.yml 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 -- cgit v1.2.3-54-g00ecf