diff --git a/config.toml b/config.toml index 308ad2af..ae195624 100644 --- a/config.toml +++ b/config.toml @@ -1,13 +1,3 @@ baseURL = "https://jarv.is/" languageCode = "en-us" title = "Jake Jarvis" - -disableKinds = ["taxonomy","taxonomyTerm","sitemap","RSS"] - -[taxonomies] - tag = "" - category = "" - -[permalinks] - post = "/:year/:month/:day/:slug" - diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 00000000..dfdbc95e --- /dev/null +++ b/content/_index.md @@ -0,0 +1,4 @@ ++++ +title = "Jake Jarvis — Web & Mobile Developer in Boston, MA" +description = "I'm a 26-year-old web and mobile entrepreneur living in Boston, Massachusetts." ++++ diff --git a/content/notes/asdf.md b/content/notes/asdf.md new file mode 100644 index 00000000..ce2757bc --- /dev/null +++ b/content/notes/asdf.md @@ -0,0 +1,8 @@ +--- +title: "Asdf" +slug: "asdf-hello-world" +date: 2018-08-03T19:04:31-04:00 +draft: false +--- + +asdfasdfasdf \ No newline at end of file diff --git a/content/post/first-post.md b/content/post/first-post.md deleted file mode 100644 index 67442ffb..00000000 --- a/content/post/first-post.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "First Post" -date: 2018-04-28T15:17:14-04:00 -draft: true ---- - diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 00000000..d4e972cb --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,4 @@ +{{ partial "header.html" . }} +{{ block "main" . }}{{ end }} + +{{ partial "footer.html" . }} \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index 1de70d63..20f586d0 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,4 +1,4 @@ -{{ partial "header.html" . }} +{{ define "main" }}
Jake Jarvis

Hello! I'm Jake. 👋

@@ -19,4 +19,4 @@

If any of this fits with what you're looking for, I'd love to hear from you via emailD36C B66F 4002 B25B, , or text!

-{{ partial "footer.html" . }} \ No newline at end of file +{{ end }} \ No newline at end of file diff --git a/layouts/notes/single.html b/layouts/notes/single.html new file mode 100644 index 00000000..1f924256 --- /dev/null +++ b/layouts/notes/single.html @@ -0,0 +1,4 @@ +{{ define "main" }} +

{{ .Title }}

+

{{ .Content }}

+{{ end }} \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 90805012..b3da0d06 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -3,22 +3,22 @@ - Jake Jarvis – Web & Mobile Developer in Boston, MA - + {{ .Title }} + - + - + - + - +