diff options
-rw-r--r-- | .build.yml | 23 | ||||
-rw-r--r-- | _includes/footer.html | 4 | ||||
-rw-r--r-- | submit.md | 2 |
3 files changed, 4 insertions, 25 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 7c9eb65..0000000 --- a/.build.yml +++ /dev/null @@ -1,23 +0,0 @@ -image: alpine/latest -oauth: pages.sr.ht/PAGES:RW -packages: -- go -- hut -- ruby-full -- ruby-dev -environment: -site: 1mb.club -sources: -- https://git.sr.ht/~bt/1mb-club -tasks: -- install-bundler: | - sudo gem install bundler -- build: | - cd 1mb-club - sudo bundle install - sudo bundle exec jekyll build -- package: | - cd 1mb-club/_site - tar -cvz . > ../../site.tar.gz -- upload: | - hut pages publish -d 1mb.club site.tar.gz
\ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 3a6468c..a115375 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,8 +2,8 @@ <footer> <p>The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br> - The <a href="https://git.sr.ht/~bt/1mb-club">code for this site</a> is <a - href="https://git.sr.ht/~bt/1mb-club/tree/master/item/LICENSE">MIT</a></p> + The <a href="https://got.btxx.org/?action=summary&path=1mb.club.git">code for this site</a> is <a + href="https://got.btxx.org/?action=blob&commit=92559c7ecc1c4e139441a237953c75096af3de0e&file=LICENSE&folder=&path=1mb.club.git">MIT</a></p> <p>Maintained with ♥ for a performant web<br> Proud supporter of <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a> and <a href="https://usefathom.com/ref/DKHJVX">Fathom</a><br> Feel free to reach out via <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a><br> @@ -25,6 +25,8 @@ permalink: "submit/" ### Sending Patches +The main project repo can be found [here](https://got.btxx.org/?action=summary&path=1mb.club.git). + [Submit a patch](https://lists.sr.ht/~bt/1mb-club-devel) and your web page will be reviewed for quality assurance. If you are not familiar with submitting patches through email, please take a look at: [git-send-email.io/](https://git-send-email.io/). The format of your newly added web page should be as follows: |