From 67e9b0d2d28b4d051f38c363172ac49ecefbe418 Mon Sep 17 00:00:00 2001 From: Yigit Colakoglu Date: Mon, 25 Oct 2021 18:18:12 +0200 Subject: [PATCH] Updated blog rss --- assets/js/main.js | 16 +++++----------- index.html | 12 +++++------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/assets/js/main.js b/assets/js/main.js index 9a7d7bd..719dc5c 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -27,37 +27,31 @@ jQuery(document).ready(function($) { /* jQuery RSS - https://github.com/sdepold/jquery-rss */ - $("#rss-feeds").rss( //Change this to your own rss feeds - "https://blog.yigitcolakoglu.com/rss.xml", + "https://fr1nge.xyz/index.xml", { // how many entries do you want? // default: 4 // valid values: any integer - limit: 3, + limit: 2, // the effect, which is used to let the entries appear // default: 'show' // valid values: 'show', 'slide', 'slideFast', 'slideSynced', 'slideFastSynced' - effect: 'slideFastSynced', - - // will request the API via https - // default: false - // valid values: false, true - ssl: true, + effect: 'slide', // outer template for the html transformation // default: "" // valid values: any string - layoutTemplate: "
{entries}
", + layoutTemplate: "
{entries}
", // inner template for each entry // default: '
  • [{author}@{date}] {title}
    {shortBodyPlain}
  • ' // valid values: any string - entryTemplate: '

    {title}

    {shortBodyPlain}

    Read more
    ' + entryTemplate: '

    {title}

    {shortBodyPlain}

    Read more
    ' } ); diff --git a/index.html b/index.html index f6f4ae5..c6b9af9 100644 --- a/index.html +++ b/index.html @@ -20,9 +20,9 @@ - - + + @@ -183,9 +183,6 @@ -
    -
    - @@ -363,8 +360,9 @@ - - +