aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml24
-rw-r--r--.ruby-version2
-rw-r--r--_site_listings/aperture.akron.oh.us.md2
-rw-r--r--_site_listings/jdurham.me.md5
-rw-r--r--siteconfig.json3
5 files changed, 7 insertions, 29 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index 516e883..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-image: debian/stable
-oauth: pages.sr.ht/PAGES:RW
-packages:
-- hut
-- ruby-full
-- ruby-dev
-environment:
- repo: 1mb-club
- site: 1mb.club
-tasks:
-- install-bundler: |
- cd $repo
- sudo gem install bundler
-- jekyll-build: |
- cd $repo
- sudo bundle install
- sudo bundle exec jekyll build
-- package-site: |
- cd $repo/_site
- tar -cvzh . > ../site.tar.gz
-- deploy: |
- hut pages publish -d $site --site-config $repo/siteconfig.json $repo/site.tar.gz
-- deploy-www: |
- hut pages publish -d www.$site --site-config $repo/siteconfig.json $repo/site.tar.gz
diff --git a/.ruby-version b/.ruby-version
index ef538c2..619b537 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
-3.1.2
+3.3.3
diff --git a/_site_listings/aperture.akron.oh.us.md b/_site_listings/aperture.akron.oh.us.md
index bbc2519..1ed49a2 100644
--- a/_site_listings/aperture.akron.oh.us.md
+++ b/_site_listings/aperture.akron.oh.us.md
@@ -2,5 +2,5 @@
pageurl: www.aperture.akron.oh.us/~asm/
http: true
hof: true
-size: 1.3
+size: 7.1
---
diff --git a/_site_listings/jdurham.me.md b/_site_listings/jdurham.me.md
new file mode 100644
index 0000000..b14a3c1
--- /dev/null
+++ b/_site_listings/jdurham.me.md
@@ -0,0 +1,5 @@
+---
+pageurl: jdurham.me
+size: 1.0
+---
+
diff --git a/siteconfig.json b/siteconfig.json
deleted file mode 100644
index b5412d6..0000000
--- a/siteconfig.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "notFound": "404.html"
-} \ No newline at end of file