diff options
-rw-r--r-- | .build.yml | 22 | ||||
-rw-r--r-- | README.md | 3 |
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 @@ -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 |