From d44e5fc12f6abb505d900d6088cd8c446797c2d7 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 20 Feb 2023 06:57:07 +0000 Subject: [PATCH] Update blog and resume code --- build/builder.sh | 2 +- flake.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build/builder.sh b/build/builder.sh index 2613ccb..047e806 100644 --- a/build/builder.sh +++ b/build/builder.sh @@ -6,7 +6,7 @@ export RUBYOPT="-KU -E utf-8:utf-8" # Copy files to a mutable directory. cp -r $src/* . # We'll generate some static files so make static writable -chmod -R u+w static +mkdir -p static && chmod -R u+w static # Build site with Hugo hugo $hugoFlags --config=config.toml,config-gen.toml diff --git a/flake.lock b/flake.lock index 2b80323..8007138 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "blog-source": { "flake": false, "locked": { - "lastModified": 1676848263, - "narHash": "sha256-OZY1eueOqibJck7IrFsc1flQ2mb6FRA6gEPkg0cUvhQ=", + "lastModified": 1676875795, + "narHash": "sha256-MnzRvG3Ct7D+zU1vwpLGMAe5Zoz/Y0WQRnZh7Ts40/s=", "ref": "master", - "rev": "d003fdf35751386fa69e5011febfcdb7a1629e15", - "revCount": 627, + "rev": "cc2b5ef918ad8da4c1fe84be34e42a53627f9c7b", + "revCount": 628, "submodules": true, "type": "git", "url": "https://dev.danilafe.com/Web-Projects/blog-static.git" @@ -184,11 +184,11 @@ "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1676871379, - "narHash": "sha256-b9QCL1/0/cpIgv5tXXZV+osOSDA3YVKbOuBJfq+JAUg=", + "lastModified": 1676875551, + "narHash": "sha256-DIcIlMWh9exQIXISxgnS25egwIquyuZX+UqdTMJpJZA=", "ref": "master", - "rev": "984256a0faa5c44ec01f76864fbcb9420f129788", - "revCount": 43, + "rev": "36fcd6d66fe2031d7429f8d60d5f83d64fd94cca", + "revCount": 47, "type": "git", "url": "https://dev.danilafe.com/DanilaFe/resume" },