diff --git a/_config.yml b/_config.yml index 070f54d..6396cea 100644 --- a/_config.yml +++ b/_config.yml @@ -26,10 +26,7 @@ email: contact@datat.fi description: Jotain. baseurl: # the optional subpath of your site, e.g. "/blog" url: https://datat.fi # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" -author: Datat Ry - name: - twitter: - picture: +author: Datat twitter_username: github_username: logo: # path of site logo, e.g. "/assets/images/logo.png" @@ -49,12 +46,11 @@ plugins: # previsously gems - jekyll-feed - jekyll-seo-tag - jekyll-sitemap - - jekyll-paginate feed: path: atom.xml # Pagination - https://jekyllrb.com/docs/pagination/ -paginate: 10 +paginate: false paginate_path: /page:num/ # Exclude from processing. diff --git a/_data/theme.yml b/_data/theme.yml index 600d954..5ec7a2b 100644 --- a/_data/theme.yml +++ b/_data/theme.yml @@ -50,4 +50,4 @@ google_fonts: navigation_pages: - about.md - - cv.md + - leffat.md diff --git a/_layouts/home.html b/_layouts/home.html index e6e2577..41ac1ef 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -8,7 +8,7 @@ layout: default
{{ content }}
- {% if site.posts.size > 0 %} + {% if site.posts.size > 0 and page.hide_posts != true %}

{{ site.data.theme.t.posts | default: 'Posts' }}{% if paginator.page > 1 %}{{ site.data.theme.t.page | default: 'Page' | prepend: ' - ' | append: ' ' }}{{ paginator.page }} {{ site.data.theme.t.of | default: 'of' }} {{ paginator.total_pages }}{% endif %}

