Move 'posts' to 'blog'
17 files changed, 6 insertions(+), 2 deletions(-) M config.toml R content/{posts/2019-reading-review.md => blog/2019-reading-review.md} R content/{posts/archive-the-internet.md => blog/archive-the-internet.md} R content/{posts/booting-linux-zcu102.md => blog/booting-linux-zcu102.md} R content/{posts/caching-ldap-queries-in-mutt.md => blog/caching-ldap-queries-in-mutt.md} R content/{posts/comparing-config-file-formats.md => blog/comparing-config-file-formats.md} R content/{posts/creating-your-own-git-server.md => blog/creating-your-own-git-server.md} R content/{posts/evaluating-markdown-code-blocks-in-vim.md => blog/evaluating-markdown-code-blocks-in-vim.md} R content/{posts/git-plumbing.md => blog/git-plumbing.md} R content/{posts/make-your-mac-clean-itself.md => blog/make-your-mac-clean-itself.md} R content/{posts/the-birthday-problem.md => blog/the-birthday-problem.md} R content/{posts/two-books-recommendations-for-getting-started-with-economics.md => blog/two-books-recommendations-for-getting-started-with-economics.md} R content/{posts/vitis-for-embedded-hardware-acceleration.md => blog/vitis-for-embedded-hardware-acceleration.md} R content/{posts/write-your-own-man-pages.md => blog/write-your-own-man-pages.md} R content/{posts/you-dont-want-a-tax-refund.md => blog/you-dont-want-a-tax-refund.md} R layouts/{posts/list.html => blog/list.html} A netlify.toml
M config.toml => config.toml +3 -2
@@ 4,6 4,7 @@ author = "Greg Anders" title = "g.p. anders" theme = "hugo-flex" enableGitInfo = true pluralizeListTitles = false paginate = 9999999 @@ [taxonomies] 27,8 28,8 @@ paginate = 9999999 weight = 1 [[menu.nav]] name = "Posts" url = "/posts" name = "Blog" url = "/blog" weight = 2 [[menu.nav]]
R content/posts/2019-reading-review.md => content/blog/2019-reading-review.md +0 -0
R content/posts/archive-the-internet.md => content/blog/archive-the-internet.md +0 -0
R content/posts/booting-linux-zcu102.md => content/blog/booting-linux-zcu102.md +0 -0
R content/posts/caching-ldap-queries-in-mutt.md => content/blog/caching-ldap-queries-in-mutt.md +0 -0
R content/posts/comparing-config-file-formats.md => content/blog/comparing-config-file-formats.md +0 -0
R content/posts/creating-your-own-git-server.md => content/blog/creating-your-own-git-server.md +0 -0
R content/posts/evaluating-markdown-code-blocks-in-vim.md => content/blog/evaluating-markdown-code-blocks-in-vim.md +0 -0
R content/posts/git-plumbing.md => content/blog/git-plumbing.md +0 -0
R content/posts/make-your-mac-clean-itself.md => content/blog/make-your-mac-clean-itself.md +0 -0
R content/posts/the-birthday-problem.md => content/blog/the-birthday-problem.md +0 -0
R content/posts/two-books-recommendations-for-getting-started-with-economics.md => content/blog/two-books-recommendations-for-getting-started-with-economics.md +0 -0
R content/posts/vitis-for-embedded-hardware-acceleration.md => content/blog/vitis-for-embedded-hardware-acceleration.md +0 -0
R content/posts/write-your-own-man-pages.md => content/blog/write-your-own-man-pages.md +0 -0
R content/posts/you-dont-want-a-tax-refund.md => content/blog/you-dont-want-a-tax-refund.md +0 -0
R layouts/posts/list.html => layouts/blog/list.html +0 -0
A netlify.toml => netlify.toml +3 -0