diff options
| author | Adam Carpenter <53hornet@gmail.com> | 2019-04-28 16:28:09 -0400 |
|---|---|---|
| committer | Adam Carpenter <53hornet@gmail.com> | 2019-04-28 16:28:09 -0400 |
| commit | b293b709cba60ee827697928595e1b65ce96f1e3 (patch) | |
| tree | ae974a4feb5a0270a203db61b5f8706916616cb1 /pages | |
| parent | 52fcddce80acc1ef1986f4509444fb63233cd5b0 (diff) | |
| download | cobalt-site-b293b709cba60ee827697928595e1b65ce96f1e3.tar.xz cobalt-site-b293b709cba60ee827697928595e1b65ce96f1e3.zip | |
Added permalink mapping for pages (pretty URLs), cleaned up heads,
images.
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/auto.md | 7 | ||||
| -rw-r--r-- | pages/life.md | 6 | ||||
| -rw-r--r-- | pages/tech.md | 6 |
3 files changed, 19 insertions, 0 deletions
diff --git a/pages/auto.md b/pages/auto.md new file mode 100644 index 0000000..367bff2 --- /dev/null +++ b/pages/auto.md @@ -0,0 +1,7 @@ +--- +title: Automotive +layout: page.liquid +permalink: "/{{slug}}" +--- + +More to come soon! diff --git a/pages/life.md b/pages/life.md new file mode 100644 index 0000000..0be3fc8 --- /dev/null +++ b/pages/life.md @@ -0,0 +1,6 @@ +--- +title: My Life +layout: page.liquid +permalink: "/{{slug}}" +--- +More to come soon! diff --git a/pages/tech.md b/pages/tech.md new file mode 100644 index 0000000..4c2c13a --- /dev/null +++ b/pages/tech.md @@ -0,0 +1,6 @@ +--- +title: Technology +layout: page.liquid +permalink: "/{{slug}}" +--- +More to come soon! |