Jack Jackson 2e79b15c79 Remove and .gitignore resources directory
CodeBuild was getting an error:

```
Error: Error building site: TOCSS: failed to transform "ananke/css/main.css" (text/css): resource "css/ananke/css/main.css_af7eae7717e76be05924f27bac629e80" not found in file cache
```

I suspect this is because an earlier version of the Ananke CSS file was
being cached, but the submodule pulled in a new Ananke commit that
requires a new version. Perhaps? Who knows. I cannot replicate the
problem locally, so I need to push-to-test the behaviour in CodeBuild :(
2021-12-28 11:19:20 -08:00
2021-11-07 20:54:06 -08:00
2021-12-13 21:43:20 -08:00
2021-12-13 21:43:20 -08:00

Content is stored in blog/. All hugo commands below should be executed from there. This top-level directory is just for package metadata, README.md, etc.

  • To create a new post, run hugo new posts/<name>.md (or, run np.sh <name> from the root directory)
  • To start a local server to check how it looks, run hugo server (with -D to show drafts)
Description
No description provided
Readme 8.2 MiB
Languages
CSS 52.4%
HTML 43.6%
JavaScript 3.8%
Dockerfile 0.2%