13 | {% endfor %}
14 |
15 |
--------------------------------------------------------------------------------
/feed/json.njk:
--------------------------------------------------------------------------------
1 | ---
2 | # Metadata comes from _data/metadata.json
3 | permalink: "{{ metadata.jsonfeed.path | url }}"
4 | eleventyExcludeFromCollections: true
5 | ---
6 | {
7 | "version": "https://jsonfeed.org/version/1",
8 | "title": "{{ metadata.title }}",
9 | "home_page_url": "{{ metadata.url }}",
10 | "feed_url": "{{ metadata.jsonfeed.url }}",
11 | "description": "{{ metadata.description }}",
12 | "author": {
13 | "name": "{{ metadata.author.name }}",
14 | "url": "{{ metadata.author.url }}"
15 | },
16 | "items": [
17 | {%- for post in collections.posts | reverse %}
18 | {%- set absolutePostUrl %}{{ post.url | url | absoluteUrl(metadata.url) }}{% endset -%}
19 | {
20 | "id": "{{ absolutePostUrl }}",
21 | "url": "{{ absolutePostUrl }}",
22 | "title": "{{ post.data.title }}",
23 | "content_html": {% if post.templateContent %}{{ post.templateContent | dump | safe }}{% else %}""{% endif %},
24 | "date_published": "{{ post.date | rssDate }}"
25 | }
26 | {%- if not loop.last -%}
27 | ,
28 | {%- endif -%}
29 | {%- endfor %}
30 | ]
31 | }
32 |
--------------------------------------------------------------------------------
/posts/fourthpost.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: This is my fourth post.
3 | description: This is a post on My Blog about touchpoints and circling wagons.
4 | date: 2018-09-30
5 | tags: second-tag
6 | layout: layouts/post.njk
7 | ---
8 | Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.
9 |
10 | Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.
11 |
12 | ## Section Header
13 |
14 | Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.
15 |
16 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2018 Zach Leatherman @zachleat
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "eleventy-base-blog",
3 | "version": "5.0.2",
4 | "description": "A starter repository for a blog web site using the Eleventy static site generator.",
5 | "scripts": {
6 | "build": "eleventy",
7 | "watch": "eleventy --watch",
8 | "serve": "eleventy --serve",
9 | "start": "eleventy --serve",
10 | "debug": "DEBUG=* eleventy"
11 | },
12 | "repository": {
13 | "type": "git",
14 | "url": "git://github.com/11ty/eleventy-base-blog.git"
15 | },
16 | "author": {
17 | "name": "Zach Leatherman",
18 | "email": "zachleatherman@gmail.com",
19 | "url": "https://zachleat.com/"
20 | },
21 | "license": "MIT",
22 | "bugs": {
23 | "url": "https://github.com/11ty/eleventy-base-blog/issues"
24 | },
25 | "homepage": "https://github.com/11ty/eleventy-base-blog#readme",
26 | "devDependencies": {
27 | "@11ty/eleventy": "^0.11.0",
28 | "@11ty/eleventy-navigation": "^0.1.6",
29 | "@11ty/eleventy-plugin-rss": "^1.0.9",
30 | "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
31 | "luxon": "^1.21.3",
32 | "markdown-it": "^8.4.2",
33 | "markdown-it-anchor": "^5.2.5"
34 | }
35 | }
36 |
--------------------------------------------------------------------------------
/feed/feed.njk:
--------------------------------------------------------------------------------
1 | ---
2 | # Metadata comes from _data/metadata.json
3 | permalink: "{{ metadata.feed.path | url }}"
4 | eleventyExcludeFromCollections: true
5 | ---
6 |
7 |
8 | {{ metadata.title }}
9 | {{ metadata.feed.subtitle }}
10 | {% set absoluteUrl %}{{ metadata.feed.path | url | absoluteUrl(metadata.url) }}{% endset %}
11 |
12 |
13 | {{ collections.posts | rssLastUpdatedDate }}
14 | {{ metadata.feed.id }}
15 |
16 | {{ metadata.author.name }}
17 | {{ metadata.author.email }}
18 |
19 | {%- for post in collections.posts | reverse %}
20 | {% set absolutePostUrl %}{{ post.url | url | absoluteUrl(metadata.url) }}{% endset %}
21 |
22 | {{ post.data.title }}
23 |
24 | {{ post.date | rssDate }}
25 | {{ absolutePostUrl }}
26 | {{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }}
27 |
28 | {%- endfor %}
29 |
30 |
--------------------------------------------------------------------------------
/posts/secondpost.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: This is my second post.
3 | description: This is a post on My Blog about leveraging agile frameworks.
4 | date: 2018-07-04
5 | tags:
6 | - number-2
7 | layout: layouts/post.njk
8 | ---
9 | Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.
10 |
11 | ## Section Header
12 |
13 | First post
14 | Third post
15 |
16 | Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.
17 |
18 | Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.
19 |
--------------------------------------------------------------------------------
/posts/firstpost.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: This is my first post.
3 | description: This is a post on My Blog about agile frameworks.
4 | date: 2018-05-01
5 | tags:
6 | - another-tag
7 | layout: layouts/post.njk
8 | ---
9 | Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.
10 |
11 | Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.
12 |
13 | ## Section Header
14 |
15 | Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.
16 |
17 | ``` text/2-3
18 | // this is a command
19 | function myCommand() {
20 | let counter = 0;
21 | counter++;
22 | }
23 |
24 | // Test with a line break above this line.
25 | console.log('Test');
26 | ```
27 |
--------------------------------------------------------------------------------
/posts/thirdpost.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: This is my third post.
3 | description: This is a post on My Blog about win-win survival strategies.
4 | date: 2018-08-24
5 | tags:
6 | - second-tag
7 | layout: layouts/post.njk
8 | ---
9 | Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.
10 |
11 | ``` js/2/4
12 | // this is a command
13 | function myCommand() {
14 | let counter = 0;
15 |
16 | counter++;
17 |
18 | }
19 |
20 | // Test with a line break above this line.
21 | console.log('Test');
22 | ```
23 |
24 | Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.
25 |
26 | ## Section Header
27 |
28 | Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.
29 |
--------------------------------------------------------------------------------
/css/prism-base16-monokai.dark.css:
--------------------------------------------------------------------------------
1 | code[class*="language-"], pre[class*="language-"] {
2 | font-size: 14px;
3 | line-height: 1.375;
4 | direction: ltr;
5 | text-align: left;
6 | white-space: pre;
7 | word-spacing: normal;
8 | word-break: normal;
9 | -moz-tab-size: 2;
10 | -o-tab-size: 2;
11 | tab-size: 2;
12 | -webkit-hyphens: none;
13 | -moz-hyphens: none;
14 | -ms-hyphens: none;
15 | hyphens: none;
16 | background: #272822;
17 | color: #f8f8f2;
18 | }
19 | pre[class*="language-"] {
20 | padding: 1.5em 0;
21 | margin: .5em 0;
22 | overflow: auto;
23 | }
24 | :not(pre) > code[class*="language-"] {
25 | padding: .1em;
26 | border-radius: .3em;
27 | }
28 | .token.comment, .token.prolog, .token.doctype, .token.cdata {
29 | color: #75715e;
30 | }
31 | .token.punctuation {
32 | color: #f8f8f2;
33 | }
34 | .token.namespace {
35 | opacity: .7;
36 | }
37 | .token.operator, .token.boolean, .token.number {
38 | color: #fd971f;
39 | }
40 | .token.property {
41 | color: #f4bf75;
42 | }
43 | .token.tag {
44 | color: #66d9ef;
45 | }
46 | .token.string {
47 | color: #a1efe4;
48 | }
49 | .token.selector {
50 | color: #ae81ff;
51 | }
52 | .token.attr-name {
53 | color: #fd971f;
54 | }
55 | .token.entity, .token.url, .language-css .token.string, .style .token.string {
56 | color: #a1efe4;
57 | }
58 | .token.attr-value, .token.keyword, .token.control, .token.directive, .token.unit {
59 | color: #a6e22e;
60 | }
61 | .token.statement, .token.regex, .token.atrule {
62 | color: #a1efe4;
63 | }
64 | .token.placeholder, .token.variable {
65 | color: #66d9ef;
66 | }
67 | .token.deleted {
68 | text-decoration: line-through;
69 | }
70 | .token.inserted {
71 | border-bottom: 1px dotted #f9f8f5;
72 | text-decoration: none;
73 | }
74 | .token.italic {
75 | font-style: italic;
76 | }
77 | .token.important, .token.bold {
78 | font-weight: bold;
79 | }
80 | .token.important {
81 | color: #f92672;
82 | }
83 | .token.entity {
84 | cursor: help;
85 | }
86 | pre > code.highlight {
87 | outline: 0.4em solid #f92672;
88 | outline-offset: .4em;
89 | }
90 |
--------------------------------------------------------------------------------
/_includes/layouts/base.njk:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | {{ title or metadata.title }}
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |