diff --git a/config.toml.yaml b/config.toml.yaml new file mode 100755 index 0000000..aee0701 --- /dev/null +++ b/config.toml.yaml @@ -0,0 +1,48 @@ +MetaDataFormat = "yaml" +contentdir = "content" +layoutdir = "layouts" +publishdir = "public" +builddrafts = false +buildFuture = true +pygmentsuseclasses = true +baseurl = "https://jeremykidwell.info/" +title = "jeremykidwell.info" +Canonifyurls = true +rssLimit = 20.0 +disableKinds = "taxonomyTerm" + +[taxonomy] +category = "categories" + +[markup.goldmark.renderer] +unsafe= true + +[menu] + + [[menu.main]] + name = "Publications" + url = "/publications" + weight = 2.0 + + [[menu.main]] + name = "Resources" + url = "/resources" + weight = 3.0 + + [[menu.main]] + name = "Presentations" + url = "/presentations" + weight = 4.0 + + [[menu.main]] + name = "Teaching" + url = "/teaching" + weight = 5.0 + + [[menu.main]] + name = "Blog" + url = "/blog" + weight = 6.0 + +[permalinks] +blog = /blog/archives/:year/:month/:day/:slug \ No newline at end of file diff --git a/config.yaml b/config.yaml deleted file mode 100755 index f278020..0000000 --- a/config.yaml +++ /dev/null @@ -1,33 +0,0 @@ ---- -MetaDataFormat: "yaml" -contentdir: "content" -layoutdir: "layouts" -publishdir: "public" -builddrafts: false -pygmentsuseclasses: true -baseurl: "https://jeremykidwell.info/" -indexes: - category: "categories" -title: "jeremykidwell.info" -CanonifyUrls: true -menu: - main: - - Name: "Publications" - URL: "/publications" - Weight: 2 - - Name: "Resources" - URL: "/resources" - Weight: 3 - - Name: "Presentations" - URL: "/presentations" - Weight: 4 - - Name: "Teaching" - URL: "/teaching" - Weight: 5 - - Name: "Blog" - URL: "/blog" - Weight: 6 -permalinks: - blog: /blog/archives/:year/:month/:day/:slug - archive: /blog/archives/ -... diff --git a/configyaml.old.yaml b/configyaml.old.yaml new file mode 100755 index 0000000..e4db811 --- /dev/null +++ b/configyaml.old.yaml @@ -0,0 +1,33 @@ +--- +MetaDataFormat: "yaml" +contentdir: "content" +layoutdir: "layouts" +publishdir: "public" +builddrafts: false +pygmentsuseclasses: true +baseurl: "https://jeremykidwell.info/" +indexes: + category: "categories" +title: "jeremykidwell.info" +Canonifyurls: true +menu: + main: + - name: "Publications" + url: "/publications" + weight: 2 + - name: "Resources" + url: "/resources" + weight: 3 + - name: "Presentations" + url: "/presentations" + weight: 4 + - name: "Teaching" + url: "/teaching" + weight: 5 + - name: "Blog" + url: "/blog" + weight: 6 +permalinks: + blog: /blog/archives/:year/:month/:day/:slug + archive: /blog/archives/ +... diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..cdbd46e --- /dev/null +++ b/content/_index.md @@ -0,0 +1,5 @@ +--- +title: "" +date: 2019-12-07T10:31:04-05:00 +--- + diff --git a/content/resources/_index.md b/content/resources/_index.md index 28d7709..b93281d 100755 --- a/content/resources/_index.md +++ b/content/resources/_index.md @@ -1,6 +1,7 @@ --- +title: Resources +description: Some useful tools and bits of software type: page -title: "Resources" --- As a scholar in the humanities, my research is non-traditional in that it draws on digital methods and resources quite frequently. This is in part because, prior to becoming an academic, I worked in the IT industry for several years. As a result, I can build a linux server, perform post-intrusion server security assessments, terminate fibre optic cables, parse through big (+geospatial) data sets using R, write code, and assemble computers from parts. Given this industry experience (for more, see LinkedIn) I like to serve as a bridge between scholars and practitioners in informatics and humanities, particularly on those tricky ethical issues that can often crop up and which can benefit from the insights of real experience and philosophical reflection. Whenever possible, my work is provided under an open Creative Commons license, so by all means please download and appropriate! diff --git a/layouts/index.html b/layouts/index.html index ff73ed0..52bf1b5 100755 --- a/layouts/index.html +++ b/layouts/index.html @@ -8,7 +8,7 @@ {{ .Site.Title }} - + {{ partial "head_includes.html" . }} @@ -34,7 +34,7 @@

- {{ range first 4 ((where .Data.Pages.ByDate "Section" "blog").Reverse) }} + {{ range first 5 ((where .Site.RegularPages.ByDate "Section" "blog").Reverse) }}

{{ .Title }}

@@ -64,7 +64,7 @@

Recent Papers