diff --git a/.dependencies b/.dependencies new file mode 100644 index 0000000..9d33811 --- /dev/null +++ b/.dependencies @@ -0,0 +1,34 @@ +git: + problems: + url: https://github.com/getgrav/grav-plugin-problems + path: user/plugins/problems + branch: develop + error: + url: https://github.com/getgrav/grav-plugin-error + path: user/plugins/error + branch: develop + pagination: + url: https://github.com/getgrav/grav-plugin-pagination + path: user/plugins/pagination + branch: develop + feed: + url: https://github.com/getgrav/grav-plugin-feed + path: user/plugins/feed + branch: develop + notepad: + url: https://github.com/getgrav/grav-theme-notepad + path: user/themes/notepad + branch: develop +links: + problems: + src: grav-plugin-problems + path: user/plugins/problems + scm: github + error: + src: grav-plugin-error + path: user/plugins/error + scm: github + notepad: + src: grav-theme-notepad + path: user/themes/notepad + scm: github diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..593b9d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Sass +.sass-cache + +# Grav Specific +data/* +!data/.* +plugins/* +!plugins/.* +themes/* +!themes/.* + +# OS Generated +.DS_Store* +ehthumbs.db +Icon? +Thumbs.db +*.swp + +# phpstorm +.idea/* diff --git a/.gitkeep b/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..484793a --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014 Grav + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/blueprints.yaml b/blueprints.yaml new file mode 100644 index 0000000..8dffcb2 --- /dev/null +++ b/blueprints.yaml @@ -0,0 +1,18 @@ +name: Notepad +version: 1.0.2 +description: "Notepad theme by HOSSAIN MOHD FAYSAL ported to **Grav**" +icon: pencil-square +author: + name: Team Grav + email: devs@getgrav.org + url: http://getgrav.org +homepage: https://github.com/getgrav/grav-skeleton-notepad-site +demo: http://demo.getgrav.org/notepad-skeleton +keywords: notepad, theme, modern, fast, responsive, blog +bugs: https://github.com/getgrav/grav-theme-notepad/issues +license: MIT + +form: + validation: strict + fields: + diff --git a/config/site.yaml b/config/site.yaml new file mode 100644 index 0000000..d1e0b6a --- /dev/null +++ b/config/site.yaml @@ -0,0 +1,45 @@ +title: Notepad +description: "Blogging is fun" +author: + name: Karol Orzel + email: 'karol@rockettheme.com' +metadata: + description: 'Grav is an easy to use, yet powerful, open source flat-file CMS' +taxonomies: [tag] + +# Owner/author information +owner: + name: Your Name + email: you@email.com + # Use the coder's toolbox at http://coderstoolbox.net/string/#!encoding=xml&action=encode&charset=us_ascii to encode your description into XML string + description: Awesome Dude, Awesome Life + # Social networking links used in footer. Update and remove as you like. + twitter: getgrav + facebook: getgrav + github: getgrav + instagram: getgrav + # For Google Authorship https://plus.google.com/authorship + google_plus: https://plus.google.com/+getgrav + +logo: /user/themes/notepad/images/logo.png + +# Analytics and webmaster tools stuff goes here +google_analytics: +google_verify: +# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here +bing_verify: + +# Links to include in footer navigation +# For external links add external: true +links: + - title: Featured Posts + url: /featured + - title: Categories + url: /categories + - title: About + url: /about + +include: [".htaccess"] +exclude: ["lib", "config.rb", "Gemfile", "Capfile", "Gemfile.lock", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"] + + diff --git a/config/system.yaml b/config/system.yaml new file mode 100644 index 0000000..b51ddae --- /dev/null +++ b/config/system.yaml @@ -0,0 +1,41 @@ +absolute_urls: false + +home: + alias: '/blog' + +pages: + theme: notepad + markdown_extra: false + process: + markdown: true + twig: false + +cache: + enabled: true + check: + method: file + driver: auto + prefix: 'g' + +twig: + cache: true + debug: true + auto_reload: true + autoescape: false + +assets: + css_pipeline: false + css_minify: true + css_rewrite: true + js_pipeline: false + js_minify: true + +errors: + display: true + log: true + +debugger: + enabled: false + twig: true + shutdown: + close_connection: true diff --git a/data/.gitkeep b/data/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/pages/about/author.jpg b/pages/about/author.jpg new file mode 100644 index 0000000..8071fe4 Binary files /dev/null and b/pages/about/author.jpg differ diff --git a/pages/about/page.md b/pages/about/page.md new file mode 100644 index 0000000..1fb8978 --- /dev/null +++ b/pages/about/page.md @@ -0,0 +1,14 @@ +--- +title: ABOUT THE AUTHOR +--- + +![Authorl](author.jpg) + + +The Notepad theme for Grav is a direct port of the [Notepad Theme for Jekyll](http://hmfaysal.github.io/Notepad/) designed by [Hossain Mohd Faysal](http://hmfaysal.github.io/). + +You can **download** the theme here: [github.com/getgrav/grav-theme-notepad](https://github.com/getgrav/grav-theme-notepad) but it's strongly advised to download the complete [Download Notepad Skeleton](http://getgrav.org/downloads/skeletons#extras). + +You can find out more info about customizing your Grav theme, as well as basic Grav usage documentation at [learn.getgrav.org](http://learn.getgrav.org) + +You can find the source code for Grav at [github.com/getgrav/grav](https://github.com/getgrav/grav) diff --git a/pages/blog/2013-12-30-readability-feature-post/post.md b/pages/blog/2013-12-30-readability-feature-post/post.md new file mode 100755 index 0000000..4d12757 --- /dev/null +++ b/pages/blog/2013-12-30-readability-feature-post/post.md @@ -0,0 +1,44 @@ +--- +title: "Post with Large Feature Image and Text" +taxonomy: + tag: [sample post, readability] +image: tokyo.jpg +markdown_extra: true +--- + +This is a sample post with a large feature image up top and tons of text. 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. \ No newline at end of file diff --git a/pages/blog/2013-12-30-readability-feature-post/tokyo.jpg b/pages/blog/2013-12-30-readability-feature-post/tokyo.jpg new file mode 100644 index 0000000..06f3b90 Binary files /dev/null and b/pages/blog/2013-12-30-readability-feature-post/tokyo.jpg differ diff --git a/pages/blog/2014-01-08-a-quotation/albert-einstein-2068-hd-wallpapers.jpg b/pages/blog/2014-01-08-a-quotation/albert-einstein-2068-hd-wallpapers.jpg new file mode 100644 index 0000000..03c2021 Binary files /dev/null and b/pages/blog/2014-01-08-a-quotation/albert-einstein-2068-hd-wallpapers.jpg differ diff --git a/pages/blog/2014-01-08-a-quotation/post.md b/pages/blog/2014-01-08-a-quotation/post.md new file mode 100755 index 0000000..24d4711 --- /dev/null +++ b/pages/blog/2014-01-08-a-quotation/post.md @@ -0,0 +1,48 @@ +--- +title: "Sample Quotation Post" +taxonomy: + tag: [sample post, quotation] +image: albert-einstein-2068-hd-wallpapers.jpg +--- +>"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius - and a lot of courage - to move in the opposite direction." +>Albert Einstein + +Notepad theme now supports Quotation posting, made famous by some premium WordPress themes. To make a quotation post, specify the post type as quote in the Front Matter YAML. So the Front Matter YAML should look like something like the following: + + --- + title: "Sample Quotation Post" + image: + --- + +Or you can simply run the rake task command `rake newquote["Some Quotation Title"]` to generate a skeleton quotation post. Include the intended quotation in Markdown format in your post. A sample quotation in markdown looks like the following: + + > "The Quotation Goes here" + > Person + +You can add additional details about the quotation in the post. Just make sure the posted quotation goes first in the post, meaning it is the first paragraph of the post. Additional paragraphs can only be seen in the post page. You can also assign a featured image for the post page in the post's Front Matter YAML. + + +---------- + + +Albert Einstein was born at Ulm, in Württemberg, Germany, on March 14, 1879. Six weeks later the family moved to Munich, where he later on began his schooling at the Luitpold Gymnasium. Later, they moved to Italy and Albert continued his education at Aarau, Switzerland and in 1896 he entered the Swiss Federal Polytechnic School in Zurich to be trained as a teacher in physics and mathematics. In 1901, the year he gained his diploma, he acquired Swiss citizenship and, as he was unable to find a teaching post, he accepted a position as technical assistant in the Swiss Patent Office. In 1905 he obtained his doctor's degree. + +During his stay at the Patent Office, and in his spare time, he produced much of his remarkable work and in 1908 he was appointed Privatdozent in Berne. In 1909 he became Professor Extraordinary at Zurich, in 1911 Professor of Theoretical Physics at Prague, returning to Zurich in the following year to fill a similar post. In 1914 he was appointed Director of the Kaiser Wilhelm Physical Institute and Professor in the University of Berlin. He became a German citizen in 1914 and remained in Berlin until 1933 when he renounced his citizenship for political reasons and emigrated to America to take the position of Professor of Theoretical Physics at Princeton*. He became a United States citizen in 1940 and retired from his post in 1945. + +After World War II, Einstein was a leading figure in the World Government Movement, he was offered the Presidency of the State of Israel, which he declined, and he collaborated with Dr. Chaim Weizmann in establishing the Hebrew University of Jerusalem. + +Einstein always appeared to have a clear view of the problems of physics and the determination to solve them. He had a strategy of his own and was able to visualize the main stages on the way to his goal. He regarded his major achievements as mere stepping-stones for the next advance. + +At the start of his scientific work, Einstein realized the inadequacies of Newtonian mechanics and his special theory of relativity stemmed from an attempt to reconcile the laws of mechanics with the laws of the electromagnetic field. He dealt with classical problems of statistical mechanics and problems in which they were merged with quantum theory: this led to an explanation of the Brownian movement of molecules. He investigated the thermal properties of light with a low radiation density and his observations laid the foundation of the photon theory of light. + +In his early days in Berlin, Einstein postulated that the correct interpretation of the special theory of relativity must also furnish a theory of gravitation and in 1916 he published his paper on the general theory of relativity. During this time he also contributed to the problems of the theory of radiation and statistical mechanics. + +In the 1920's, Einstein embarked on the construction of unified field theories, although he continued to work on the probabilistic interpretation of quantum theory, and he persevered with this work in America. He contributed to statistical mechanics by his development of the quantum theory of a monatomic gas and he has also accomplished valuable work in connection with atomic transition probabilities and relativistic cosmology. + +After his retirement he continued to work towards the unification of the basic concepts of physics, taking the opposite approach, geometrisation, to the majority of physicists. + +Einstein's researches are, of course, well chronicled and his more important works include Special Theory of Relativity (1905), Relativity (English translations, 1920 and 1950), General Theory of Relativity (1916), Investigations on Theory of Brownian Movement (1926), and The Evolution of Physics (1938). Among his non-scientific works, About Zionism (1930), Why War? (1933), My Philosophy (1934), and Out of My Later Years (1950) are perhaps the most important. + +Albert Einstein received honorary doctorate degrees in science, medicine and philosophy from many European and American universities. During the 1920's he lectured in Europe, America and the Far East, and he was awarded Fellowships or Memberships of all the leading scientific academies throughout the world. He gained numerous awards in recognition of his work, including the Copley Medal of the Royal Society of London in 1925, and the Franklin Medal of the Franklin Institute in 1935. + +Einstein's gifts inevitably resulted in his dwelling much in intellectual solitude and, for relaxation, music played an important part in his life. He married Mileva Maric in 1903 and they had a daughter and two sons; their marriage was dissolved in 1919 and in the same year he married his cousin, Elsa Löwenthal, who died in 1936. He died on April 18, 1955 at Princeton, New Jersey. \ No newline at end of file diff --git a/pages/blog/2014-01-10-theme-elements/photo13.jpg b/pages/blog/2014-01-10-theme-elements/photo13.jpg new file mode 100644 index 0000000..362d882 Binary files /dev/null and b/pages/blog/2014-01-10-theme-elements/photo13.jpg differ diff --git a/pages/blog/2014-01-10-theme-elements/photo16.jpg b/pages/blog/2014-01-10-theme-elements/photo16.jpg new file mode 100644 index 0000000..def7f4c Binary files /dev/null and b/pages/blog/2014-01-10-theme-elements/photo16.jpg differ diff --git a/pages/blog/2014-01-10-theme-elements/photo19.jpg b/pages/blog/2014-01-10-theme-elements/photo19.jpg new file mode 100644 index 0000000..9123e1a Binary files /dev/null and b/pages/blog/2014-01-10-theme-elements/photo19.jpg differ diff --git a/pages/blog/2014-01-10-theme-elements/picture-38.jpg b/pages/blog/2014-01-10-theme-elements/picture-38.jpg new file mode 100644 index 0000000..66c6673 Binary files /dev/null and b/pages/blog/2014-01-10-theme-elements/picture-38.jpg differ diff --git a/pages/blog/2014-01-10-theme-elements/post.md b/pages/blog/2014-01-10-theme-elements/post.md new file mode 100755 index 0000000..7c791f9 --- /dev/null +++ b/pages/blog/2014-01-10-theme-elements/post.md @@ -0,0 +1,118 @@ +--- +layout: post +title: "Theme Elements" +description: Theme Elements will save you tons of time working on the site content. Now you'll be able to create complex layouts within minutes. +taxonomy: + tag: [Grav, Author] +image: picture-38.jpg +--- +I've put together a little post to introduce you to the Notpead theme and get you started with Markdown. Go ahead and edit this post to get going and learn how it all works! + +# ELEMENTS + +Writing in markdown is really easy. In any editor like notepad, you simply write as you normally would. Where appropriate, you can use formatting shortcuts to style your content. + +## LISTS + +For example, a list: + +- Item number one +- Item number two + - A nested item +- A final item + +or with numbers! + +1. Remember to buy some milk +1. Drink the milk +1. Tweet that I remembered to buy the milk, and drank it + +## LINKS + +Want to link to a source? No problem. If you put the url in this format, like `[http://getgrav.org/](http://getgrav.org/)` - it'll automatically be linked up like [http://getgrav.org/](http://getgrav.org/). But if you want to customize your anchor text, you can do that too! Here's a link to the [my website](http://getgrav.org/ "Grav Website"). Neat. + +## WHAT ABOUT IMAGES? ## + +Images work too! And they are responsive! Already know the URL of the image you want to include in your article? Images are responsive and uses lightbox. + +![Photo16](photo16.jpg) +![Photo13](photo13.jpg) +![Photo19](photo19.jpg) + +Check out [this post]({{ site.url }}/articles/sample-post-images/) to learn about including images in your post. + +## AND VIDEOS? ## + +Video embeds are responsive and scale with the width of the main content block with the help of [FitVids](http://fitvidsjs.com/). + +## EQUATIONS + +Are you an engineer? Or a mathematician? Want to post some equations in your Grav blog for the world to see? No problem. Wrapping your equation between `$$...$$` will produce something like this: + + + + f + + ( + a + ) + + = + + 1 + + 2 + π + i + + + + + + γ + + + + + f + ( + z + ) + + + z + + a + + + d + z + + + +## THE LOGO ## + +Not sure which image you want to use yet? That's ok too. Leave yourself a descriptive placeholder and keep writing. Come back later and change the image in the user/config/site.yml. + +## ICONS + +This theme includes over 360 fontawesome icons. To use an icon go to [Fontawesome](http://fontawesome.io/3.2.1/icons/) website and click on the desired icon to find the appropriate tag. + +
+ +
+ +## QUOTING ## + +Sometimes a link isn't enough, you want to quote someone on what they've said. It was probably very wisdomous. Is wisdomous a word? Find out in a future release when I introduce spellcheck! For now - it's definitely a word. + +> Wisdomous - it's definitely a word. +>Hossain Mohd Faysal + +## READY FOR A BREAK? ## + +Throw 4 or more dashes down on any new line and you've got yourself a fancy new divider. Aw yeah. + +---- + +That should be enough to get you started. Have fun - and let us know what you think [@getgrav](https://twitter.com/getgrav). \ No newline at end of file diff --git a/pages/blog/2014-05-15-first-commit/cover9.jpg b/pages/blog/2014-05-15-first-commit/cover9.jpg new file mode 100644 index 0000000..0d8c9dc Binary files /dev/null and b/pages/blog/2014-05-15-first-commit/cover9.jpg differ diff --git a/pages/blog/2014-05-15-first-commit/post.md b/pages/blog/2014-05-15-first-commit/post.md new file mode 100755 index 0000000..19054a2 --- /dev/null +++ b/pages/blog/2014-05-15-first-commit/post.md @@ -0,0 +1,20 @@ +--- +title: First Commit +slug: first-commit +date: 11/30/2014 +taxonomy: + tag: [theme, grav, installation] +image: cover9.jpg +markdown_extra: true +--- + +>"The beginning is the most important part of the work." +>Plato + +Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vestibulum id ligula porta felis euismod semper.Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Maecenas faucibus mollis interdum. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.Praesent commodo cursus magna, vel scelerisque nisl consectetur et. + +Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Nulla vitae elit libero, a pharetra augue.Maecenas sed diam eget risus varius blandit sit amet non magna. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Nulla vitae elit libero, a pharetra augue. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. + +Maecenas sed diam eget risus varius blandit sit amet non magna.Vestibulum id ligula porta felis euismod semper. Maecenas faucibus mollis interdum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Nullam id dolor id nibh ultricies vehicula ut id elit. Etiam porta sem malesuada magna mollis euismod.Cras mattis consectetur purus sit amet fermentum. Nulla vitae elit libero, a pharetra augue. Cras mattis consectetur purus sit amet fermentum. Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Maecenas sed diam eget risus varius blandit sit amet non magna. Nulla vitae elit libero, a pharetra augue. + +[^1]: Donec sed odio dui. \ No newline at end of file diff --git a/pages/blog/2014-08-12-sample-link-post/page.md b/pages/blog/2014-08-12-sample-link-post/page.md new file mode 100644 index 0000000..99fe38b --- /dev/null +++ b/pages/blog/2014-08-12-sample-link-post/page.md @@ -0,0 +1,11 @@ +--- +title: "Sample Link Post" +slug: sample-link-post +description: "Example and code for using link posts." +date: 08/12/2014 +taxonomy: + tag: [sample post, link post, featured] +link: http://getgrav.org +--- + +This theme supports **link posts**, made famous by John Gruber. To use, just add `link: http://url-you-want-linked` to the post's YAML front matter and you're done. diff --git a/pages/blog/2014-11-30-why-grav/post.md b/pages/blog/2014-11-30-why-grav/post.md new file mode 100644 index 0000000..7a4c8d3 --- /dev/null +++ b/pages/blog/2014-11-30-why-grav/post.md @@ -0,0 +1,50 @@ +--- +title: "Why Grav ?" +date: 12/30/2014 +taxonomy: + tag: [theme, grav, featured] +image: swim.jpg +--- +#Notepad Formats and CSS features + +Examples for different formats and css features + +#Header Formats +#Header1 +##Header2 + +#Blockquotes +>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus + +#Lists +##orderd lists +1. one +2. two +3. three + +##unorderd lists +- Apple +- Banana +- Plum + +#Links +This is an [example link](http://example.com/ "With a Title"). + +#Images +![Unsplash Image](stuff.jpg) + +#Code +``` +#container { + float: left; + margin: 0 -240px 0 0; + width: 100%; +} +``` + +#Combinations +>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus +> +> - Apple +> - Banana +> - Plum diff --git a/pages/blog/2014-11-30-why-grav/stuff.jpg b/pages/blog/2014-11-30-why-grav/stuff.jpg new file mode 100644 index 0000000..0c19df0 Binary files /dev/null and b/pages/blog/2014-11-30-why-grav/stuff.jpg differ diff --git a/pages/blog/2014-11-30-why-grav/swim.jpg b/pages/blog/2014-11-30-why-grav/swim.jpg new file mode 100644 index 0000000..152405b Binary files /dev/null and b/pages/blog/2014-11-30-why-grav/swim.jpg differ diff --git a/pages/blog/default.md b/pages/blog/default.md new file mode 100644 index 0000000..5a98eeb --- /dev/null +++ b/pages/blog/default.md @@ -0,0 +1,22 @@ +--- +title: Latest Posts + +sitemap: + changefreq: monthly + priority: 1.03 + +content: + items: @self.children + order: + by: date + dir: desc + limit: 4 + pagination: true + +feed: + description: Sample Blog Description + limit: 10 + +pagination: true +--- + diff --git a/pages/categories/categories.md b/pages/categories/categories.md new file mode 100644 index 0000000..cdd9284 --- /dev/null +++ b/pages/categories/categories.md @@ -0,0 +1,5 @@ +--- +title: CATEGORY INDEX +description: "An archive of posts sorted by categories." +--- + diff --git a/pages/featured/featured.md b/pages/featured/featured.md new file mode 100644 index 0000000..734e71b --- /dev/null +++ b/pages/featured/featured.md @@ -0,0 +1,4 @@ +--- +title: FEATURED POSTS +--- + diff --git a/plugins/.gitkeep b/plugins/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/screenshot.jpg b/screenshot.jpg new file mode 100644 index 0000000..085739f Binary files /dev/null and b/screenshot.jpg differ diff --git a/themes/.gitkeep b/themes/.gitkeep new file mode 100644 index 0000000..e69de29