From 229cf7e44508bca8438d8100630bc853aa8d933c Mon Sep 17 00:00:00 2001 From: "david@federated.company" Date: Fri, 21 Apr 2023 10:21:35 -0600 Subject: [PATCH] Added Sam Theme modified: config.toml modified: public/about/index.html modified: public/access/index.html modified: public/blog/index.html modified: public/categories/index.html modified: public/css/style.css modified: public/index.html modified: public/manifesto/index.html modified: public/posts/apple-breaks-privacy/index.html modified: public/posts/index.html modified: public/posts/main_street_against_big_tech/index.html modified: public/posts/what_is_done_with_personal_data/index.html modified: public/projects/index.html modified: public/sam.ico modified: public/tags/index.html modified: public/tn.png .hugo_build.lock go.mod go.sum node_modules/.bin/autoprefixer node_modules/.bin/browserslist node_modules/.bin/update-browserslist-db node_modules/autoprefixer/ node_modules/browserslist/ node_modules/caniuse-lite/ node_modules/cliui/build/index.d.cts node_modules/electron-to-chromium/ node_modules/fast-glob/out/readers/async.d.ts node_modules/fast-glob/out/readers/async.js node_modules/fraction.js/ node_modules/fs-extra/lib/copy/copy-sync.js node_modules/fs-extra/lib/esm.mjs node_modules/fs-extra/lib/move/move-sync.js node_modules/fs-extra/lib/output-file/ node_modules/globby/ignore.js node_modules/globby/node_modules/ node_modules/globby/utilities.js node_modules/lilconfig/LICENSE node_modules/node-releases/ node_modules/normalize-range/ node_modules/postcss-value-parser/ node_modules/postcss/lib/postcss.d.mts node_modules/update-browserslist-db/ node_modules/yaml/browser/dist/compose/ node_modules/yaml/browser/dist/doc/ node_modules/yaml/browser/dist/errors.js node_modules/yaml/browser/dist/log.js node_modules/yaml/browser/dist/node_modules/ node_modules/yaml/browser/dist/nodes/ node_modules/yaml/browser/dist/parse/ node_modules/yaml/browser/dist/public-api.js node_modules/yaml/browser/dist/schema/ node_modules/yaml/browser/dist/stringify/ node_modules/yaml/browser/dist/visit.js node_modules/yaml/browser/package.json node_modules/yaml/dist/compose/ node_modules/yaml/dist/doc/ node_modules/yaml/dist/errors.d.ts node_modules/yaml/dist/errors.js node_modules/yaml/dist/index.d.ts node_modules/yaml/dist/log.d.ts node_modules/yaml/dist/log.js node_modules/yaml/dist/nodes/ node_modules/yaml/dist/options.d.ts node_modules/yaml/dist/parse/ node_modules/yaml/dist/public-api.d.ts node_modules/yaml/dist/public-api.js node_modules/yaml/dist/schema/ node_modules/yaml/dist/stringify/ node_modules/yaml/dist/test-events.d.ts node_modules/yaml/dist/util.d.ts node_modules/yaml/dist/visit.d.ts node_modules/yaml/dist/visit.js node_modules/yargs/browser.d.ts node_modules/yargs/locales/cs.json node_modules/yargs/yargs.mjs public/css/main.min.c5514d3530979d291f3497facc20da1cec870028dbc2a3630b64bab8721bbe49.css resources/_gen/assets/sass/sass/style.sass_4d6f00452a35742ddbb489cb3703195e.content resources/_gen/assets/sass/sass/style.sass_4d6f00452a35742ddbb489cb3703195e.json resources/_gen/assets/sass/sass/style.sass_c87a2fc9dae9a546a3e3f1548c147175.content resources/_gen/assets/sass/sass/style.sass_c87a2fc9dae9a546a3e3f1548c147175.json themes/ --- config.toml | 2 +- public/about/index.html | 9 +++++---- public/access/index.html | 9 +++++---- public/blog/index.html | 9 +++++---- public/categories/index.html | 9 +++++---- public/css/style.css | 0 public/index.html | 3 +++ public/manifesto/index.html | 9 +++++---- public/posts/apple-breaks-privacy/index.html | 9 +++++---- public/posts/index.html | 9 +++++---- .../posts/main_street_against_big_tech/index.html | 9 +++++---- .../what_is_done_with_personal_data/index.html | 9 +++++---- public/projects/index.html | 9 +++++---- public/sam.ico | Bin public/tags/index.html | 9 +++++---- public/tn.png | Bin 16 files changed, 59 insertions(+), 45 deletions(-) mode change 100644 => 100755 public/css/style.css mode change 100644 => 100755 public/sam.ico mode change 100644 => 100755 public/tn.png diff --git a/config.toml b/config.toml index 8617ff7c..f79066fd 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ baseURL = "http://federated.computer/" languageCode = "en-us" title = "Federated Computer" -theme = "github.com/victoriadrake/hugo-theme-sam" +theme = "sam" enableEmoji = "true" diff --git a/public/about/index.html b/public/about/index.html index 83603c6d..68031a27 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -27,6 +27,9 @@ + + + @@ -135,10 +138,8 @@ About Us - · - - - + +

