updated gemfile...
This commit is contained in:
parent
b6d7f71551
commit
167a8c1ea0
1
Gemfile
1
Gemfile
@ -10,6 +10,7 @@ source "https://rubygems.org"
|
||||
gem "jekyll", "~> 4.0.0"
|
||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||
gem "minima", "~> 2.5"
|
||||
gem "sassc", "~> 2.1.0"
|
||||
gem "webrick"
|
||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||
|
@ -62,7 +62,7 @@ GEM
|
||||
rexml (3.2.5)
|
||||
rouge (3.28.0)
|
||||
safe_yaml (1.0.5)
|
||||
sassc (2.4.0)
|
||||
sassc (2.1.0-x86_64-linux)
|
||||
ffi (~> 1.9)
|
||||
terminal-notifier (2.0.0)
|
||||
terminal-table (1.8.0)
|
||||
@ -77,7 +77,7 @@ GEM
|
||||
webrick (1.7.0)
|
||||
|
||||
PLATFORMS
|
||||
x86_64-linux-musl
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
jekyll (~> 4.0.0)
|
||||
@ -85,10 +85,11 @@ DEPENDENCIES
|
||||
jekyll-datapage-generator
|
||||
jekyll-feed (~> 0.12)
|
||||
minima (~> 2.5)
|
||||
sassc (~> 2.1.0)
|
||||
tzinfo (~> 1.2)
|
||||
tzinfo-data
|
||||
wdm (~> 0.1.1)
|
||||
webrick
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.13
|
||||
2.3.10
|
||||
|
@ -4439,7 +4439,7 @@ var parent = module.bundle.parent;
|
||||
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
|
||||
var hostname = "" || location.hostname;
|
||||
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
|
||||
var ws = new WebSocket(protocol + '://' + hostname + ':' + "41045" + '/');
|
||||
var ws = new WebSocket(protocol + '://' + hostname + ':' + "34337" + '/');
|
||||
|
||||
ws.onmessage = function (event) {
|
||||
checkedAssets = {};
|
||||
|
@ -6,9 +6,9 @@
|
||||
"scripts": {
|
||||
"start": "run-p start-jekyll start-parcel",
|
||||
"build": "run-s build-jekyll build-parcel",
|
||||
"start-jekyll": "jekyll serve --livereload",
|
||||
"start-jekyll": "bundle exec jekyll serve --livereload",
|
||||
"start-parcel": "parcel src/index.js -d assets/js",
|
||||
"build-jekyll": "JEKYLL_ENV=production jekyll build",
|
||||
"build-jekyll": "JEKYLL_ENV=production bundle exec jekyll build",
|
||||
"build-parcel": "parcel build src/index.js -d ./_site/assets/js"
|
||||
},
|
||||
"author": "",
|
||||
|
@ -6,16 +6,16 @@ className: hypothetical-titles-subjects
|
||||
ref: hypothetical-titles-subjects
|
||||
---
|
||||
|
||||
- Degrowth For Real
|
||||
- Degrowth, For Real
|
||||
- “Going permanently offline” - Off the binary grid
|
||||
- Acid communism / LARPing post-capitalism -
|
||||
- Recovery 2025
|
||||
- Yelling in the Para-Real
|
||||
- Cyberdecks and other truly personal computers
|
||||
- Decolonising eco-tech
|
||||
- How to Blow Up an Internet Line
|
||||
- Primitive Digital Technologies
|
||||
- No Gods, no masters, no blocks, no chains.
|
||||
- No Gods, no masters, no blocks, no chains
|
||||
- Queer technologies for SolarPunk futures
|
||||
- Object Oriented Societies of Control
|
||||
- Archiving Queer Histories
|
||||
- Post-capitalist reproductive technologies
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user