mskian / eleventy-tamil-kavithai

Collect My Favourite Tamil kavithai and Tamil Quotes Build using Eleventy and Markdown.

Home Page:https://status.tamilsms.blog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eleventy(11ty) Tamil Kavithai

build-test

படித்ததில் பிடித்தது - Collect the Favourite Tamil kavithai and Tamil Quotes From Tamil Writers Social Profile - Build using Eleventy and Markdown.

Eleventy Theme - https://github.com/ar363/eleventy-stylus-blog-theme I made some Changes and Modification.

it's For My Personal Usage to Collect My Favourite Tamil Kavithai, Tamil Quotes and Status.

Features

Development

  • Clone or Download the Repo
git clone https://github.com/mskian/eleventy-tamil-kavithai.git
cd eleventy-tamil-kavithai
yarn
  • Test and Modify the Template
yarn dev
  • Production build
yarn build
  • Create New Post
yarn newpost
  • Update site info's at - _data/site.js
  • Update manifest.json and icons on static folder
  • Post content in posts folder
  • Create new page in pages folder
  • Update service worker file in static folder service-worker.js
  • Update Meta details in /_includes/layouts/base.njk
  • Update Schema Markup details in /_includes/components
  • Copy kavithai Button - Add this on copykavithai: true or copykavithai: false Markdown Post File - true - Enable Copy Button - false - Disable Copy Button
  • Add image via Shortcode - put your post images on images folder add image shortcode on post (it will automatically optimze images in different sizes - refer .eleventy.js file) - images are serve via webp format
{% image "example-image.png", "Example Alt Text" %}
  • image downloader Shortcode - image must be in images folder it will fetch the optimized image to the users - just add the image file name
{% download "example-image" %}
  • Manual Copy Text Button Shortcode - add copytext: true in Markdown Post file
<div id="getkavithai">
Example Post content <br>
Just add this format on your Markdown File.
</div>

{% copytext "📋 Copy Above Text" %}

Note

Before using this theme Replace/edit Everything which I added because it was the source code of my production site and a few plugins are written for personal usage if you want to use it check plugins folder and Markdown Files about the plugin usage

Reference

LICENSE ☑

MIT

About

Collect My Favourite Tamil kavithai and Tamil Quotes Build using Eleventy and Markdown.

https://status.tamilsms.blog/

License:MIT License


Languages

Language:Nunjucks 37.8%Language:JavaScript 32.0%Language:CSS 30.3%