diff --git a/public/access/index.html b/public/access/index.html index 17b466e8..f6078d04 100644 --- a/public/access/index.html +++ b/public/access/index.html @@ -27,6 +27,9 @@ + + + @@ -131,10 +134,8 @@ About Us - · - - - + +

diff --git a/public/blog/index.html b/public/blog/index.html index f9df42f2..6d11720c 100644 --- a/public/blog/index.html +++ b/public/blog/index.html @@ -27,6 +27,9 @@ + + + @@ -113,10 +116,8 @@ About Us - · - - - + +

diff --git a/public/categories/index.html b/public/categories/index.html index 0e5c3077..630ee20e 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -27,6 +27,9 @@ + + + @@ -107,10 +110,8 @@ About Us - · - - - + +

diff --git a/public/css/style.css b/public/css/style.css old mode 100644 new mode 100755 diff --git a/public/index.html b/public/index.html index ea80ad00..f7e29ad9 100644 --- a/public/index.html +++ b/public/index.html @@ -27,6 +27,9 @@ + + + diff --git a/public/manifesto/index.html b/public/manifesto/index.html index fde8a4c3..944afab7 100644 --- a/public/manifesto/index.html +++ b/public/manifesto/index.html @@ -27,6 +27,9 @@ + + + @@ -129,10 +132,8 @@ About Us - · - - - + +

diff --git a/public/posts/apple-breaks-privacy/index.html b/public/posts/apple-breaks-privacy/index.html index ae6a20dd..c7484bf9 100644 --- a/public/posts/apple-breaks-privacy/index.html +++ b/public/posts/apple-breaks-privacy/index.html @@ -27,6 +27,9 @@ + + + @@ -127,10 +130,8 @@ But there’s a catch… About Us - · - - - + +

diff --git a/public/posts/index.html b/public/posts/index.html index a9fd9d37..c780b9cd 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -27,6 +27,9 @@ + + + @@ -135,10 +138,8 @@ About Us - · - - - + +

diff --git a/public/posts/main_street_against_big_tech/index.html b/public/posts/main_street_against_big_tech/index.html index 8e99f372..e0b828a1 100644 --- a/public/posts/main_street_against_big_tech/index.html +++ b/public/posts/main_street_against_big_tech/index.html @@ -27,6 +27,9 @@ + + + @@ -119,10 +122,8 @@ About Us - · - - - + +

diff --git a/public/posts/what_is_done_with_personal_data/index.html b/public/posts/what_is_done_with_personal_data/index.html index 052630ff..61f59b75 100644 --- a/public/posts/what_is_done_with_personal_data/index.html +++ b/public/posts/what_is_done_with_personal_data/index.html @@ -27,6 +27,9 @@ + + + @@ -121,10 +124,8 @@ About Us - · - - - + +

diff --git a/public/projects/index.html b/public/projects/index.html index b3d3b121..ff117350 100644 --- a/public/projects/index.html +++ b/public/projects/index.html @@ -27,6 +27,9 @@ + + + @@ -128,10 +131,8 @@ About Us - · - - - + +

diff --git a/public/sam.ico b/public/sam.ico old mode 100644 new mode 100755 diff --git a/public/tags/index.html b/public/tags/index.html index 80d24e83..1f10c622 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -27,6 +27,9 @@ + + + @@ -107,10 +110,8 @@ About Us - · - - - + +

diff --git a/public/tn.png b/public/tn.png old mode 100644 new mode 100755