diff --git a/.gitignore b/.gitignore index b5f6afe..1daf1c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -website/resources/_gen -website/content -website/static -website/public \ No newline at end of file +docs/resources/_gen +docs/content +docs/static +docs/public \ No newline at end of file diff --git a/README.org b/README.org index afb0554..bc9ffc9 100644 --- a/README.org +++ b/README.org @@ -825,7 +825,7 @@ Download and install [[https://orgroam.com][org-roam]], a plain text knowledge m ,#+EXPORT_FILE_NAME: ${slug} ,#+ROAM_KEY: https://chrishayward.xyz/posts/${slug}/ -,#+HUGO_BASE_DIR: ../../website/ +,#+HUGO_BASE_DIR: ../ ,#+HUGO_AUTO_SET_LASTMOD: t ,#+HUGO_SECTION: posts ,#+HUGO_DRAFT: true @@ -842,7 +842,7 @@ Download and install [[https://orgroam.com][org-roam]], a plain text knowledge m ,#+EXPORT_FILE_NAME: ${slug} ,#+ROAM_KEY: https://chrishayward.xyz/notes/${slug}/ -,#+HUGO_BASE_DIR: ../../website +,#+HUGO_BASE_DIR: ../ ,#+HUGO_AUTO_SET_LASTMOD: t ,#+HUGO_SECTION: notes ,#+HUGO_DRAFT: true diff --git a/website/config.toml b/docs/config.toml similarity index 100% rename from website/config.toml rename to docs/config.toml diff --git a/docs/notes/computer-science.org.gpg b/docs/notes/computer-science.org.gpg index 75a83cc..9843288 100644 Binary files a/docs/notes/computer-science.org.gpg and b/docs/notes/computer-science.org.gpg differ diff --git a/docs/notes/essential-components.org.gpg b/docs/notes/essential-components.org.gpg index 1dd3958..964d994 100644 Binary files a/docs/notes/essential-components.org.gpg and b/docs/notes/essential-components.org.gpg differ diff --git a/docs/notes/finite-mathematics.org.gpg b/docs/notes/finite-mathematics.org.gpg index 204f6ff..fbf3da1 100644 Binary files a/docs/notes/finite-mathematics.org.gpg and b/docs/notes/finite-mathematics.org.gpg differ diff --git a/docs/notes/gnu-cpp-compiler.org.gpg b/docs/notes/gnu-cpp-compiler.org.gpg index 4c21231..e4050ae 100644 Binary files a/docs/notes/gnu-cpp-compiler.org.gpg and b/docs/notes/gnu-cpp-compiler.org.gpg differ diff --git a/docs/notes/literate-programming.org.gpg b/docs/notes/literate-programming.org.gpg index 5933876..80c2761 100644 Binary files a/docs/notes/literate-programming.org.gpg and b/docs/notes/literate-programming.org.gpg differ diff --git a/docs/notes/plantuml.org.gpg b/docs/notes/plantuml.org.gpg index 6d46022..843ee52 100644 Binary files a/docs/notes/plantuml.org.gpg and b/docs/notes/plantuml.org.gpg differ diff --git a/docs/notes/systems-analysis-design.org.gpg b/docs/notes/systems-analysis-design.org.gpg index d247b1a..3158be2 100644 Binary files a/docs/notes/systems-analysis-design.org.gpg and b/docs/notes/systems-analysis-design.org.gpg differ diff --git a/docs/notes/thinking-in-cpp.org.gpg b/docs/notes/thinking-in-cpp.org.gpg index 4db138e..dcadf3e 100644 Binary files a/docs/notes/thinking-in-cpp.org.gpg and b/docs/notes/thinking-in-cpp.org.gpg differ diff --git a/docs/posts/hello.org.gpg b/docs/posts/hello.org.gpg index 6e98ecc..562ccfe 100644 Binary files a/docs/posts/hello.org.gpg and b/docs/posts/hello.org.gpg differ diff --git a/docs/posts/immutable-emacs.org.gpg b/docs/posts/immutable-emacs.org.gpg index 1effaf2..3da227c 100644 Binary files a/docs/posts/immutable-emacs.org.gpg and b/docs/posts/immutable-emacs.org.gpg differ diff --git a/modules/writing.el b/modules/writing.el index 6b4d585..0ed9cca 100644 --- a/modules/writing.el +++ b/modules/writing.el @@ -27,7 +27,7 @@ #+EXPORT_FILE_NAME: ${slug} #+ROAM_KEY: https://chrishayward.xyz/posts/${slug}/ -#+HUGO_BASE_DIR: ../../website/ +#+HUGO_BASE_DIR: ../ #+HUGO_AUTO_SET_LASTMOD: t #+HUGO_SECTION: posts #+HUGO_DRAFT: true @@ -44,7 +44,7 @@ #+EXPORT_FILE_NAME: ${slug} #+ROAM_KEY: https://chrishayward.xyz/notes/${slug}/ -#+HUGO_BASE_DIR: ../../website +#+HUGO_BASE_DIR: ../ #+HUGO_AUTO_SET_LASTMOD: t #+HUGO_SECTION: notes #+HUGO_DRAFT: true