diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..364fdec --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public/ diff --git a/_cobalt.yml b/_cobalt.yml new file mode 100644 index 0000000..11687f3 --- /dev/null +++ b/_cobalt.yml @@ -0,0 +1,18 @@ +source: . +destination: public +site: + title: nats.solutions + description: What Nat's working on + base_url: https://nats.solutions +posts: + rss: rss.xml +default: + is_draft: false +ignore: + - "*~" + - "*.swp" + - ".*.swp" + - "*.swo" + - ".*.swo" + - "!.domains" + - "deploy" diff --git a/_defaults/pages.md b/_defaults/pages.md new file mode 100644 index 0000000..ad063cb --- /dev/null +++ b/_defaults/pages.md @@ -0,0 +1,10 @@ +--- +layout: default.liquid +--- +## Blog! + +{% for post in collections.posts.pages %} +#### {{post.title}} + +[{{ post.title }}]({{ post.permalink }}) +{% endfor %} diff --git a/_defaults/posts.md b/_defaults/posts.md new file mode 100644 index 0000000..73ea6cd --- /dev/null +++ b/_defaults/posts.md @@ -0,0 +1,7 @@ +--- +layout: post.liquid + +title: Entry +is_draft: true +--- + diff --git a/_includes/footer.liquid b/_includes/footer.liquid new file mode 100644 index 0000000..9b383d5 --- /dev/null +++ b/_includes/footer.liquid @@ -0,0 +1,22 @@ + diff --git a/_includes/head.liquid b/_includes/head.liquid new file mode 100644 index 0000000..a3fe901 --- /dev/null +++ b/_includes/head.liquid @@ -0,0 +1,8 @@ +
Published on {{ page.published_date | date: '%Y-%m-%d' }}
+ + {{ page.content }} + {% include 'footer.liquid' %} +- I'm a computer and environmental scientist -
-- I build software and computer systems. Interested in working with me? I'd be happy to provide a resume on request. I also do web development and system administration pro bono for certain causes. If you need help with your next computer thing, send me an email at natscott [at] nats [dot] solutions! -
-