Browse Source

Move website to docs

main
parent
commit
f111d74778
  1. 8
      .gitignore
  2. 4
      README.org
  3. 0
      docs/config.toml
  4. BIN
      docs/notes/computer-science.org.gpg
  5. BIN
      docs/notes/essential-components.org.gpg
  6. BIN
      docs/notes/finite-mathematics.org.gpg
  7. BIN
      docs/notes/gnu-cpp-compiler.org.gpg
  8. BIN
      docs/notes/literate-programming.org.gpg
  9. BIN
      docs/notes/plantuml.org.gpg
  10. BIN
      docs/notes/systems-analysis-design.org.gpg
  11. BIN
      docs/notes/thinking-in-cpp.org.gpg
  12. BIN
      docs/posts/hello.org.gpg
  13. BIN
      docs/posts/immutable-emacs.org.gpg
  14. 4
      modules/writing.el

8
.gitignore

@ -1,4 +1,4 @@
website/resources/_gen
website/content
website/static
website/public
docs/resources/_gen
docs/content
docs/static
docs/public

4
README.org

@ -825,7 +825,7 @@ Download and install [[https://orgroam.com][org-roam]], a plain text knowledge m
,#+EXPORT_FILE_NAME: ${slug} ,#+EXPORT_FILE_NAME: ${slug}
,#+ROAM_KEY: https://chrishayward.xyz/posts/${slug}/ ,#+ROAM_KEY: https://chrishayward.xyz/posts/${slug}/
,#+HUGO_BASE_DIR: ../../website/
,#+HUGO_BASE_DIR: ../
,#+HUGO_AUTO_SET_LASTMOD: t ,#+HUGO_AUTO_SET_LASTMOD: t
,#+HUGO_SECTION: posts ,#+HUGO_SECTION: posts
,#+HUGO_DRAFT: true ,#+HUGO_DRAFT: true
@ -842,7 +842,7 @@ Download and install [[https://orgroam.com][org-roam]], a plain text knowledge m
,#+EXPORT_FILE_NAME: ${slug} ,#+EXPORT_FILE_NAME: ${slug}
,#+ROAM_KEY: https://chrishayward.xyz/notes/${slug}/ ,#+ROAM_KEY: https://chrishayward.xyz/notes/${slug}/
,#+HUGO_BASE_DIR: ../../website
,#+HUGO_BASE_DIR: ../
,#+HUGO_AUTO_SET_LASTMOD: t ,#+HUGO_AUTO_SET_LASTMOD: t
,#+HUGO_SECTION: notes ,#+HUGO_SECTION: notes
,#+HUGO_DRAFT: true ,#+HUGO_DRAFT: true

0
website/config.toml → docs/config.toml

BIN
docs/notes/computer-science.org.gpg

BIN
docs/notes/essential-components.org.gpg

BIN
docs/notes/finite-mathematics.org.gpg

BIN
docs/notes/gnu-cpp-compiler.org.gpg

BIN
docs/notes/literate-programming.org.gpg

BIN
docs/notes/plantuml.org.gpg

BIN
docs/notes/systems-analysis-design.org.gpg

BIN
docs/notes/thinking-in-cpp.org.gpg

BIN
docs/posts/hello.org.gpg

BIN
docs/posts/immutable-emacs.org.gpg

4
modules/writing.el

@ -27,7 +27,7 @@
#+EXPORT_FILE_NAME: ${slug} #+EXPORT_FILE_NAME: ${slug}
#+ROAM_KEY: https://chrishayward.xyz/posts/${slug}/ #+ROAM_KEY: https://chrishayward.xyz/posts/${slug}/
#+HUGO_BASE_DIR: ../../website/
#+HUGO_BASE_DIR: ../
#+HUGO_AUTO_SET_LASTMOD: t #+HUGO_AUTO_SET_LASTMOD: t
#+HUGO_SECTION: posts #+HUGO_SECTION: posts
#+HUGO_DRAFT: true #+HUGO_DRAFT: true
@ -44,7 +44,7 @@
#+EXPORT_FILE_NAME: ${slug} #+EXPORT_FILE_NAME: ${slug}
#+ROAM_KEY: https://chrishayward.xyz/notes/${slug}/ #+ROAM_KEY: https://chrishayward.xyz/notes/${slug}/
#+HUGO_BASE_DIR: ../../website
#+HUGO_BASE_DIR: ../
#+HUGO_AUTO_SET_LASTMOD: t #+HUGO_AUTO_SET_LASTMOD: t
#+HUGO_SECTION: notes #+HUGO_SECTION: notes
#+HUGO_DRAFT: true #+HUGO_DRAFT: true

Loading…
Cancel
Save