diff --git a/about.markdown b/about.markdown deleted file mode 100644 index 8b4e0b2..0000000 --- a/about.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: About -permalink: /about/ ---- - -This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) - -You can find the source code for Minima at GitHub: -[jekyll][jekyll-organization] / -[minima](https://github.com/jekyll/minima) - -You can find the source code for Jekyll at GitHub: -[jekyll][jekyll-organization] / -[jekyll](https://github.com/jekyll/jekyll) - - -[jekyll-organization]: https://github.com/jekyll diff --git a/about.md b/about.md new file mode 100644 index 0000000..4767b05 --- /dev/null +++ b/about.md @@ -0,0 +1,7 @@ +--- +layout: page +title: Tietoa datoista +permalink: /about/ +--- + +Tämä on Otaniemen lukion matematiikka- ja luonnontiedelukion opiskelijoiden eli datojen sivu. Sivua ylläpitää datojen sekä data-alumnien yhdistys Datat Ry. \ No newline at end of file diff --git a/docs/404.md b/docs/404.md deleted file mode 100644 index 3d36d17..0000000 --- a/docs/404.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Page not found -layout: page -permalink: /404.html ---- - -Sorry, but the page you were trying to view has moved or does not exist. diff --git a/docs/Gemfile b/docs/Gemfile deleted file mode 100644 index 4226e0d..0000000 --- a/docs/Gemfile +++ /dev/null @@ -1,15 +0,0 @@ -source "https://rubygems.org" - -gem "github-pages", group: :jekyll_plugins - -gem "wdm", "~> 0.1.0" if Gem.win_platform? -gem "jekyll-remote-theme" - -# If you have any plugins, put them here! -# group :jekyll_plugins do -# gem "jekyll-paginate" -# gem "jekyll-sitemap" -# gem "jekyll-gist" -# gem "jekyll-feed" -# gem "jemoji" -# end diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index b38db7c..0000000 --- a/docs/_config.yml +++ /dev/null @@ -1,112 +0,0 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your entire site, values -# which you are expected to set up once and rarely need to edit after that. -# For technical reasons, this file is *NOT* reloaded automatically when you use -# `jekyll serve`. If you change this file, please restart the server process. - -remote_theme: "mmistakes/jekyll-theme-basically-basic" - -# Site Settings -lang: en-US -title: Basically Basic -email: dugan.nash@mailinator.com -description: "Your new default Jekyll theme" -baseurl: "/jekyll-theme-basically-basic" -url: "https://mmistakes.github.io" -repository: "mmistakes/minimal-mistakes" -author: - name: Dugan Nash - twitter: Towlette_Pettetucci - picture: /assets/images/johndoe.png -twitter_username: Towlette_Pettetucci -github_username: Towlette_Pettetucci -logo: /assets/icons/basically-basic-logo-light.svg -google_analytics: UA-2011187-6 -disqus: - shortname: -search: true -search_full_content: true -search_provider: lunr -algolia: - application_id: # YOUR_APPLICATION_ID - index_name: # YOUR_INDEX_NAME - search_only_api_key: # YOUR_SEARCH_ONLY_API_KEY - powered_by: # true (default), false - -# Conversion -markdown: kramdown -highlighter: rouge -lsi: false -incremental: false - -# Markdown Processing -kramdown: - input: GFM - hard_wrap: false - auto_ids: true - footnote_nr: 1 - entity_output: as_char - toc_levels: 1..6 - smart_quotes: lsquo,rsquo,ldquo,rdquo - enable_coderay: false - -# Sass/SCSS -sass: - sass_dir: _sass - style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style - -# Outputting -permalink: /:categories/:title/ -timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones - -# Plugins -plugins: # previously gems - - jekyll-feed - - jekyll-seo-tag - - jekyll-sitemap - - jekyll-paginate - - jekyll-remote-theme - -# Jekyll Feed -feed: - path: atom.xml - -# Pagination - https://jekyllrb.com/docs/pagination/ -paginate: 10 -paginate_path: /page:num/ - -# Exclude from processing. -# The following items will not be processed, by default. Create a custom list -# to override the default setting. -# exclude: -# - Gemfile -# - Gemfile.lock -# - node_modules -# - vendor/bundle/ -# - vendor/cache/ -# - vendor/gems/ -# - vendor/ruby/ - -# Collections -collections: - recipes: - output: true - permalink: /:collection/:path/ - -# Front Matter Defaults -defaults: - # _posts - - scope: - path: "_posts" - type: posts - values: - layout: post - read_time: true - # _recipes - - scope: - path: "_recipes" - type: recipes - values: - layout: post - read_time: true diff --git a/docs/_data/cv.json b/docs/_data/cv.json deleted file mode 100644 index 8b08c03..0000000 --- a/docs/_data/cv.json +++ /dev/null @@ -1,128 +0,0 @@ -{ - "basics": { - "name": "Dugan Nash", - "label": "Very extravagant man", - "picture": "", - "email": "dugan.hash@mailinator.com", - "phone": "(555) 555-5555", - "website": "https://towlettepettetuc.ci", - "summary": "Nash is well versed in the Montoyan / Artesian Connection, preparation of grasshopper mash, and baking of grover loaves.", - "location": { - "address": "123 Sesame Street", - "postalCode": "CA 94115", - "city": "San Francisco", - "countryCode": "US", - "region": "California" - }, - "profiles": [ - { - "network": "Twitter", - "username": "Towlette_Pettetucci", - "url": "https://twitter.com/Towlette_Pettetucci" - }, - { - "network": "SoundCloud", - "username": "Towlette_Pettetucci", - "url": "https://soundcloud.com/Towlette_Pettetucci" - } - ] - }, - "work": [ - { - "company": "The Whip", - "position": "CEO/President", - "website": "https://thewh.ip", - "startDate": "2013-12-01", - "endDate": "", - "summary": "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.", - "highlights": [ - "Concealed nipper in embrodiery.", - "Dealt with Elastical Gomez on a daily basis." - ] - } - ], - "volunteer": [ - { - "organization": "Steve's Meat Market", - "position": "Assistant", - "website": "", - "startDate": "1995-01-01", - "endDate": "1997-03-20", - "summary": "Ground up some sort of grasshopper mash for fishing.", - "highlights": [ - "Awarded a 'Helium Biscuit'" - ] - } - ], - "education": [ - { - "institution": "University of Ointment", - "area": "Digital Skillets", - "studyType": "Bachelor", - "startDate": "2011-06-01", - "endDate": "2014-01-01", - "gpa": "4.0", - "courses": [ - "DB1101 - Perpendicular Crosstalk", - "CS2011 - Introduction to Moisturization" - ] - } - ], - "awards": [ - { - "title": "Warble Pioneer Award", - "date": "2001-11-01", - "awarder": "Levi Goulet", - "summary": "Have you seen my turtle?" - } - ], - "publications": [ - { - "name": "Radio Julius", - "publisher": "Tanyo Lubbock", - "releaseDate": "2014-10-01", - "website": "https://en.rhy.es", - "summary": "Capitalize on low hanging fruit to identify a ballpark value added activity to beta test." - } - ], - "skills": [ - { - "name": "Audio Juggling", - "level": "Master", - "keywords": [ - "Ointment", - "Voltor", - "Millipedes" - ] - }, - { - "name": "Bruschotti", - "level": "Satisfactory", - "keywords": [ - "Snow camp", - "Owl" - ] - } - ], - "languages": [ - { - "language": "Nonsense", - "fluency": "Native speaker" - } - ], - "interests": [ - { - "name": "The Information Superhighway", - "keywords": [ - "Ferrets", - "Unicorns" - ] - } - ], - "references": [ - { - "name": " Nannette Nananacci", - "reference": "It is my pleasure to recommend Dugan Nash, his performance working as a consultant for Main St. Company proved that he will be a valuable addition to any company." - } - ] -} diff --git a/docs/_data/theme.yml b/docs/_data/theme.yml deleted file mode 100644 index 00e734b..0000000 --- a/docs/_data/theme.yml +++ /dev/null @@ -1,54 +0,0 @@ -# Theme Skin -skin: default # default, night, plum, sea, soft, steel - -# Theme Text -t: - skip_links: "Skip links" - skip_primary_nav: "Skip to primary navigation" - skip_content: "Skip to content" - skip_footer: "Skip to footer" - menu: "Menu" - search: "Search" - results_found: "Result(s) found" - search_placeholder_text: "Enter your search term..." - home: "Home" - newer: "Newer" - older: "Older" - email: "Email" - subscribe: "Subscribe" - read_more: "Read More" - posts: "Posts" - page: "Page" - of: "of" - min_read: "min read" - present: "Present" - cv_awards: "Awards" - cv_summary_contact: "Contact" - cv_summary_contact_email: "Email" - cv_summary_contact_phone: "Phone" - cv_summary_contact_website: "Website" - cv_location: "Location" - cv_education: "Education" - cv_education_courses: "Courses" - cv_interests: "Interests" - cv_languages: "Languages" - cv_publications: "Publications" - cv_references: "References" - cv_skills: "Skills" - cv_volunteer: "Volunteer" - cv_work: "Work" - -# Google Fonts -google_fonts: - - name: "Fira Sans" - weights: "400,400i,600,600i" - -# Link to specific internal pages in the navigation. -# Create a custom list to override the default setting of including links to all -# pages that have a `title`. Add raw page paths in the order you'd like. - -navigation_pages: - - about.md - - cv.md - - recipes.md - - tags.md diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html deleted file mode 100644 index 65d7179..0000000 --- a/docs/_layouts/default.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - {% include head.html %} - - - - {% include skip-links.html %} - - - - - -
-
- {% include masthead.html %} -
- {{ content }} -
- -
- {% include search-form.html %} -
- - -
- -
- -
-
- - {% include footer.html %} - {% include scripts.html %} - - - - diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html deleted file mode 100644 index 65636da..0000000 --- a/docs/_layouts/page.html +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: default ---- - -{% include page-intro.html %} - -
-
-
-
- {{ content }} -
-
- -
-
-
-
diff --git a/docs/_layouts/post.html b/docs/_layouts/post.html deleted file mode 100644 index e1fa2be..0000000 --- a/docs/_layouts/post.html +++ /dev/null @@ -1,25 +0,0 @@ ---- -layout: default ---- - -{% include page-intro.html %} - -
-
-
-
- {{ content }} -
-
- -
- {% if site.disqus.shortname %} - {% include disqus_comments.html %} - {% endif %} -
-
-
diff --git a/docs/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md b/docs/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md deleted file mode 100644 index 098ce7e..0000000 --- a/docs/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: "Edge Case: Nested and Mixed Lists" -categories: - - Edge Case -tags: - - content - - css - - edge case - - lists - - markup -last_modified_at: 2017-03-09T14:25:52-05:00 ---- - -Nested and mixed lists are an interesting beast. It's a corner case to make sure that lists within lists do not break the ordered list numbering order and list styles go deep enough. - -## Ordered -- Unordered -- Ordered - -1. ordered item -2. ordered item - * **unordered** - * **unordered** - 1. ordered item - 2. ordered item -3. ordered item -4. ordered item - -## Ordered -- Unordered -- Unordered - -1. ordered item -2. ordered item - * **unordered** - * **unordered** - * unordered item - * unordered item -3. ordered item -4. ordered item - -## Unordered -- Ordered -- Unordered - -* unordered item -* unordered item - 1. ordered - 2. ordered - * unordered item - * unordered item -* unordered item -* unordered item - -## Unordered -- Unordered -- Ordered - -* unordered item -* unordered item - * unordered - * unordered - 1. **ordered item** - 2. **ordered item** -* unordered item -* unordered item \ No newline at end of file diff --git a/docs/_posts/2009-06-01-edge-case-many-tags.md b/docs/_posts/2009-06-01-edge-case-many-tags.md deleted file mode 100644 index f43509f..0000000 --- a/docs/_posts/2009-06-01-edge-case-many-tags.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: "Edge Case: Many Tags" -categories: - - Edge Case -tags: - - 8BIT - - alignment - - Articles - - captions - - categories - - chat - - comments - - content - - css - - dowork - - edge case - - embeds - - excerpt - - Fail - - featured image - - FTW - - Fun - - gallery - - html - - image - - Jekyll - - layout - - link - - Love - - markup - - Mothership - - Must Read - - Nailed It - - Pictures - - Post Formats - - quote - - standard - - Success - - Swagger - - Tags - - template - - title - - twitter - - Unseen - - video - - YouTube ---- - -This post has many tags. \ No newline at end of file diff --git a/docs/_posts/2009-07-02-edge-case-many-categories.md b/docs/_posts/2009-07-02-edge-case-many-categories.md deleted file mode 100644 index 4d67986..0000000 --- a/docs/_posts/2009-07-02-edge-case-many-categories.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Edge Case: Many Categories" -categories: - - aciform - - antiquarianism - - arrangement - - asmodeus - - broder - - buying - - championship - - chastening - - disinclination - - disinfection -tags: - - categories - - edge case ---- - -This post has many categories. \ No newline at end of file diff --git a/docs/_posts/2009-08-06-edge-case-no-body-content.md b/docs/_posts/2009-08-06-edge-case-no-body-content.md deleted file mode 100644 index 8a68508..0000000 --- a/docs/_posts/2009-08-06-edge-case-no-body-content.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Edge Case: No Body Content" -excerpt: "This post has no body content and should be blank on the post's page." -categories: - - Edge Case -tags: - - content - - edge case - - layout -last_modified_at: 2017-03-09T14:23:48-05:00 ---- diff --git a/docs/_posts/2009-09-05-edge-case-no-yaml-title.md b/docs/_posts/2009-09-05-edge-case-no-yaml-title.md deleted file mode 100644 index 7a32127..0000000 --- a/docs/_posts/2009-09-05-edge-case-no-yaml-title.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -categories: - - Edge Case -tags: - - edge case - - layout - - title ---- - -This post has no title specified in the YAML Front Matter. Jekyll should auto-generate a title from the filename. - -For example `2009-09-05-edge-case-no-yaml-title.md` becomes **Edge Case No Yaml Title**. \ No newline at end of file diff --git a/docs/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md b/docs/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md deleted file mode 100644 index e7be7ba..0000000 --- a/docs/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "Antidisestablishmentarianism" -categories: - - Edge Case -tags: - - content - - css - - edge case - - html - - layout - - title -last_modified_at: 2017-03-09T14:10:02-05:00 ---- - -This post title has a long word that could potentially overflow the content area. - -A few things to check for: - - * Non-breaking text in the title should have no adverse effects on layout or functionality. - * Check the browser window / tab title. - -The following CSS property will help you support non-breaking text. - -```css -word-wrap: break-word; -``` \ No newline at end of file diff --git a/docs/_posts/2009-10-05-edge-case-very-long-title.md b/docs/_posts/2009-10-05-edge-case-very-long-title.md deleted file mode 100644 index d31e072..0000000 --- a/docs/_posts/2009-10-05-edge-case-very-long-title.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Suspicio? Bene ... tunc ibimus? Quis uh ... CONEXUS locus his diebus? Quisque semper aliquid videtur, in volutpat mauris. Nolo enim dicere. Vobis neque ab aliis. Ego feci memetipsum explicans. Gus mortuus est. Lorem opus habeo. Jackson Isai? Tu quoque ... A te quidem a ante. Vos scitis quod blinking res Ive 'been vocans super vos? Et conteram illud, et conteram hoc. Maledicant druggie excors. Iam hoc tu facere conatus sum ad te in omni tempore? Ludum mutavit. Verbum est ex. Et ... sunt occid" -categories: - - Edge Case -tags: - - content - - css - - edge case - - html - - layout - - title ---- - -Check for long titles and how they might break layouts. \ No newline at end of file diff --git a/docs/_posts/2010-01-07-post-modified.md b/docs/_posts/2010-01-07-post-modified.md deleted file mode 100644 index dbfbe21..0000000 --- a/docs/_posts/2010-01-07-post-modified.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Post: Modified Date" -categories: - - Post Formats -tags: - - Post Formats - - readability - - standard -last_modified_at: 2017-03-09T13:01:27-05:00 ---- - -This post has been updated and should show a modified date if `last_modified_at` is used in the layout. - -Plugins like [**jekyll-sitemap**](https://github.com/jekyll/jekyll-feed) use this field to add a `` tag your `sitemap.xml`. \ No newline at end of file diff --git a/docs/_posts/2010-01-07-post-standard.md b/docs/_posts/2010-01-07-post-standard.md deleted file mode 100644 index cd83ea0..0000000 --- a/docs/_posts/2010-01-07-post-standard.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Post: Standard" -excerpt_separator: "" -categories: - - Post Formats -tags: - - Post Formats - - readability - - standard ---- - -All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing in a garden, and she plucked another flower and ran with it to her mother. I suppose she must have looked rather delightful, for Mrs. Darling put her hand to her heart and cried, "Oh, why can't you remain like this for ever!" This was all that passed between them on the subject, but henceforth Wendy knew that she must grow up. You always know after you are two. Two is the beginning of the end. - -Mrs. Darling first heard of Peter when she was tidying up her children's minds. It is the nightly custom of every good mother after her children are asleep to rummage in their minds and put things straight for next morning, repacking into their proper places the many articles that have wandered during the day. - - - -This post has a manual excerpt `` set after the second paragraph. The following YAML Front Matter has also be applied: - -```yaml -excerpt_separator: "" -``` - -If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on. - -I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still. - -Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more. - -Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights. - -Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance. \ No newline at end of file diff --git a/docs/_posts/2010-02-05-post-quote.md b/docs/_posts/2010-02-05-post-quote.md deleted file mode 100644 index 60859a0..0000000 --- a/docs/_posts/2010-02-05-post-quote.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Post: Quote" -categories: - - Post Formats -tags: - - Post Formats - - quote ---- - -> Only one thing is impossible for God: To find any sense in any copyright law on the planet. -> -> Mark Twain \ No newline at end of file diff --git a/docs/_posts/2010-06-02-post-video-youtube.md b/docs/_posts/2010-06-02-post-video-youtube.md deleted file mode 100644 index d4fd8d6..0000000 --- a/docs/_posts/2010-06-02-post-video-youtube.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Post: Video (YouTube)" -categories: - - Post Formats -tags: - - Post Formats -last_modified_at: 2017-03-23T15:33:37-04:00 ---- - -
- -
- -This post tests YouTube video embeds. - -Simply wrap embeds with a `
` element and the appropriate classes: - -```html - -
- -
- - -
- -
-``` diff --git a/docs/_posts/2010-09-10-post-twitter-embeds.md b/docs/_posts/2010-09-10-post-twitter-embeds.md deleted file mode 100644 index fd16523..0000000 --- a/docs/_posts/2010-09-10-post-twitter-embeds.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Post: Twitter Embed" -categories: - - Media -tags: - - content - - embeds - - media - - twitter -last_modified_at: 2017-03-09T12:57:42-05:00 ---- - - - - -This post tests Twitter Embeds. \ No newline at end of file diff --git a/docs/_posts/2010-10-25-post-future-date.md b/docs/_posts/2010-10-25-post-future-date.md deleted file mode 100644 index 163ee06..0000000 --- a/docs/_posts/2010-10-25-post-future-date.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Post: Future Date" -date: 9999-12-31 -categories: - - Post -last_modified_at: 2017-03-09T12:45:25-05:00 ---- - -This post lives in the future and is dated {{ page.date | date: "%c" }}. It should only appear when Jekyll builds your project with the `--future` flag. - -```bash -jekyll build --future -``` \ No newline at end of file diff --git a/docs/_posts/2012-03-12-layout-external-hero-image.md b/docs/_posts/2012-03-12-layout-external-hero-image.md deleted file mode 100644 index b0f24df..0000000 --- a/docs/_posts/2012-03-12-layout-external-hero-image.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Layout: External Hero Image" -image: - path: https://source.unsplash.com/random/1024x600 - thumbnail: https://source.unsplash.com/random/400x300 -categories: - - Layout -tags: - - content - - image - - layout -last_modified_at: 2017-03-17T10:46:49-04:00 ---- - -This post should display a large hero image at the top of a page. - -This post tests a horizontal image using the following YAML Front Matter: - -```yaml -image: https://source.unsplash.com/random/1024x600 -``` - -Hero images can also be assigned like this: - -```yaml -image: - path: https://source.unsplash.com/random/1024x600 -``` diff --git a/docs/_posts/2012-03-14-layout-excerpt-defined.md b/docs/_posts/2012-03-14-layout-excerpt-defined.md deleted file mode 100644 index f5a1439..0000000 --- a/docs/_posts/2012-03-14-layout-excerpt-defined.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Layout: Excerpt (Defined)" -excerpt: "This is a user-defined post excerpt. It should be displayed in place of the auto-generated excerpt or post content on index pages." -categories: - - Layout - - Uncategorized -tags: - - content - - excerpt - - layout -last_modified_at: 2017-03-09T12:43:31-05:00 ---- - -This is the start of the post content. - -This paragraph should be absent from an index page where `post.excerpt` is shown. \ No newline at end of file diff --git a/docs/_posts/2012-03-14-layout-excerpt-generated.md b/docs/_posts/2012-03-14-layout-excerpt-generated.md deleted file mode 100644 index b6ebff3..0000000 --- a/docs/_posts/2012-03-14-layout-excerpt-generated.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Layout: Excerpt (Generated with Separator Tag)" -excerpt_separator: "" -categories: - - Layout - - Uncategorized -tags: - - content - - excerpt - - layout -last_modified_at: 2017-03-09T12:32:16-05:00 ---- - -This is the post content. Archive-index pages should display an [auto-generated excerpt](https://jekyllrb.com/docs/posts/#post-excerpts) of all the content preceding the `excerpt_separator`, as defined in the YAML Front Matter or globally in `_config.yml`. - -Be sure to test the formatting of the auto-generated excerpt, to ensure that it doesn't create any layout problems. - - - -Lorem ipsum dolor sit amet, dicant nusquam corpora in usu, laudem putent fuisset ut eam. Justo accusam definitionem id cum, choro prodesset ex his. Noluisse constituto intellegebat ea mei. Timeam admodum omnesque pri ex, eos habemus suavitate aliquando cu. Dico nihil delectus quo cu. Ludus cetero cu eos, vidit invidunt dissentiet mea ne. - -Usu delenit vocibus elaboraret ex. Scripta sapientem adversarium ei pri, pri ex solet democritum. Nam te porro impedit, ei doctus albucius cotidieque pri, ea mutat causae lucilius has. Pri omnis errem labore ut. An aperiam tibique est, mei te dolore veritus, nam nulla feugait ut. In vis labitur eripuit contentiones. \ No newline at end of file diff --git a/docs/_posts/2012-03-14-layout-hero-image.md b/docs/_posts/2012-03-14-layout-hero-image.md deleted file mode 100644 index 2d34e34..0000000 --- a/docs/_posts/2012-03-14-layout-hero-image.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "Layout: Hero Image" -image: /assets/images/eder-oliveira-180877.jpg -categories: - - Layout -tags: - - content - - image - - layout -last_modified_at: 2017-03-17T10:46:49-04:00 ---- - -This post should display a large hero image at the top of a page. - -This post tests a horizontal image using the following YAML Front Matter: - -```yaml -image: /assets/images/eder-oliveira-180877.jpg -``` - -Hero images can also be assigned like this: - -```yaml -image: - path: /assets/images/eder-oliveira-180877.jpg -``` diff --git a/docs/_posts/2012-05-22-markup-text-readability.md b/docs/_posts/2012-05-22-markup-text-readability.md deleted file mode 100644 index 9970eff..0000000 --- a/docs/_posts/2012-05-22-markup-text-readability.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: "Markup: Text Readability Test" -excerpt: "A large amount of sample text to test readability of a text heavy page." -tags: - - sample post - - readability - - test -last_modified_at: 2017-03-09T12:26:59-05:00 ---- - -Portland in shoreditch Vice, labore typewriter pariatur hoodie fap sartorial Austin. Pinterest literally occupy Schlitz forage. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag. - -Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. - -## Cupidatat 90's lo-fi authentic try-hard - -In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. Terry Richardson shabby chic +1, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's. - - * Sartorial hoodie - * Labore viral forage - * Tote bag selvage - * DIY exercitation et id ugh tumblr church-key - -Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr. - -Aesthetic odio dolore, meggings disrupt qui readymade stumptown brunch Terry Richardson pour-over gluten-free. Banksy american apparel in selfies, biodiesel flexitarian organic meh wolf quinoa gentrify banjo kogi. Readymade tofu ex, scenester dolor umami fingerstache occaecat fashion axe Carles jean shorts minim. Keffiyeh fashion axe nisi Godard mlkshk dolore. Lomo you probably haven't heard of them eu non, Odd Future Truffaut pug keytar meggings McSweeney's Pinterest cred. Etsy literally aute esse, eu bicycle rights qui meggings fanny pack. Gentrify leggings pug flannel duis. - -## Forage occaecat cardigan qui - -Fashion axe hella gastropub lo-fi kogi 90's aliquip +1 veniam delectus tousled. Cred sriracha locavore gastropub kale chips, iPhone mollit sartorial. Anim dolore 8-bit, pork belly dolor photo booth aute flannel small batch. Dolor disrupt ennui, tattooed whatever salvia Banksy sartorial roof party selfies raw denim sint meh pour-over. Ennui eu cardigan sint, gentrify iPhone cornhole. - -> Whatever velit occaecat quis deserunt gastropub, leggings elit tousled roof party 3 wolf moon kogi pug blue bottle ea. Fashion axe shabby chic Austin quinoa pickled laborum bitters next level, disrupt deep v accusamus non fingerstache. - -Tote bag asymmetrical elit sunt. Occaecat authentic Marfa, hella McSweeney's next level irure veniam master cleanse. Sed hoodie letterpress artisan wolf leggings, 3 wolf moon commodo ullamco. Anim occupy ea labore Terry Richardson. Tofu ex master cleanse in whatever pitchfork banh mi, occupy fugiat fanny pack Austin authentic. Magna fugiat 3 wolf moon, labore McSweeney's sustainable vero consectetur. Gluten-free disrupt enim, aesthetic fugiat jean shorts trust fund keffiyeh magna try-hard. - -## Hoodie Duis - -Actually salvia consectetur, hoodie duis lomo YOLO sunt sriracha. Aute pop-up brunch farm-to-table odio, salvia irure occaecat. Sriracha small batch literally skateboard. Echo Park nihil hoodie, aliquip forage artisan laboris. Trust fund reprehenderit nulla locavore. Stumptown raw denim kitsch, keffiyeh nulla twee dreamcatcher fanny pack ullamco 90's pop-up est culpa farm-to-table. Selfies 8-bit do pug odio. - -### Thundercats Ho! - -Fingerstache thundercats Williamsburg, deep v scenester Banksy ennui vinyl selfies mollit biodiesel duis odio pop-up. Banksy 3 wolf moon try-hard, sapiente enim stumptown deep v ad letterpress. Squid beard brunch, exercitation raw denim yr sint direct trade. Raw denim narwhal id, flannel DIY McSweeney's seitan. Letterpress artisan bespoke accusamus, meggings laboris consequat Truffaut qui in seitan. Sustainable cornhole Schlitz, twee Cosby sweater banh mi deep v forage letterpress flannel whatever keffiyeh. Sartorial cred irure, semiotics ethical sed blue bottle nihil letterpress. - -Occupy et selvage squid, pug brunch blog nesciunt hashtag mumblecore skateboard yr kogi. Ugh small batch swag four loko. Fap post-ironic qui tote bag farm-to-table american apparel scenester keffiyeh vero, swag non pour-over gentrify authentic pitchfork. Schlitz scenester lo-fi voluptate, tote bag irony bicycle rights pariatur vero Vice freegan wayfarers exercitation nisi shoreditch. Chambray tofu vero sed. Street art swag literally leggings, Cosby sweater mixtape PBR lomo Banksy non in pitchfork ennui McSweeney's selfies. Odd Future Banksy non authentic. - -Aliquip enim artisan dolor post-ironic. Pug tote bag Marfa, deserunt pour-over Portland wolf eu odio intelligentsia american apparel ugh ea. Sunt viral et, 3 wolf moon gastropub pug id. Id fashion axe est typewriter, mlkshk Portland art party aute brunch. Sint pork belly Cosby sweater, deep v mumblecore kitsch american apparel. Try-hard direct trade tumblr sint skateboard. Adipisicing bitters excepteur biodiesel, pickled gastropub aute veniam. diff --git a/docs/_posts/2013-01-05-markup-title-with-markup.md b/docs/_posts/2013-01-05-markup-title-with-markup.md deleted file mode 100644 index 2ce5f1b..0000000 --- a/docs/_posts/2013-01-05-markup-title-with-markup.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Markup: Title *with* **Markdown**" -categories: - - Markdown -tags: - - css - - html - - title -last_modified_at: 2017-03-09T12:25:10-05:00 ---- - -Using Markdown in the title should have no adverse effect on the layout or functionality. - -**`page.title` example:** - -```yaml -title: "Markup: Title *with* **Markdown**"" -``` \ No newline at end of file diff --git a/docs/_posts/2013-01-05-markup-title-with-special-characters.md b/docs/_posts/2013-01-05-markup-title-with-special-characters.md deleted file mode 100644 index 1b5eceb..0000000 --- a/docs/_posts/2013-01-05-markup-title-with-special-characters.md +++ /dev/null @@ -1,437 +0,0 @@ ---- -title: "Markup: Title with Special --- Characters" -categories: - - Markup -tags: - - html - - markup - - post - - title -last_modified_at: 2017-03-09T12:23:27-05:00 ---- - -Putting special characters in the title should have no adverse effect on the layout or functionality. - -The title above has none-breaking spaces before and after the m-dash. - -```markdown - ---  -``` - -## Latin Character Tests - -This is a test to see if the fonts used in this theme support basic Latin characters. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- ! - - “ - - # - - $ - - % - - & - - ‘ - - ( - - ) - - * -
- + - - , - - – - - . - - / - - - 1 - - 2 - - 3 - - 4 -
- 5 - - 6 - - 7 - - 8 - - 9 - - : - - ; - - > - - = - - < -
- ? - - @ - - A - - B - - C - - D - - E - - F - - G - - H -
- I - - J - - K - - L - - M - - N - - O - - P - - Q - - R -
- S - - T - - U - - V - - W - - X - - Y - - Z - - [ - -
- ] - - ^ - - _ - - ` - - a - - b - - c - - d - - e - - f -
- g - - h - - i - - j - - k - - l - - m - - n - - o - - p -
- q - - r - - s - - t - - u - - v - - w - - x - - y - - z -
- { - - | - - } - - ~ - - - - - - -
\ No newline at end of file diff --git a/docs/_posts/2013-01-09-markup-text-alignment.md b/docs/_posts/2013-01-09-markup-text-alignment.md deleted file mode 100644 index bc50755..0000000 --- a/docs/_posts/2013-01-09-markup-text-alignment.md +++ /dev/null @@ -1,111 +0,0 @@ ---- -title: "Markup: Text Alignment and Transformations" -categories: - - Markup -tags: - - alignment - - content - - css - - markup -last_modified_at: 2017-03-09T12:17:03-05:00 ---- - -Sample text to demonstrate alignment and transformation classes. - -Easily realign text with alignment classes via HTML: - -``` -

Left aligned text.

-

Center aligned text.

-

Right aligned text.

-

Justified text.

-

No wrap text.

-``` - -Or with Kramdown and [inline attribute lists](https://kramdown.gettalong.org/syntax.html#inline-attribute-lists): - -```markdown -Left aligned text. -{: .text-left} - -Center aligned text. -{: .text-center} - -Right aligned text. -{: .text-right} - -Justified text. -{: .text-justify} - -No wrap text. -{: .text-nowrap} -``` - -## Default - -This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me. - -## Left Aligned - -This is a paragraph. It is left aligned. Because of this, it is a bit more liberal in it's views. It's favorite color is green. Left align tends to be more eco-friendly, but it provides no concrete evidence that it really is. Even though it likes share the wealth evenly, it leaves the equal distribution up to justified alignment. -{: .text-left} - -## Center Aligned - -This is a paragraph. It is center aligned. Center is, but nature, a fence sitter. A flip flopper. It has a difficult time making up its mind. It wants to pick a side. Really, it does. It has the best intentions, but it tends to complicate matters more than help. The best you can do is try to win it over and hope for the best. I hear center align does take bribes. -{: .text-center} - -## Right Aligned - -This is a paragraph. It is right aligned. It is a bit more conservative in it's views. It's prefers to not be told what to do or how to do it. Right align totally owns a slew of guns and loves to head to the range for some practice. Which is cool and all. I mean, it's a pretty good shot from at least four or five football fields away. Dead on. So boss. -{: .text-right} - -## Justify Aligned - -This is a paragraph. It is justify aligned. It gets really mad when people associate it with Justin Timberlake. Typically, justified is pretty straight laced. It likes everything to be in it's place and not all cattywampus like the rest of the aligns. I am not saying that makes it better than the rest of the aligns, but it does tend to put off more of an elitist attitude. -{: .text-justify} - -## No Wrap - -This is a paragraph. It has a no wrap. Beef ribs pig tenderloin filet mignon. Spare ribs leberkas ribeye, burgdoggen fatback tenderloin biltong jowl flank sirloin hamburger bacon brisket. Shoulder bresaola drumstick capicola. Beef ribs prosciutto porchetta beef. -{: .text-nowrap} - ---- - -Transform text with capitalization classes via HTML: - -```html -

Lowercased text.

-

Uppercased text.

-

Capitalized text.

-

Truncated text.

-

Small text.

-``` - -Or with Kramdown: - -```markdown -Lowercased text -{: .text-lowercase} - -Uppercased text -{: .text-uppercase} - -Capitalized text -{: .text-capitalize} -``` - -Lowercased text -{: .text-lowercase} - -Uppercased text -{: .text-uppercase} - -Capitalized text -{: .text-capitalize} - -This is a truncated paragraph of text. Bacon ipsum dolor amet shoulder jowl tail andouille fatback tongue. Ham porchetta kielbasa pork pork chop, tenderloin hamburger meatball. Picanha porchetta swine, brisket salami pork belly burgdoggen. Cupim swine pastrami, chuck tri-tip pork belly jowl shankle alcatra brisket capicola ball tip prosciutto beef ribs doner. Tri-tip bacon ground round pork chop burgdoggen leberkas pork strip steak beef corned beef salami. -{: .text-truncate} - -Small text -{: .small} diff --git a/docs/_posts/2013-01-10-markup-image-alignment.md b/docs/_posts/2013-01-10-markup-image-alignment.md deleted file mode 100644 index 60e6293..0000000 --- a/docs/_posts/2013-01-10-markup-image-alignment.md +++ /dev/null @@ -1,89 +0,0 @@ ---- -title: "Markup: Image Alignment" -categories: - - Markup -tags: - - alignment - - captions - - content - - css - - image - - markup -last_modified_at: 2017-03-09T11:15:57-05:00 ---- - -The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let's get started. - -Assign classes with HTML: - -```html - - - -``` - -Or use Kramdown and [inline attribute lists](https://kramdown.gettalong.org/syntax.html#inline-attribute-lists): - -```markdown -![left-aligned-image](image.jpg){: .align-left} -![center-aligned-image](image.jpg){: .align-center} -![right-aligned-image](image.jpg){: .align-right} -``` - -![image-center]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-580x300.jpg){: .align-center} - -The image should be **centered** with the `.align-center` class. - -![image-left]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-150x150.jpg){: .align-left} The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned** with the `.align-left` class. - -As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we'll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it's thing. Mission accomplished! - -And now for a **massively large image** --- it has **no alignment**. - -![no-alignment]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-1200x4002.jpg) - -The image above, though `1200px` wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content. - -![image-right]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-300x200.jpg){: .align-right} - -And now we're going to shift things to the **right** with the `.align-right` class. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently. - -In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah --- Just like that. It never felt so good to be right. - -And just when you thought we were done, we're going to do them all over again with captions! - -
- -
Look at 580 x 300 getting some love.
-
- -The figure above happens to be **centered**. The caption also has a link in it, just to see if it does anything funky. - -
- -
Itty-bitty caption.
-
- -The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned** with the `.align-left` class. - -As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we'll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it's thing. Mission accomplished! - -And now for a massively large image with **no alignment**. - -
- -
Massive image comment for your eyeballs.
-
- -The figure element above has an inline style of `width: 1200px` set which should case it to break outside of the normal content flow. - -
- -
Feels good to be on the right.
-
- -And now we're going to shift things to the **right** with the `.align-right` class. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently. - -In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah --- Just like that. It never felt so good to be right. - -And that's a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked! \ No newline at end of file diff --git a/docs/_posts/2013-01-11-markup-html-elements-and-formatting.md b/docs/_posts/2013-01-11-markup-html-elements-and-formatting.md deleted file mode 100644 index 11a130b..0000000 --- a/docs/_posts/2013-01-11-markup-html-elements-and-formatting.md +++ /dev/null @@ -1,177 +0,0 @@ ---- -title: "Markup: HTML Elements and Formatting" -sub_title: "The common elements" -categories: - - Markup -elements: - - content - - css - - formatting - - html - - markup -last_modified_at: 2017-03-09T10:55:59-05:00 ---- - -A variety of common HTML elements to demonstrate the theme's stylesheet and verify they have been styled appropriately. - -# Header one - -## Header two - -### Header three - -#### Header four - -##### Header five - -###### Header six - -## Blockquotes - -Single line blockquote: - -> Stay hungry. Stay foolish. - -Multi line blockquote with a cite reference: - -> People think focus means saying yes to the thing you've got to focus on. But that's not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I'm actually as proud of the things we haven't done as the things I have done. Innovation is saying no to 1,000 things. - -Steve Jobs --- Apple Worldwide Developers' Conference, 1997 -{: .small} - -## Tables - -| Employee | Salary | | -| -------- | ------ | ------------------------------------------------------------ | -| [John Doe](#) | $1 | Because that's all Steve Jobs needed for a salary. | -| [Jane Doe](#) | $100K | For all the blogging she does. | -| [Fred Bloggs](#) | $100M | Pictures are worth a thousand words, right? So Jane × 1,000. | -| [Jane Bloggs](#) | $100B | With hair like that?! Enough said. | - -| Header1 | Header2 | Header3 | -|:--------|:-------:|--------:| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|-----------------------------| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|=============================| -| Foot1 | Foot2 | Foot3 | - -## Definition Lists - -Definition List Title -: Definition list division. - -Startup -: A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model. - -#dowork -: Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends. - -Do It Live -: I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c "We'll Do It Live") this one. - -## Unordered Lists (Nested) - - * List item one - * List item one - * List item one - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - -## Ordered List (Nested) - - 1. List item one - 1. List item one - 1. List item one - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - -## Address element - -
- 1 Infinite Loop
Cupertino, CA 95014
United States -
- -## Anchor element (aka. Link) - -This is an example of a [link](http://apple.com "Apple"). - -## Abbreviation element - -The abbreviation CSS stands for "Cascading Style Sheets". - -*[CSS]: Cascading Style Sheets - -## Cite element - -"Code is poetry." ---Automattic - -## Code element - -You will learn later on in these tests that `word-wrap: break-word;` will be your best friend. - -## Strike element - -This element will let you strikeout text. - -## Emphasize element - -The emphasize element should _italicize_ text. - -## Insert element - -This element should denote inserted text. - -## Keyboard element - -This scarcely known element emulates keyboard text, which is usually styled like the `` element. - -## Preformatted element - -This element styles large blocks of code. - -
-.post-title {
-	margin: 0 0 5px;
-	font-weight: bold;
-	font-size: 38px;
-	line-height: 1.2;
-	and here's a line of some really, really, really, really long text, just to see how the PRE element handles it and to find out how it overflows;
-}
-
- -## Quote element - -Developers, developers, developers… –Steve Ballmer - -## Strong element - -This element shows **bold text**. - -## Subscript element - -Getting our science styling on with H2O, which should push the "2" down. - -## Superscript element - -Still sticking with science and Isaac Newton's E = MC2, which should lift the 2 up. - -## Variable element - -This allows you to denote variables. \ No newline at end of file diff --git a/docs/_posts/2013-08-16-markup-syntax-highlighting.md b/docs/_posts/2013-08-16-markup-syntax-highlighting.md deleted file mode 100644 index 8d8ae90..0000000 --- a/docs/_posts/2013-08-16-markup-syntax-highlighting.md +++ /dev/null @@ -1,123 +0,0 @@ ---- -title: "Markup: Syntax Highlighting" -excerpt: "Post displaying the various ways one can highlight code blocks with Jekyll. Some options include standard Markdown, GitHub Flavored Markdown, and Jekyll's `{% highlight %}` tag." -last_modified_at: 2017-03-09T10:27:01-05:00 -tags: - - code - - syntax highlighting ---- - -Syntax highlighting is a feature that displays source code, in different colors and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.[^1] - -[^1]: - -## GFM Code Blocks - -GitHub Flavored Markdown [fenced code blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/) are supported by default with Jekyll. You may need to update your `_config.yml` file to enable them if you're using an older version. - -```yaml -kramdown: - input: GFM -``` - -Here's an example of a CSS code snippet written in GFM: - -```css -#container { - float: left; - margin: 0 -240px 0 0; - width: 100%; -} -``` - -Yet another code snippet for demonstration purposes: - -```ruby -module Jekyll - class TagIndex < Page - def initialize(site, base, dir, tag) - @site = site - @base = base - @dir = dir - @name = 'index.html' - self.process(@name) - self.read_yaml(File.join(base, '_layouts'), 'tag_index.html') - self.data['tag'] = tag - tag_title_prefix = site.config['tag_title_prefix'] || 'Tagged: ' - tag_title_suffix = site.config['tag_title_suffix'] || '–' - self.data['title'] = "#{tag_title_prefix}#{tag}" - self.data['description'] = "An archive of posts tagged #{tag}." - end - end -end -``` - -## Jekyll Highlight Liquid Tag - -Jekyll also has built-in support for syntax highlighting of code snippets using either Rouge or Pygments, using a dedicated Liquid tag as follows: - -```liquid -{% raw %}{% highlight scss %} -.highlight { - margin: 0; - padding: 1em; - font-family: $monospace; - font-size: $type-size-7; - line-height: 1.8; -} -{% endhighlight %}{% endraw %} -``` - -And the output will look like this: - -{% highlight scss %} -.highlight { - margin: 0; - padding: 1em; - font-family: $monospace; - font-size: $type-size-7; - line-height: 1.8; -} -{% endhighlight %} - -Here's an example of a code snippet using the Liquid tag and `linenos` enabled. - -{% highlight html linenos %} -{% raw %}{% endraw %} -{% endhighlight %} - -## Code Blocks in Lists - -Indentation matters. Be sure the indent of the code block aligns with the first non-space character after the list item marker (e.g., `1.`). Usually this will mean indenting 3 spaces instead of 4. - -1. Do step 1. -2. Now do this: - - ```ruby - def print_hi(name) - puts "Hi, #{name}" - end - print_hi('Tom') - #=> prints 'Hi, Tom' to STDOUT. - ``` - -3. Now you can do this. - -## GitHub Gist Embed - -GitHub Gist embeds can also be used: - -```html - -``` - -Which outputs as: - - diff --git a/docs/_posts/2017-12-01-jekyll-remote-theme-support.md b/docs/_posts/2017-12-01-jekyll-remote-theme-support.md deleted file mode 100644 index 61ef8ef..0000000 --- a/docs/_posts/2017-12-01-jekyll-remote-theme-support.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Jekyll Remote Theme Support Added" -excerpt: -last_modified_at: 2017-12-01T09:51:16-05:00 -tags: - - Jekyll ---- - -Basically Basic can now be installed remotely for use on GitHub Pages! - -The days of having to forking this repo and manually manage updates are over. Simply install the [**jekyll-remote-theme**](https://github.com/benbalter/jekyll-remote-theme) plugin by doing the following and away you go. - -1. If you've previously forked this repo start by removing `_layouts`, `_includes`, `_sass`, `assets/javascripts`, and `assets/stylesheets`. Be sure to leave any files that you've customized so they override the versions bundled in the theme. - -2. In your `Gemfile` replace `gem "jekyll"` with the following: - - ```ruby - gem "github-pages", group: :jekyll_plugins - gem "jekyll-remote-theme" - ``` - -3. Run `bundle update` and verify that all gems install properly. - -4. Add `remote_theme: "mmistakes/jekyll-theme-basically-basic"` to your `_config.yml` file. - -5. Then add [`jekyll-remote-theme`](https://github.com/benbalter/jekyll-remote-theme) to the `plugins` (previously gems) array in your `_config.yml` file like so: - - ```yaml - plugins: - - jekyll-remote-theme - ``` diff --git a/docs/_recipes/chocolate-chip-cookies.md b/docs/_recipes/chocolate-chip-cookies.md deleted file mode 100644 index 5e316d1..0000000 --- a/docs/_recipes/chocolate-chip-cookies.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: "Chocolate Chip Cookies" -image: - path: /assets/images/chocolate-chip-cookies-lg.jpg - thumbnail: /assets/images/chocolate-chip-cookies-400x200.jpg - caption: "Photo from [Pexels](https://www.pexels.com)" ---- - -A chocolate chip cookie is a drop cookie that originated in the United States and features chocolate chips as its distinguishing ingredient. - -The traditional recipe combines a dough composed of butter and both brown and white sugar with semi-sweet chocolate chips. Variations include recipes with other types of chocolate as well as additional ingredients such as nuts or oatmeal. - -This recipe makes 4 dozen cookies. - -## Ingredients - -* 2 1/4 cups all-purpose flour -* 1 teaspoon baking soda -* 1/2 teaspoon salt -* 1 cup butter, softened and cut to pieces -* 1 cup sugar -* 1 cup light brown sugar, packed -* 2 teaspoons vanilla extract -* 2 large eggs -* 2 cups semi-sweet chocolate chips -* 1/2 teaspoon nutmeg (optional) -* 1 cup chopped pecans or walnuts (optional) - -## Directions - -1. Preheat the oven to 350 F. -2. In a medium bowl, whisk flour with baking soda, nutmeg and salt. -3. In a large bowl, beat butter with sugar and brown sugar until creamy and light. Add vanilla and eggs, one at a time, and mix until incorporated. -4. Gradually add dry mixture into the butter-sugar wet blend, mixing with a spatula until combined. Add chocolate chips and nuts until just mixed. -5. Drop tablespoon-sized clumps onto un-greased cookie sheets. Bake for 8-12 minutes, or until pale brown. Allow to cool on the pan for a minute or three, then transfer cookies to a wire rack to finish cooling. diff --git a/docs/_recipes/oatmeal-cookies.md b/docs/_recipes/oatmeal-cookies.md deleted file mode 100644 index a9f10fb..0000000 --- a/docs/_recipes/oatmeal-cookies.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Oatmeal Cookies" -image: - path: /assets/images/oatmeal-cookies-lg.jpg - thumbnail: /assets/images/oatmeal-cookies-400x200.jpg - caption: "Photo from [Pexels](https://www.pexels.com)" ---- - -Oatmeal cookies are a proverbial favorite with both kids and adults. This crisp and chewy cookie is loaded with oats, dried fruit, and chopped nuts. - -## Ingredients - -* 1 cup butter, softened 1 cup white sugar -* 1 cup packed brown sugar -* 2 eggs -* 1 teaspoon vanilla extract -* 2 cups all-purpose flour -* 1 teaspoon baking soda -* 1 teaspoon salt -* 1 1/2 teaspoons ground cinnamon -* 3 cups quick cooking oats - -## Directions - -1. In a medium bowl, cream together butter, white sugar, and brown sugar. Beat in eggs one at a time, then stir in vanilla. Combine flour, baking soda, salt, and cinnamon; stir into the creamed mixture. Mix in oats. Cover, and chill dough for at least one hour. -2. Preheat the oven to 375 degrees F (190 degrees C). Grease cookie sheets. Roll the dough into walnut sized balls, and place 2 inches apart on cookie sheets. Flatten each cookie with a large fork dipped in sugar. -3. Bake for 8 to 10 minutes in preheated oven. Allow cookies to cool on baking sheet for 5 minutes before transferring to a wire rack to cool completely. diff --git a/docs/_recipes/peanut-butter-cookies.md b/docs/_recipes/peanut-butter-cookies.md deleted file mode 100644 index 8370c8f..0000000 --- a/docs/_recipes/peanut-butter-cookies.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Peanut Butter Cookies" -image: - path: /assets/images/peanut-butter-cookies-lg.jpg - thumbnail: /assets/images/peanut-butter-cookies-400x200.jpg - caption: "Photo from [Pexels](https://www.pexels.com)" ---- - -A peanut butter cookie is a type of cookie that is distinguished for having peanut butter as a principal ingredient. The cookie generally originated in the United States, its development dating back to the 1910s. - -## Ingredients - -* 1 cup unsalted butter -* 1 cup crunchy peanut butter -* 1 cup white sugar -* 1 cup packed brown sugar -* 2 eggs 2 -* 1/2 cups all-purpose flour -* 1 teaspoon baking powder -* 1/2 teaspoon salt -* 1 1/2 teaspoons baking soda - -## Directions - -1. Cream butter, peanut butter, and sugars together in a bowl; beat in eggs. -2. In a separate bowl, sift flour, baking powder, baking soda, and salt; stir into butter mixture. Put dough in refrigerator for 1 hour. -3. Roll dough into 1 inch balls and put on baking sheets. Flatten each ball with a fork, making a crisscross pattern. Bake in a preheated 375 degrees F oven for about 10 minutes or until cookies begin to brown. diff --git a/docs/about.md b/docs/about.md deleted file mode 100644 index b868910..0000000 --- a/docs/about.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "About" -layout: about ---- - -Basically Basic is a [Jekyll theme](https://jekyllrb.com/docs/themes/) meant as a substitute for the default --- [Minima](https://github.com/jekyll/minima). Conventions and features found there are fully supported by **Basically Basic**, with a few enhancements thrown in for good measure: - -- Clean responsive design with [six customizable skins](#skin) -- Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/) -- About page layout -- Disqus Comments and Google Analytics support -- SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/) - -You can find the source code for this theme at: {% include icon-github.html username="mmistakes" %}/[jekyll-theme-basically-basic](https://github.com/mmistakes/jekyll-theme-basically-basic) diff --git a/docs/assets/icons/basically-basic-logo-dark.svg b/docs/assets/icons/basically-basic-logo-dark.svg deleted file mode 100644 index 69c796b..0000000 --- a/docs/assets/icons/basically-basic-logo-dark.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/docs/assets/icons/basically-basic-logo-light.svg b/docs/assets/icons/basically-basic-logo-light.svg deleted file mode 100644 index 9604106..0000000 --- a/docs/assets/icons/basically-basic-logo-light.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/docs/assets/images/100x100.png b/docs/assets/images/100x100.png deleted file mode 100644 index 7b613a9..0000000 Binary files a/docs/assets/images/100x100.png and /dev/null differ diff --git a/docs/assets/images/amine-ounnas-180287.jpg b/docs/assets/images/amine-ounnas-180287.jpg deleted file mode 100644 index 14b5185..0000000 Binary files a/docs/assets/images/amine-ounnas-180287.jpg and /dev/null differ diff --git a/docs/assets/images/chocolate-chip-cookies-400x200.jpg b/docs/assets/images/chocolate-chip-cookies-400x200.jpg deleted file mode 100644 index 9346db2..0000000 Binary files a/docs/assets/images/chocolate-chip-cookies-400x200.jpg and /dev/null differ diff --git a/docs/assets/images/chocolate-chip-cookies-lg.jpg b/docs/assets/images/chocolate-chip-cookies-lg.jpg deleted file mode 100644 index b0de35b..0000000 Binary files a/docs/assets/images/chocolate-chip-cookies-lg.jpg and /dev/null differ diff --git a/docs/assets/images/eder-oliveira-180877.jpg b/docs/assets/images/eder-oliveira-180877.jpg deleted file mode 100644 index b0d5016..0000000 Binary files a/docs/assets/images/eder-oliveira-180877.jpg and /dev/null differ diff --git a/docs/assets/images/image-alignment-1200x4002.jpg b/docs/assets/images/image-alignment-1200x4002.jpg deleted file mode 100644 index 8e3137c..0000000 Binary files a/docs/assets/images/image-alignment-1200x4002.jpg and /dev/null differ diff --git a/docs/assets/images/image-alignment-150x150.jpg b/docs/assets/images/image-alignment-150x150.jpg deleted file mode 100644 index d3b0e48..0000000 Binary files a/docs/assets/images/image-alignment-150x150.jpg and /dev/null differ diff --git a/docs/assets/images/image-alignment-300x200.jpg b/docs/assets/images/image-alignment-300x200.jpg deleted file mode 100644 index 3921878..0000000 Binary files a/docs/assets/images/image-alignment-300x200.jpg and /dev/null differ diff --git a/docs/assets/images/image-alignment-580x300.jpg b/docs/assets/images/image-alignment-580x300.jpg deleted file mode 100644 index 75bf08e..0000000 Binary files a/docs/assets/images/image-alignment-580x300.jpg and /dev/null differ diff --git a/docs/assets/images/johndoe.png b/docs/assets/images/johndoe.png deleted file mode 100644 index 0ed30c7..0000000 Binary files a/docs/assets/images/johndoe.png and /dev/null differ diff --git a/docs/assets/images/oatmeal-cookies-400x200.jpg b/docs/assets/images/oatmeal-cookies-400x200.jpg deleted file mode 100644 index f919fe1..0000000 Binary files a/docs/assets/images/oatmeal-cookies-400x200.jpg and /dev/null differ diff --git a/docs/assets/images/oatmeal-cookies-lg.jpg b/docs/assets/images/oatmeal-cookies-lg.jpg deleted file mode 100644 index 27e9aa3..0000000 Binary files a/docs/assets/images/oatmeal-cookies-lg.jpg and /dev/null differ diff --git a/docs/assets/images/peanut-butter-cookies-400x200.jpg b/docs/assets/images/peanut-butter-cookies-400x200.jpg deleted file mode 100644 index ff006f9..0000000 Binary files a/docs/assets/images/peanut-butter-cookies-400x200.jpg and /dev/null differ diff --git a/docs/assets/images/peanut-butter-cookies-lg.jpg b/docs/assets/images/peanut-butter-cookies-lg.jpg deleted file mode 100644 index 1241547..0000000 Binary files a/docs/assets/images/peanut-butter-cookies-lg.jpg and /dev/null differ diff --git a/docs/categories.md b/docs/categories.md deleted file mode 100644 index 9c9eee8..0000000 --- a/docs/categories.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Category Archive -layout: categories -permalink: /categories/ ---- diff --git a/docs/cv.md b/docs/cv.md deleted file mode 100644 index 2d42f4e..0000000 --- a/docs/cv.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Curriculum Vitæ -layout: cv -actions: - - label: "Download as PDF" - icon: pdf - url: "#pdf-asset" ---- \ No newline at end of file diff --git a/docs/edge-case.md b/docs/edge-case.md deleted file mode 100644 index 016138a..0000000 --- a/docs/edge-case.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Edge Case -layout: category -permalink: /categories/edge-case/ -taxonomy: Edge Case ---- - -Sample post listing for the category `Edge Case`. diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 3a019b1..0000000 --- a/docs/index.html +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: home -paginate: true -alt_title: "Basically Basic" -sub_title: "Your new default Jekyll theme" -image: /assets/images/amine-ounnas-180287.jpg -introduction: | - Basically Basic is a [Jekyll theme](https://jekyllrb.com/docs/themes/) meant as a substitute for the default --- [Minima](https://github.com/jekyll/minima). Conventions and features found there are fully supported by **Basically Basic**, with a few enhancements thrown in for good measure: - - - Clean responsive design with six customizable skins - - Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/) - - About page layout - - Disqus Comments and Google Analytics support - - SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/) -actions: - - label: "Get Started" - icon: github - url: "https://github.com/mmistakes/jekyll-theme-basically-basic" - - label: "Download" - icon: download - url: "https://github.com/mmistakes/jekyll-theme-basically-basic/archive/master.zip" ---- diff --git a/docs/markup.md b/docs/markup.md deleted file mode 100644 index 147a719..0000000 --- a/docs/markup.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Markup -layout: tag -permalink: /tags/markup/ -taxonomy: markup ---- - -Sample post listing for the tag `markup`. diff --git a/docs/posts.md b/docs/posts.md deleted file mode 100644 index 9cc9d25..0000000 --- a/docs/posts.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Post Archive -layout: posts -permalink: /posts/ -entries_layout: list ---- diff --git a/docs/recipes.md b/docs/recipes.md deleted file mode 100644 index 155f7fb..0000000 --- a/docs/recipes.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Recipes -layout: collection -permalink: /recipes/ -collection: recipes -entries_layout: grid ---- - -Sample document listing for the collection `_recipes`. diff --git a/docs/tags.md b/docs/tags.md deleted file mode 100644 index dd619de..0000000 --- a/docs/tags.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Tag Archive -layout: tags -permalink: /tags/ ---- diff --git a/example/404.md b/example/404.md deleted file mode 100644 index 3d36d17..0000000 --- a/example/404.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Page not found -layout: page -permalink: /404.html ---- - -Sorry, but the page you were trying to view has moved or does not exist. diff --git a/example/Gemfile b/example/Gemfile deleted file mode 100644 index 737ee61..0000000 --- a/example/Gemfile +++ /dev/null @@ -1,15 +0,0 @@ -source "https://rubygems.org" - -# use local theme gem for testing -gem "jekyll-theme-basically-basic", path: "../" - -# Jekyll plugins -group :jekyll_plugins do - gem "jekyll-feed" - gem "jekyll-seo-tag" - gem "jekyll-sitemap" - gem "jekyll-paginate" - gem "jekyll-algolia" -end - -gem "wdm", "~> 0.1.0" if Gem.win_platform? diff --git a/example/_config.yml b/example/_config.yml deleted file mode 100644 index 79818f0..0000000 --- a/example/_config.yml +++ /dev/null @@ -1,90 +0,0 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your whole blog, values -# which you are expected to set up once and rarely edit after that. If you find -# yourself editing this file very often, consider using Jekyll's data files -# feature for the data you need to update frequently. -# -# For technical reasons, this file is *NOT* reloaded automatically when you use -# 'bundle exec jekyll serve'. If you change this file, please restart the server process. - -# Site settings -# These are used to personalize your new site. If you look in the HTML files, -# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. -# You can create any custom variable you would like, and they will be accessible -# in the templates via {{ site.myvariable }}. -lang: en-US -title: Basically Basic -email: dugan.nash@mailinator.com -description: "Your new default Jekyll theme" -baseurl: "/example" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com -author: - name: Dugan Nash - twitter: Towlette_Pettetucci - picture: /assets/images/johndoe.png -twitter_username: Towlette_Pettetucci -github_username: Towlette_Pettetucci -logo: /assets/icons/basically-basic-logo-light.svg -search: true -search_full_content: true -search_provider: algolia -algolia: - application_id: QB6HVGBSBA - index_name: basically-basic - search_only_api_key: 9d5014e5bbc77372547bce778dfa5663 - powered_by: # true (default), false - -# Liquid -liquid: - error_mode: strict - -# Build settings -markdown: kramdown -theme: jekyll-theme-basically-basic -plugins: # previously gems - - jekyll-feed - - jekyll-seo-tag - - jekyll-sitemap - - jekyll-paginate -feed: - path: atom.xml - -# Pagination - https://jekyllrb.com/docs/pagination/ -paginate: 10 -paginate_path: /page:num/ - -# Exclude from processing. -# The following items will not be processed, by default. Create a custom list -# to override the default setting. -# exclude: -# - Gemfile -# - Gemfile.lock -# - node_modules -# - vendor/bundle/ -# - vendor/cache/ -# - vendor/gems/ -# - vendor/ruby/ - -# Collections -collections: - recipes: - output: true - permalink: /:collection/:path/ - -# Front Matter Defaults -defaults: - # _posts - - scope: - path: "_posts" - type: posts - values: - layout: post - read_time: true - # _recipes - - scope: - path: "_recipes" - type: recipes - values: - layout: post - read_time: true diff --git a/example/_data/cv.json b/example/_data/cv.json deleted file mode 100644 index 8b08c03..0000000 --- a/example/_data/cv.json +++ /dev/null @@ -1,128 +0,0 @@ -{ - "basics": { - "name": "Dugan Nash", - "label": "Very extravagant man", - "picture": "", - "email": "dugan.hash@mailinator.com", - "phone": "(555) 555-5555", - "website": "https://towlettepettetuc.ci", - "summary": "Nash is well versed in the Montoyan / Artesian Connection, preparation of grasshopper mash, and baking of grover loaves.", - "location": { - "address": "123 Sesame Street", - "postalCode": "CA 94115", - "city": "San Francisco", - "countryCode": "US", - "region": "California" - }, - "profiles": [ - { - "network": "Twitter", - "username": "Towlette_Pettetucci", - "url": "https://twitter.com/Towlette_Pettetucci" - }, - { - "network": "SoundCloud", - "username": "Towlette_Pettetucci", - "url": "https://soundcloud.com/Towlette_Pettetucci" - } - ] - }, - "work": [ - { - "company": "The Whip", - "position": "CEO/President", - "website": "https://thewh.ip", - "startDate": "2013-12-01", - "endDate": "", - "summary": "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.", - "highlights": [ - "Concealed nipper in embrodiery.", - "Dealt with Elastical Gomez on a daily basis." - ] - } - ], - "volunteer": [ - { - "organization": "Steve's Meat Market", - "position": "Assistant", - "website": "", - "startDate": "1995-01-01", - "endDate": "1997-03-20", - "summary": "Ground up some sort of grasshopper mash for fishing.", - "highlights": [ - "Awarded a 'Helium Biscuit'" - ] - } - ], - "education": [ - { - "institution": "University of Ointment", - "area": "Digital Skillets", - "studyType": "Bachelor", - "startDate": "2011-06-01", - "endDate": "2014-01-01", - "gpa": "4.0", - "courses": [ - "DB1101 - Perpendicular Crosstalk", - "CS2011 - Introduction to Moisturization" - ] - } - ], - "awards": [ - { - "title": "Warble Pioneer Award", - "date": "2001-11-01", - "awarder": "Levi Goulet", - "summary": "Have you seen my turtle?" - } - ], - "publications": [ - { - "name": "Radio Julius", - "publisher": "Tanyo Lubbock", - "releaseDate": "2014-10-01", - "website": "https://en.rhy.es", - "summary": "Capitalize on low hanging fruit to identify a ballpark value added activity to beta test." - } - ], - "skills": [ - { - "name": "Audio Juggling", - "level": "Master", - "keywords": [ - "Ointment", - "Voltor", - "Millipedes" - ] - }, - { - "name": "Bruschotti", - "level": "Satisfactory", - "keywords": [ - "Snow camp", - "Owl" - ] - } - ], - "languages": [ - { - "language": "Nonsense", - "fluency": "Native speaker" - } - ], - "interests": [ - { - "name": "The Information Superhighway", - "keywords": [ - "Ferrets", - "Unicorns" - ] - } - ], - "references": [ - { - "name": " Nannette Nananacci", - "reference": "It is my pleasure to recommend Dugan Nash, his performance working as a consultant for Main St. Company proved that he will be a valuable addition to any company." - } - ] -} diff --git a/example/_data/theme.yml b/example/_data/theme.yml deleted file mode 100644 index 97cd662..0000000 --- a/example/_data/theme.yml +++ /dev/null @@ -1,53 +0,0 @@ -# Theme Skin -skin: default # default, night, plum, sea, soft, steel - -# Theme Text -t: - skip_links: "Skip links" - skip_primary_nav: "Skip to primary navigation" - skip_content: "Skip to content" - skip_footer: "Skip to footer" - menu: "Menu" - home: "Home" - newer: "Newer" - older: "Older" - email: "Email" - subscribe: "Subscribe" - read_more: "Read More" - posts: "Posts" - page: "Page" - of: "of" - min_read: "min read" - present: "Present" - cv_awards: "Awards" - cv_summary_contact: "Contact" - cv_summary_contact_email: "Email" - cv_summary_contact_phone: "Phone" - cv_summary_contact_website: "Website" - cv_location: "Location" - cv_education: "Education" - cv_education_courses: "Courses" - cv_interests: "Interests" - cv_languages: "Languages" - cv_publications: "Publications" - cv_references: "References" - cv_skills: "Skills" - cv_volunteer: "Volunteer" - cv_work: "Work" - -# Google Fonts -google_fonts: - - name: "Fira Sans" - weights: "400,400i,600,600i" - -# Link to specific internal pages in the navigation. -# Create a custom list to override the default setting of including links to all -# pages that have a `title`. Add raw page paths in the order you'd like. - -navigation_pages: - - posts.md - - recipes.md - - about.md - - cv.md - - tags.md - - categories.md diff --git a/example/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md b/example/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md deleted file mode 100644 index 098ce7e..0000000 --- a/example/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: "Edge Case: Nested and Mixed Lists" -categories: - - Edge Case -tags: - - content - - css - - edge case - - lists - - markup -last_modified_at: 2017-03-09T14:25:52-05:00 ---- - -Nested and mixed lists are an interesting beast. It's a corner case to make sure that lists within lists do not break the ordered list numbering order and list styles go deep enough. - -## Ordered -- Unordered -- Ordered - -1. ordered item -2. ordered item - * **unordered** - * **unordered** - 1. ordered item - 2. ordered item -3. ordered item -4. ordered item - -## Ordered -- Unordered -- Unordered - -1. ordered item -2. ordered item - * **unordered** - * **unordered** - * unordered item - * unordered item -3. ordered item -4. ordered item - -## Unordered -- Ordered -- Unordered - -* unordered item -* unordered item - 1. ordered - 2. ordered - * unordered item - * unordered item -* unordered item -* unordered item - -## Unordered -- Unordered -- Ordered - -* unordered item -* unordered item - * unordered - * unordered - 1. **ordered item** - 2. **ordered item** -* unordered item -* unordered item \ No newline at end of file diff --git a/example/_posts/2009-06-01-edge-case-many-tags.md b/example/_posts/2009-06-01-edge-case-many-tags.md deleted file mode 100644 index f43509f..0000000 --- a/example/_posts/2009-06-01-edge-case-many-tags.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: "Edge Case: Many Tags" -categories: - - Edge Case -tags: - - 8BIT - - alignment - - Articles - - captions - - categories - - chat - - comments - - content - - css - - dowork - - edge case - - embeds - - excerpt - - Fail - - featured image - - FTW - - Fun - - gallery - - html - - image - - Jekyll - - layout - - link - - Love - - markup - - Mothership - - Must Read - - Nailed It - - Pictures - - Post Formats - - quote - - standard - - Success - - Swagger - - Tags - - template - - title - - twitter - - Unseen - - video - - YouTube ---- - -This post has many tags. \ No newline at end of file diff --git a/example/_posts/2009-07-02-edge-case-many-categories.md b/example/_posts/2009-07-02-edge-case-many-categories.md deleted file mode 100644 index 4d67986..0000000 --- a/example/_posts/2009-07-02-edge-case-many-categories.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Edge Case: Many Categories" -categories: - - aciform - - antiquarianism - - arrangement - - asmodeus - - broder - - buying - - championship - - chastening - - disinclination - - disinfection -tags: - - categories - - edge case ---- - -This post has many categories. \ No newline at end of file diff --git a/example/_posts/2009-08-06-edge-case-no-body-content.md b/example/_posts/2009-08-06-edge-case-no-body-content.md deleted file mode 100644 index 8a68508..0000000 --- a/example/_posts/2009-08-06-edge-case-no-body-content.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Edge Case: No Body Content" -excerpt: "This post has no body content and should be blank on the post's page." -categories: - - Edge Case -tags: - - content - - edge case - - layout -last_modified_at: 2017-03-09T14:23:48-05:00 ---- diff --git a/example/_posts/2009-09-05-edge-case-no-yaml-title.md b/example/_posts/2009-09-05-edge-case-no-yaml-title.md deleted file mode 100644 index 7a32127..0000000 --- a/example/_posts/2009-09-05-edge-case-no-yaml-title.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -categories: - - Edge Case -tags: - - edge case - - layout - - title ---- - -This post has no title specified in the YAML Front Matter. Jekyll should auto-generate a title from the filename. - -For example `2009-09-05-edge-case-no-yaml-title.md` becomes **Edge Case No Yaml Title**. \ No newline at end of file diff --git a/example/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md b/example/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md deleted file mode 100644 index e7be7ba..0000000 --- a/example/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "Antidisestablishmentarianism" -categories: - - Edge Case -tags: - - content - - css - - edge case - - html - - layout - - title -last_modified_at: 2017-03-09T14:10:02-05:00 ---- - -This post title has a long word that could potentially overflow the content area. - -A few things to check for: - - * Non-breaking text in the title should have no adverse effects on layout or functionality. - * Check the browser window / tab title. - -The following CSS property will help you support non-breaking text. - -```css -word-wrap: break-word; -``` \ No newline at end of file diff --git a/example/_posts/2009-10-05-edge-case-very-long-title.md b/example/_posts/2009-10-05-edge-case-very-long-title.md deleted file mode 100644 index d31e072..0000000 --- a/example/_posts/2009-10-05-edge-case-very-long-title.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Suspicio? Bene ... tunc ibimus? Quis uh ... CONEXUS locus his diebus? Quisque semper aliquid videtur, in volutpat mauris. Nolo enim dicere. Vobis neque ab aliis. Ego feci memetipsum explicans. Gus mortuus est. Lorem opus habeo. Jackson Isai? Tu quoque ... A te quidem a ante. Vos scitis quod blinking res Ive 'been vocans super vos? Et conteram illud, et conteram hoc. Maledicant druggie excors. Iam hoc tu facere conatus sum ad te in omni tempore? Ludum mutavit. Verbum est ex. Et ... sunt occid" -categories: - - Edge Case -tags: - - content - - css - - edge case - - html - - layout - - title ---- - -Check for long titles and how they might break layouts. \ No newline at end of file diff --git a/example/_posts/2010-01-07-post-modified.md b/example/_posts/2010-01-07-post-modified.md deleted file mode 100644 index dbfbe21..0000000 --- a/example/_posts/2010-01-07-post-modified.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Post: Modified Date" -categories: - - Post Formats -tags: - - Post Formats - - readability - - standard -last_modified_at: 2017-03-09T13:01:27-05:00 ---- - -This post has been updated and should show a modified date if `last_modified_at` is used in the layout. - -Plugins like [**jekyll-sitemap**](https://github.com/jekyll/jekyll-feed) use this field to add a `` tag your `sitemap.xml`. \ No newline at end of file diff --git a/example/_posts/2010-01-07-post-standard.md b/example/_posts/2010-01-07-post-standard.md deleted file mode 100644 index cd83ea0..0000000 --- a/example/_posts/2010-01-07-post-standard.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Post: Standard" -excerpt_separator: "" -categories: - - Post Formats -tags: - - Post Formats - - readability - - standard ---- - -All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing in a garden, and she plucked another flower and ran with it to her mother. I suppose she must have looked rather delightful, for Mrs. Darling put her hand to her heart and cried, "Oh, why can't you remain like this for ever!" This was all that passed between them on the subject, but henceforth Wendy knew that she must grow up. You always know after you are two. Two is the beginning of the end. - -Mrs. Darling first heard of Peter when she was tidying up her children's minds. It is the nightly custom of every good mother after her children are asleep to rummage in their minds and put things straight for next morning, repacking into their proper places the many articles that have wandered during the day. - - - -This post has a manual excerpt `` set after the second paragraph. The following YAML Front Matter has also be applied: - -```yaml -excerpt_separator: "" -``` - -If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on. - -I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still. - -Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more. - -Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights. - -Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance. \ No newline at end of file diff --git a/example/_posts/2010-02-05-post-quote.md b/example/_posts/2010-02-05-post-quote.md deleted file mode 100644 index 60859a0..0000000 --- a/example/_posts/2010-02-05-post-quote.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Post: Quote" -categories: - - Post Formats -tags: - - Post Formats - - quote ---- - -> Only one thing is impossible for God: To find any sense in any copyright law on the planet. -> -> Mark Twain \ No newline at end of file diff --git a/example/_posts/2010-06-02-post-video-youtube.md b/example/_posts/2010-06-02-post-video-youtube.md deleted file mode 100644 index d4fd8d6..0000000 --- a/example/_posts/2010-06-02-post-video-youtube.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Post: Video (YouTube)" -categories: - - Post Formats -tags: - - Post Formats -last_modified_at: 2017-03-23T15:33:37-04:00 ---- - -
- -
- -This post tests YouTube video embeds. - -Simply wrap embeds with a `
` element and the appropriate classes: - -```html - -
- -
- - -
- -
-``` diff --git a/example/_posts/2010-09-10-post-twitter-embeds.md b/example/_posts/2010-09-10-post-twitter-embeds.md deleted file mode 100644 index fd16523..0000000 --- a/example/_posts/2010-09-10-post-twitter-embeds.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Post: Twitter Embed" -categories: - - Media -tags: - - content - - embeds - - media - - twitter -last_modified_at: 2017-03-09T12:57:42-05:00 ---- - - - - -This post tests Twitter Embeds. \ No newline at end of file diff --git a/example/_posts/2010-10-25-post-future-date.md b/example/_posts/2010-10-25-post-future-date.md deleted file mode 100644 index 163ee06..0000000 --- a/example/_posts/2010-10-25-post-future-date.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Post: Future Date" -date: 9999-12-31 -categories: - - Post -last_modified_at: 2017-03-09T12:45:25-05:00 ---- - -This post lives in the future and is dated {{ page.date | date: "%c" }}. It should only appear when Jekyll builds your project with the `--future` flag. - -```bash -jekyll build --future -``` \ No newline at end of file diff --git a/example/_posts/2012-03-12-layout-external-hero-image.md b/example/_posts/2012-03-12-layout-external-hero-image.md deleted file mode 100644 index b0f24df..0000000 --- a/example/_posts/2012-03-12-layout-external-hero-image.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Layout: External Hero Image" -image: - path: https://source.unsplash.com/random/1024x600 - thumbnail: https://source.unsplash.com/random/400x300 -categories: - - Layout -tags: - - content - - image - - layout -last_modified_at: 2017-03-17T10:46:49-04:00 ---- - -This post should display a large hero image at the top of a page. - -This post tests a horizontal image using the following YAML Front Matter: - -```yaml -image: https://source.unsplash.com/random/1024x600 -``` - -Hero images can also be assigned like this: - -```yaml -image: - path: https://source.unsplash.com/random/1024x600 -``` diff --git a/example/_posts/2012-03-14-layout-excerpt-defined.md b/example/_posts/2012-03-14-layout-excerpt-defined.md deleted file mode 100644 index f5a1439..0000000 --- a/example/_posts/2012-03-14-layout-excerpt-defined.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Layout: Excerpt (Defined)" -excerpt: "This is a user-defined post excerpt. It should be displayed in place of the auto-generated excerpt or post content on index pages." -categories: - - Layout - - Uncategorized -tags: - - content - - excerpt - - layout -last_modified_at: 2017-03-09T12:43:31-05:00 ---- - -This is the start of the post content. - -This paragraph should be absent from an index page where `post.excerpt` is shown. \ No newline at end of file diff --git a/example/_posts/2012-03-14-layout-excerpt-generated.md b/example/_posts/2012-03-14-layout-excerpt-generated.md deleted file mode 100644 index b6ebff3..0000000 --- a/example/_posts/2012-03-14-layout-excerpt-generated.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Layout: Excerpt (Generated with Separator Tag)" -excerpt_separator: "" -categories: - - Layout - - Uncategorized -tags: - - content - - excerpt - - layout -last_modified_at: 2017-03-09T12:32:16-05:00 ---- - -This is the post content. Archive-index pages should display an [auto-generated excerpt](https://jekyllrb.com/docs/posts/#post-excerpts) of all the content preceding the `excerpt_separator`, as defined in the YAML Front Matter or globally in `_config.yml`. - -Be sure to test the formatting of the auto-generated excerpt, to ensure that it doesn't create any layout problems. - - - -Lorem ipsum dolor sit amet, dicant nusquam corpora in usu, laudem putent fuisset ut eam. Justo accusam definitionem id cum, choro prodesset ex his. Noluisse constituto intellegebat ea mei. Timeam admodum omnesque pri ex, eos habemus suavitate aliquando cu. Dico nihil delectus quo cu. Ludus cetero cu eos, vidit invidunt dissentiet mea ne. - -Usu delenit vocibus elaboraret ex. Scripta sapientem adversarium ei pri, pri ex solet democritum. Nam te porro impedit, ei doctus albucius cotidieque pri, ea mutat causae lucilius has. Pri omnis errem labore ut. An aperiam tibique est, mei te dolore veritus, nam nulla feugait ut. In vis labitur eripuit contentiones. \ No newline at end of file diff --git a/example/_posts/2012-03-14-layout-hero-image.md b/example/_posts/2012-03-14-layout-hero-image.md deleted file mode 100644 index 2d34e34..0000000 --- a/example/_posts/2012-03-14-layout-hero-image.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "Layout: Hero Image" -image: /assets/images/eder-oliveira-180877.jpg -categories: - - Layout -tags: - - content - - image - - layout -last_modified_at: 2017-03-17T10:46:49-04:00 ---- - -This post should display a large hero image at the top of a page. - -This post tests a horizontal image using the following YAML Front Matter: - -```yaml -image: /assets/images/eder-oliveira-180877.jpg -``` - -Hero images can also be assigned like this: - -```yaml -image: - path: /assets/images/eder-oliveira-180877.jpg -``` diff --git a/example/_posts/2012-05-22-markup-text-readability.md b/example/_posts/2012-05-22-markup-text-readability.md deleted file mode 100644 index 9970eff..0000000 --- a/example/_posts/2012-05-22-markup-text-readability.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: "Markup: Text Readability Test" -excerpt: "A large amount of sample text to test readability of a text heavy page." -tags: - - sample post - - readability - - test -last_modified_at: 2017-03-09T12:26:59-05:00 ---- - -Portland in shoreditch Vice, labore typewriter pariatur hoodie fap sartorial Austin. Pinterest literally occupy Schlitz forage. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag. - -Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. - -## Cupidatat 90's lo-fi authentic try-hard - -In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. Terry Richardson shabby chic +1, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's. - - * Sartorial hoodie - * Labore viral forage - * Tote bag selvage - * DIY exercitation et id ugh tumblr church-key - -Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr. - -Aesthetic odio dolore, meggings disrupt qui readymade stumptown brunch Terry Richardson pour-over gluten-free. Banksy american apparel in selfies, biodiesel flexitarian organic meh wolf quinoa gentrify banjo kogi. Readymade tofu ex, scenester dolor umami fingerstache occaecat fashion axe Carles jean shorts minim. Keffiyeh fashion axe nisi Godard mlkshk dolore. Lomo you probably haven't heard of them eu non, Odd Future Truffaut pug keytar meggings McSweeney's Pinterest cred. Etsy literally aute esse, eu bicycle rights qui meggings fanny pack. Gentrify leggings pug flannel duis. - -## Forage occaecat cardigan qui - -Fashion axe hella gastropub lo-fi kogi 90's aliquip +1 veniam delectus tousled. Cred sriracha locavore gastropub kale chips, iPhone mollit sartorial. Anim dolore 8-bit, pork belly dolor photo booth aute flannel small batch. Dolor disrupt ennui, tattooed whatever salvia Banksy sartorial roof party selfies raw denim sint meh pour-over. Ennui eu cardigan sint, gentrify iPhone cornhole. - -> Whatever velit occaecat quis deserunt gastropub, leggings elit tousled roof party 3 wolf moon kogi pug blue bottle ea. Fashion axe shabby chic Austin quinoa pickled laborum bitters next level, disrupt deep v accusamus non fingerstache. - -Tote bag asymmetrical elit sunt. Occaecat authentic Marfa, hella McSweeney's next level irure veniam master cleanse. Sed hoodie letterpress artisan wolf leggings, 3 wolf moon commodo ullamco. Anim occupy ea labore Terry Richardson. Tofu ex master cleanse in whatever pitchfork banh mi, occupy fugiat fanny pack Austin authentic. Magna fugiat 3 wolf moon, labore McSweeney's sustainable vero consectetur. Gluten-free disrupt enim, aesthetic fugiat jean shorts trust fund keffiyeh magna try-hard. - -## Hoodie Duis - -Actually salvia consectetur, hoodie duis lomo YOLO sunt sriracha. Aute pop-up brunch farm-to-table odio, salvia irure occaecat. Sriracha small batch literally skateboard. Echo Park nihil hoodie, aliquip forage artisan laboris. Trust fund reprehenderit nulla locavore. Stumptown raw denim kitsch, keffiyeh nulla twee dreamcatcher fanny pack ullamco 90's pop-up est culpa farm-to-table. Selfies 8-bit do pug odio. - -### Thundercats Ho! - -Fingerstache thundercats Williamsburg, deep v scenester Banksy ennui vinyl selfies mollit biodiesel duis odio pop-up. Banksy 3 wolf moon try-hard, sapiente enim stumptown deep v ad letterpress. Squid beard brunch, exercitation raw denim yr sint direct trade. Raw denim narwhal id, flannel DIY McSweeney's seitan. Letterpress artisan bespoke accusamus, meggings laboris consequat Truffaut qui in seitan. Sustainable cornhole Schlitz, twee Cosby sweater banh mi deep v forage letterpress flannel whatever keffiyeh. Sartorial cred irure, semiotics ethical sed blue bottle nihil letterpress. - -Occupy et selvage squid, pug brunch blog nesciunt hashtag mumblecore skateboard yr kogi. Ugh small batch swag four loko. Fap post-ironic qui tote bag farm-to-table american apparel scenester keffiyeh vero, swag non pour-over gentrify authentic pitchfork. Schlitz scenester lo-fi voluptate, tote bag irony bicycle rights pariatur vero Vice freegan wayfarers exercitation nisi shoreditch. Chambray tofu vero sed. Street art swag literally leggings, Cosby sweater mixtape PBR lomo Banksy non in pitchfork ennui McSweeney's selfies. Odd Future Banksy non authentic. - -Aliquip enim artisan dolor post-ironic. Pug tote bag Marfa, deserunt pour-over Portland wolf eu odio intelligentsia american apparel ugh ea. Sunt viral et, 3 wolf moon gastropub pug id. Id fashion axe est typewriter, mlkshk Portland art party aute brunch. Sint pork belly Cosby sweater, deep v mumblecore kitsch american apparel. Try-hard direct trade tumblr sint skateboard. Adipisicing bitters excepteur biodiesel, pickled gastropub aute veniam. diff --git a/example/_posts/2013-01-05-markup-title-with-markup.md b/example/_posts/2013-01-05-markup-title-with-markup.md deleted file mode 100644 index 2ce5f1b..0000000 --- a/example/_posts/2013-01-05-markup-title-with-markup.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Markup: Title *with* **Markdown**" -categories: - - Markdown -tags: - - css - - html - - title -last_modified_at: 2017-03-09T12:25:10-05:00 ---- - -Using Markdown in the title should have no adverse effect on the layout or functionality. - -**`page.title` example:** - -```yaml -title: "Markup: Title *with* **Markdown**"" -``` \ No newline at end of file diff --git a/example/_posts/2013-01-05-markup-title-with-special-characters.md b/example/_posts/2013-01-05-markup-title-with-special-characters.md deleted file mode 100644 index 1b5eceb..0000000 --- a/example/_posts/2013-01-05-markup-title-with-special-characters.md +++ /dev/null @@ -1,437 +0,0 @@ ---- -title: "Markup: Title with Special --- Characters" -categories: - - Markup -tags: - - html - - markup - - post - - title -last_modified_at: 2017-03-09T12:23:27-05:00 ---- - -Putting special characters in the title should have no adverse effect on the layout or functionality. - -The title above has none-breaking spaces before and after the m-dash. - -```markdown - ---  -``` - -## Latin Character Tests - -This is a test to see if the fonts used in this theme support basic Latin characters. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- ! - - “ - - # - - $ - - % - - & - - ‘ - - ( - - ) - - * -
- + - - , - - – - - . - - / - - - 1 - - 2 - - 3 - - 4 -
- 5 - - 6 - - 7 - - 8 - - 9 - - : - - ; - - > - - = - - < -
- ? - - @ - - A - - B - - C - - D - - E - - F - - G - - H -
- I - - J - - K - - L - - M - - N - - O - - P - - Q - - R -
- S - - T - - U - - V - - W - - X - - Y - - Z - - [ - -
- ] - - ^ - - _ - - ` - - a - - b - - c - - d - - e - - f -
- g - - h - - i - - j - - k - - l - - m - - n - - o - - p -
- q - - r - - s - - t - - u - - v - - w - - x - - y - - z -
- { - - | - - } - - ~ - - - - - - -
\ No newline at end of file diff --git a/example/_posts/2013-01-09-markup-text-alignment.md b/example/_posts/2013-01-09-markup-text-alignment.md deleted file mode 100644 index bc50755..0000000 --- a/example/_posts/2013-01-09-markup-text-alignment.md +++ /dev/null @@ -1,111 +0,0 @@ ---- -title: "Markup: Text Alignment and Transformations" -categories: - - Markup -tags: - - alignment - - content - - css - - markup -last_modified_at: 2017-03-09T12:17:03-05:00 ---- - -Sample text to demonstrate alignment and transformation classes. - -Easily realign text with alignment classes via HTML: - -``` -

Left aligned text.

-

Center aligned text.

-

Right aligned text.

-

Justified text.

-

No wrap text.

-``` - -Or with Kramdown and [inline attribute lists](https://kramdown.gettalong.org/syntax.html#inline-attribute-lists): - -```markdown -Left aligned text. -{: .text-left} - -Center aligned text. -{: .text-center} - -Right aligned text. -{: .text-right} - -Justified text. -{: .text-justify} - -No wrap text. -{: .text-nowrap} -``` - -## Default - -This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me. - -## Left Aligned - -This is a paragraph. It is left aligned. Because of this, it is a bit more liberal in it's views. It's favorite color is green. Left align tends to be more eco-friendly, but it provides no concrete evidence that it really is. Even though it likes share the wealth evenly, it leaves the equal distribution up to justified alignment. -{: .text-left} - -## Center Aligned - -This is a paragraph. It is center aligned. Center is, but nature, a fence sitter. A flip flopper. It has a difficult time making up its mind. It wants to pick a side. Really, it does. It has the best intentions, but it tends to complicate matters more than help. The best you can do is try to win it over and hope for the best. I hear center align does take bribes. -{: .text-center} - -## Right Aligned - -This is a paragraph. It is right aligned. It is a bit more conservative in it's views. It's prefers to not be told what to do or how to do it. Right align totally owns a slew of guns and loves to head to the range for some practice. Which is cool and all. I mean, it's a pretty good shot from at least four or five football fields away. Dead on. So boss. -{: .text-right} - -## Justify Aligned - -This is a paragraph. It is justify aligned. It gets really mad when people associate it with Justin Timberlake. Typically, justified is pretty straight laced. It likes everything to be in it's place and not all cattywampus like the rest of the aligns. I am not saying that makes it better than the rest of the aligns, but it does tend to put off more of an elitist attitude. -{: .text-justify} - -## No Wrap - -This is a paragraph. It has a no wrap. Beef ribs pig tenderloin filet mignon. Spare ribs leberkas ribeye, burgdoggen fatback tenderloin biltong jowl flank sirloin hamburger bacon brisket. Shoulder bresaola drumstick capicola. Beef ribs prosciutto porchetta beef. -{: .text-nowrap} - ---- - -Transform text with capitalization classes via HTML: - -```html -

Lowercased text.

-

Uppercased text.

-

Capitalized text.

-

Truncated text.

-

Small text.

-``` - -Or with Kramdown: - -```markdown -Lowercased text -{: .text-lowercase} - -Uppercased text -{: .text-uppercase} - -Capitalized text -{: .text-capitalize} -``` - -Lowercased text -{: .text-lowercase} - -Uppercased text -{: .text-uppercase} - -Capitalized text -{: .text-capitalize} - -This is a truncated paragraph of text. Bacon ipsum dolor amet shoulder jowl tail andouille fatback tongue. Ham porchetta kielbasa pork pork chop, tenderloin hamburger meatball. Picanha porchetta swine, brisket salami pork belly burgdoggen. Cupim swine pastrami, chuck tri-tip pork belly jowl shankle alcatra brisket capicola ball tip prosciutto beef ribs doner. Tri-tip bacon ground round pork chop burgdoggen leberkas pork strip steak beef corned beef salami. -{: .text-truncate} - -Small text -{: .small} diff --git a/example/_posts/2013-01-10-markup-image-alignment.md b/example/_posts/2013-01-10-markup-image-alignment.md deleted file mode 100644 index 60e6293..0000000 --- a/example/_posts/2013-01-10-markup-image-alignment.md +++ /dev/null @@ -1,89 +0,0 @@ ---- -title: "Markup: Image Alignment" -categories: - - Markup -tags: - - alignment - - captions - - content - - css - - image - - markup -last_modified_at: 2017-03-09T11:15:57-05:00 ---- - -The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let's get started. - -Assign classes with HTML: - -```html - - - -``` - -Or use Kramdown and [inline attribute lists](https://kramdown.gettalong.org/syntax.html#inline-attribute-lists): - -```markdown -![left-aligned-image](image.jpg){: .align-left} -![center-aligned-image](image.jpg){: .align-center} -![right-aligned-image](image.jpg){: .align-right} -``` - -![image-center]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-580x300.jpg){: .align-center} - -The image should be **centered** with the `.align-center` class. - -![image-left]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-150x150.jpg){: .align-left} The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned** with the `.align-left` class. - -As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we'll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it's thing. Mission accomplished! - -And now for a **massively large image** --- it has **no alignment**. - -![no-alignment]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-1200x4002.jpg) - -The image above, though `1200px` wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content. - -![image-right]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-300x200.jpg){: .align-right} - -And now we're going to shift things to the **right** with the `.align-right` class. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently. - -In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah --- Just like that. It never felt so good to be right. - -And just when you thought we were done, we're going to do them all over again with captions! - -
- -
Look at 580 x 300 getting some love.
-
- -The figure above happens to be **centered**. The caption also has a link in it, just to see if it does anything funky. - -
- -
Itty-bitty caption.
-
- -The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned** with the `.align-left` class. - -As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we'll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it's thing. Mission accomplished! - -And now for a massively large image with **no alignment**. - -
- -
Massive image comment for your eyeballs.
-
- -The figure element above has an inline style of `width: 1200px` set which should case it to break outside of the normal content flow. - -
- -
Feels good to be on the right.
-
- -And now we're going to shift things to the **right** with the `.align-right` class. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently. - -In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah --- Just like that. It never felt so good to be right. - -And that's a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked! \ No newline at end of file diff --git a/example/_posts/2013-01-11-markup-html-elements-and-formatting.md b/example/_posts/2013-01-11-markup-html-elements-and-formatting.md deleted file mode 100644 index 11a130b..0000000 --- a/example/_posts/2013-01-11-markup-html-elements-and-formatting.md +++ /dev/null @@ -1,177 +0,0 @@ ---- -title: "Markup: HTML Elements and Formatting" -sub_title: "The common elements" -categories: - - Markup -elements: - - content - - css - - formatting - - html - - markup -last_modified_at: 2017-03-09T10:55:59-05:00 ---- - -A variety of common HTML elements to demonstrate the theme's stylesheet and verify they have been styled appropriately. - -# Header one - -## Header two - -### Header three - -#### Header four - -##### Header five - -###### Header six - -## Blockquotes - -Single line blockquote: - -> Stay hungry. Stay foolish. - -Multi line blockquote with a cite reference: - -> People think focus means saying yes to the thing you've got to focus on. But that's not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I'm actually as proud of the things we haven't done as the things I have done. Innovation is saying no to 1,000 things. - -Steve Jobs --- Apple Worldwide Developers' Conference, 1997 -{: .small} - -## Tables - -| Employee | Salary | | -| -------- | ------ | ------------------------------------------------------------ | -| [John Doe](#) | $1 | Because that's all Steve Jobs needed for a salary. | -| [Jane Doe](#) | $100K | For all the blogging she does. | -| [Fred Bloggs](#) | $100M | Pictures are worth a thousand words, right? So Jane × 1,000. | -| [Jane Bloggs](#) | $100B | With hair like that?! Enough said. | - -| Header1 | Header2 | Header3 | -|:--------|:-------:|--------:| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|-----------------------------| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|=============================| -| Foot1 | Foot2 | Foot3 | - -## Definition Lists - -Definition List Title -: Definition list division. - -Startup -: A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model. - -#dowork -: Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends. - -Do It Live -: I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c "We'll Do It Live") this one. - -## Unordered Lists (Nested) - - * List item one - * List item one - * List item one - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - -## Ordered List (Nested) - - 1. List item one - 1. List item one - 1. List item one - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - -## Address element - -
- 1 Infinite Loop
Cupertino, CA 95014
United States -
- -## Anchor element (aka. Link) - -This is an example of a [link](http://apple.com "Apple"). - -## Abbreviation element - -The abbreviation CSS stands for "Cascading Style Sheets". - -*[CSS]: Cascading Style Sheets - -## Cite element - -"Code is poetry." ---Automattic - -## Code element - -You will learn later on in these tests that `word-wrap: break-word;` will be your best friend. - -## Strike element - -This element will let you strikeout text. - -## Emphasize element - -The emphasize element should _italicize_ text. - -## Insert element - -This element should denote inserted text. - -## Keyboard element - -This scarcely known element emulates keyboard text, which is usually styled like the `` element. - -## Preformatted element - -This element styles large blocks of code. - -
-.post-title {
-	margin: 0 0 5px;
-	font-weight: bold;
-	font-size: 38px;
-	line-height: 1.2;
-	and here's a line of some really, really, really, really long text, just to see how the PRE element handles it and to find out how it overflows;
-}
-
- -## Quote element - -Developers, developers, developers… –Steve Ballmer - -## Strong element - -This element shows **bold text**. - -## Subscript element - -Getting our science styling on with H2O, which should push the "2" down. - -## Superscript element - -Still sticking with science and Isaac Newton's E = MC2, which should lift the 2 up. - -## Variable element - -This allows you to denote variables. \ No newline at end of file diff --git a/example/_posts/2013-08-16-markup-syntax-highlighting.md b/example/_posts/2013-08-16-markup-syntax-highlighting.md deleted file mode 100644 index 8d8ae90..0000000 --- a/example/_posts/2013-08-16-markup-syntax-highlighting.md +++ /dev/null @@ -1,123 +0,0 @@ ---- -title: "Markup: Syntax Highlighting" -excerpt: "Post displaying the various ways one can highlight code blocks with Jekyll. Some options include standard Markdown, GitHub Flavored Markdown, and Jekyll's `{% highlight %}` tag." -last_modified_at: 2017-03-09T10:27:01-05:00 -tags: - - code - - syntax highlighting ---- - -Syntax highlighting is a feature that displays source code, in different colors and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.[^1] - -[^1]: - -## GFM Code Blocks - -GitHub Flavored Markdown [fenced code blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/) are supported by default with Jekyll. You may need to update your `_config.yml` file to enable them if you're using an older version. - -```yaml -kramdown: - input: GFM -``` - -Here's an example of a CSS code snippet written in GFM: - -```css -#container { - float: left; - margin: 0 -240px 0 0; - width: 100%; -} -``` - -Yet another code snippet for demonstration purposes: - -```ruby -module Jekyll - class TagIndex < Page - def initialize(site, base, dir, tag) - @site = site - @base = base - @dir = dir - @name = 'index.html' - self.process(@name) - self.read_yaml(File.join(base, '_layouts'), 'tag_index.html') - self.data['tag'] = tag - tag_title_prefix = site.config['tag_title_prefix'] || 'Tagged: ' - tag_title_suffix = site.config['tag_title_suffix'] || '–' - self.data['title'] = "#{tag_title_prefix}#{tag}" - self.data['description'] = "An archive of posts tagged #{tag}." - end - end -end -``` - -## Jekyll Highlight Liquid Tag - -Jekyll also has built-in support for syntax highlighting of code snippets using either Rouge or Pygments, using a dedicated Liquid tag as follows: - -```liquid -{% raw %}{% highlight scss %} -.highlight { - margin: 0; - padding: 1em; - font-family: $monospace; - font-size: $type-size-7; - line-height: 1.8; -} -{% endhighlight %}{% endraw %} -``` - -And the output will look like this: - -{% highlight scss %} -.highlight { - margin: 0; - padding: 1em; - font-family: $monospace; - font-size: $type-size-7; - line-height: 1.8; -} -{% endhighlight %} - -Here's an example of a code snippet using the Liquid tag and `linenos` enabled. - -{% highlight html linenos %} -{% raw %}{% endraw %} -{% endhighlight %} - -## Code Blocks in Lists - -Indentation matters. Be sure the indent of the code block aligns with the first non-space character after the list item marker (e.g., `1.`). Usually this will mean indenting 3 spaces instead of 4. - -1. Do step 1. -2. Now do this: - - ```ruby - def print_hi(name) - puts "Hi, #{name}" - end - print_hi('Tom') - #=> prints 'Hi, Tom' to STDOUT. - ``` - -3. Now you can do this. - -## GitHub Gist Embed - -GitHub Gist embeds can also be used: - -```html - -``` - -Which outputs as: - - diff --git a/example/_recipes/chocolate-chip-cookies.md b/example/_recipes/chocolate-chip-cookies.md deleted file mode 100644 index 5e316d1..0000000 --- a/example/_recipes/chocolate-chip-cookies.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: "Chocolate Chip Cookies" -image: - path: /assets/images/chocolate-chip-cookies-lg.jpg - thumbnail: /assets/images/chocolate-chip-cookies-400x200.jpg - caption: "Photo from [Pexels](https://www.pexels.com)" ---- - -A chocolate chip cookie is a drop cookie that originated in the United States and features chocolate chips as its distinguishing ingredient. - -The traditional recipe combines a dough composed of butter and both brown and white sugar with semi-sweet chocolate chips. Variations include recipes with other types of chocolate as well as additional ingredients such as nuts or oatmeal. - -This recipe makes 4 dozen cookies. - -## Ingredients - -* 2 1/4 cups all-purpose flour -* 1 teaspoon baking soda -* 1/2 teaspoon salt -* 1 cup butter, softened and cut to pieces -* 1 cup sugar -* 1 cup light brown sugar, packed -* 2 teaspoons vanilla extract -* 2 large eggs -* 2 cups semi-sweet chocolate chips -* 1/2 teaspoon nutmeg (optional) -* 1 cup chopped pecans or walnuts (optional) - -## Directions - -1. Preheat the oven to 350 F. -2. In a medium bowl, whisk flour with baking soda, nutmeg and salt. -3. In a large bowl, beat butter with sugar and brown sugar until creamy and light. Add vanilla and eggs, one at a time, and mix until incorporated. -4. Gradually add dry mixture into the butter-sugar wet blend, mixing with a spatula until combined. Add chocolate chips and nuts until just mixed. -5. Drop tablespoon-sized clumps onto un-greased cookie sheets. Bake for 8-12 minutes, or until pale brown. Allow to cool on the pan for a minute or three, then transfer cookies to a wire rack to finish cooling. diff --git a/example/_recipes/oatmeal-cookies.md b/example/_recipes/oatmeal-cookies.md deleted file mode 100644 index a9f10fb..0000000 --- a/example/_recipes/oatmeal-cookies.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Oatmeal Cookies" -image: - path: /assets/images/oatmeal-cookies-lg.jpg - thumbnail: /assets/images/oatmeal-cookies-400x200.jpg - caption: "Photo from [Pexels](https://www.pexels.com)" ---- - -Oatmeal cookies are a proverbial favorite with both kids and adults. This crisp and chewy cookie is loaded with oats, dried fruit, and chopped nuts. - -## Ingredients - -* 1 cup butter, softened 1 cup white sugar -* 1 cup packed brown sugar -* 2 eggs -* 1 teaspoon vanilla extract -* 2 cups all-purpose flour -* 1 teaspoon baking soda -* 1 teaspoon salt -* 1 1/2 teaspoons ground cinnamon -* 3 cups quick cooking oats - -## Directions - -1. In a medium bowl, cream together butter, white sugar, and brown sugar. Beat in eggs one at a time, then stir in vanilla. Combine flour, baking soda, salt, and cinnamon; stir into the creamed mixture. Mix in oats. Cover, and chill dough for at least one hour. -2. Preheat the oven to 375 degrees F (190 degrees C). Grease cookie sheets. Roll the dough into walnut sized balls, and place 2 inches apart on cookie sheets. Flatten each cookie with a large fork dipped in sugar. -3. Bake for 8 to 10 minutes in preheated oven. Allow cookies to cool on baking sheet for 5 minutes before transferring to a wire rack to cool completely. diff --git a/example/_recipes/peanut-butter-cookies.md b/example/_recipes/peanut-butter-cookies.md deleted file mode 100644 index 8370c8f..0000000 --- a/example/_recipes/peanut-butter-cookies.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Peanut Butter Cookies" -image: - path: /assets/images/peanut-butter-cookies-lg.jpg - thumbnail: /assets/images/peanut-butter-cookies-400x200.jpg - caption: "Photo from [Pexels](https://www.pexels.com)" ---- - -A peanut butter cookie is a type of cookie that is distinguished for having peanut butter as a principal ingredient. The cookie generally originated in the United States, its development dating back to the 1910s. - -## Ingredients - -* 1 cup unsalted butter -* 1 cup crunchy peanut butter -* 1 cup white sugar -* 1 cup packed brown sugar -* 2 eggs 2 -* 1/2 cups all-purpose flour -* 1 teaspoon baking powder -* 1/2 teaspoon salt -* 1 1/2 teaspoons baking soda - -## Directions - -1. Cream butter, peanut butter, and sugars together in a bowl; beat in eggs. -2. In a separate bowl, sift flour, baking powder, baking soda, and salt; stir into butter mixture. Put dough in refrigerator for 1 hour. -3. Roll dough into 1 inch balls and put on baking sheets. Flatten each ball with a fork, making a crisscross pattern. Bake in a preheated 375 degrees F oven for about 10 minutes or until cookies begin to brown. diff --git a/example/about.md b/example/about.md deleted file mode 100644 index b868910..0000000 --- a/example/about.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "About" -layout: about ---- - -Basically Basic is a [Jekyll theme](https://jekyllrb.com/docs/themes/) meant as a substitute for the default --- [Minima](https://github.com/jekyll/minima). Conventions and features found there are fully supported by **Basically Basic**, with a few enhancements thrown in for good measure: - -- Clean responsive design with [six customizable skins](#skin) -- Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/) -- About page layout -- Disqus Comments and Google Analytics support -- SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/) - -You can find the source code for this theme at: {% include icon-github.html username="mmistakes" %}/[jekyll-theme-basically-basic](https://github.com/mmistakes/jekyll-theme-basically-basic) diff --git a/example/assets/icons/basically-basic-logo-dark.svg b/example/assets/icons/basically-basic-logo-dark.svg deleted file mode 100644 index 69c796b..0000000 --- a/example/assets/icons/basically-basic-logo-dark.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/example/assets/icons/basically-basic-logo-light.svg b/example/assets/icons/basically-basic-logo-light.svg deleted file mode 100644 index 9604106..0000000 --- a/example/assets/icons/basically-basic-logo-light.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/example/assets/images/100x100.png b/example/assets/images/100x100.png deleted file mode 100644 index 7b613a9..0000000 Binary files a/example/assets/images/100x100.png and /dev/null differ diff --git a/example/assets/images/amine-ounnas-180287.jpg b/example/assets/images/amine-ounnas-180287.jpg deleted file mode 100644 index 14b5185..0000000 Binary files a/example/assets/images/amine-ounnas-180287.jpg and /dev/null differ diff --git a/example/assets/images/chocolate-chip-cookies-400x200.jpg b/example/assets/images/chocolate-chip-cookies-400x200.jpg deleted file mode 100644 index 9346db2..0000000 Binary files a/example/assets/images/chocolate-chip-cookies-400x200.jpg and /dev/null differ diff --git a/example/assets/images/chocolate-chip-cookies-lg.jpg b/example/assets/images/chocolate-chip-cookies-lg.jpg deleted file mode 100644 index b0de35b..0000000 Binary files a/example/assets/images/chocolate-chip-cookies-lg.jpg and /dev/null differ diff --git a/example/assets/images/eder-oliveira-180877.jpg b/example/assets/images/eder-oliveira-180877.jpg deleted file mode 100644 index b0d5016..0000000 Binary files a/example/assets/images/eder-oliveira-180877.jpg and /dev/null differ diff --git a/example/assets/images/image-alignment-1200x4002.jpg b/example/assets/images/image-alignment-1200x4002.jpg deleted file mode 100644 index 8e3137c..0000000 Binary files a/example/assets/images/image-alignment-1200x4002.jpg and /dev/null differ diff --git a/example/assets/images/image-alignment-150x150.jpg b/example/assets/images/image-alignment-150x150.jpg deleted file mode 100644 index d3b0e48..0000000 Binary files a/example/assets/images/image-alignment-150x150.jpg and /dev/null differ diff --git a/example/assets/images/image-alignment-300x200.jpg b/example/assets/images/image-alignment-300x200.jpg deleted file mode 100644 index 3921878..0000000 Binary files a/example/assets/images/image-alignment-300x200.jpg and /dev/null differ diff --git a/example/assets/images/image-alignment-580x300.jpg b/example/assets/images/image-alignment-580x300.jpg deleted file mode 100644 index 75bf08e..0000000 Binary files a/example/assets/images/image-alignment-580x300.jpg and /dev/null differ diff --git a/example/assets/images/johndoe.png b/example/assets/images/johndoe.png deleted file mode 100644 index 0ed30c7..0000000 Binary files a/example/assets/images/johndoe.png and /dev/null differ diff --git a/example/assets/images/oatmeal-cookies-400x200.jpg b/example/assets/images/oatmeal-cookies-400x200.jpg deleted file mode 100644 index f919fe1..0000000 Binary files a/example/assets/images/oatmeal-cookies-400x200.jpg and /dev/null differ diff --git a/example/assets/images/oatmeal-cookies-lg.jpg b/example/assets/images/oatmeal-cookies-lg.jpg deleted file mode 100644 index 27e9aa3..0000000 Binary files a/example/assets/images/oatmeal-cookies-lg.jpg and /dev/null differ diff --git a/example/assets/images/peanut-butter-cookies-400x200.jpg b/example/assets/images/peanut-butter-cookies-400x200.jpg deleted file mode 100644 index ff006f9..0000000 Binary files a/example/assets/images/peanut-butter-cookies-400x200.jpg and /dev/null differ diff --git a/example/assets/images/peanut-butter-cookies-lg.jpg b/example/assets/images/peanut-butter-cookies-lg.jpg deleted file mode 100644 index 1241547..0000000 Binary files a/example/assets/images/peanut-butter-cookies-lg.jpg and /dev/null differ diff --git a/example/categories.md b/example/categories.md deleted file mode 100644 index 9c9eee8..0000000 --- a/example/categories.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Category Archive -layout: categories -permalink: /categories/ ---- diff --git a/example/cv.md b/example/cv.md deleted file mode 100644 index 2d42f4e..0000000 --- a/example/cv.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Curriculum Vitæ -layout: cv -actions: - - label: "Download as PDF" - icon: pdf - url: "#pdf-asset" ---- \ No newline at end of file diff --git a/example/edge-case.md b/example/edge-case.md deleted file mode 100644 index 016138a..0000000 --- a/example/edge-case.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Edge Case -layout: category -permalink: /categories/edge-case/ -taxonomy: Edge Case ---- - -Sample post listing for the category `Edge Case`. diff --git a/example/index.html b/example/index.html deleted file mode 100644 index 3a019b1..0000000 --- a/example/index.html +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: home -paginate: true -alt_title: "Basically Basic" -sub_title: "Your new default Jekyll theme" -image: /assets/images/amine-ounnas-180287.jpg -introduction: | - Basically Basic is a [Jekyll theme](https://jekyllrb.com/docs/themes/) meant as a substitute for the default --- [Minima](https://github.com/jekyll/minima). Conventions and features found there are fully supported by **Basically Basic**, with a few enhancements thrown in for good measure: - - - Clean responsive design with six customizable skins - - Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/) - - About page layout - - Disqus Comments and Google Analytics support - - SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/) -actions: - - label: "Get Started" - icon: github - url: "https://github.com/mmistakes/jekyll-theme-basically-basic" - - label: "Download" - icon: download - url: "https://github.com/mmistakes/jekyll-theme-basically-basic/archive/master.zip" ---- diff --git a/example/markup.md b/example/markup.md deleted file mode 100644 index 147a719..0000000 --- a/example/markup.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Markup -layout: tag -permalink: /tags/markup/ -taxonomy: markup ---- - -Sample post listing for the tag `markup`. diff --git a/example/posts.md b/example/posts.md deleted file mode 100644 index 9cc9d25..0000000 --- a/example/posts.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Post Archive -layout: posts -permalink: /posts/ -entries_layout: list ---- diff --git a/example/recipes.md b/example/recipes.md deleted file mode 100644 index 155f7fb..0000000 --- a/example/recipes.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Recipes -layout: collection -permalink: /recipes/ -collection: recipes -entries_layout: grid ---- - -Sample document listing for the collection `_recipes`. diff --git a/example/tags.md b/example/tags.md deleted file mode 100644 index dd619de..0000000 --- a/example/tags.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Tag Archive -layout: tags -permalink: /tags/ ---- diff --git a/index.md b/index.md index c8c06d3..eb433ce 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,12 @@ # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults layout: home ---- - - -# Header \ No newline at end of file +hide_posts: true +introduction: | + Otaniemen datojen oma sivu. Täältä löydät [tietoa datoista](/about), datojen [telegram-ryhmän](/telegram) sekä tietenkin [Dataleffat](/leffat). +actions: + - label: "Telegram-ryhmä" + url: '/telegram' + - label: "Uusin dataleffa" + url: '/leffa' +--- \ No newline at end of file