diff --git a/README.org b/README.org index 0c110c9..27c9438 100644 --- a/README.org +++ b/README.org @@ -2,6 +2,14 @@ #+AUTHOR: Christopher James Hayward #+EMAIL: chris@chrishayward.xyz +#+EXPORT_FILE_NAME: dotfiles +#+ROAM_KEY: https://chrishayward.xyz/dotfiles + +#+HUGO_BASE_DIR: docs +#+HUGO_AUTO_SET_LASTMOD: t +#+HUGO_SECTION: +#+HUGO_DRAFT: false + #+NAME: description #+BEGIN_SRC text Immutable NixOS dotfiles. diff --git a/docs/config.toml b/docs/config.toml index 1125027..6dc7d4e 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -71,7 +71,12 @@ pygmentsUseClasses = true url = "notes/" weight = 20 + [[menu.main]] + name = "Dotfiles" + url = "dotfiles" + weight = 30 + [[menu.main]] name = "Projects" url = "https://git.chrishayward.xyz/explore/repos" - weight = 30 \ No newline at end of file + weight = 40 \ No newline at end of file