diff --git a/Gemfile b/Gemfile index de89966..1d5042f 100755 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,6 @@ gem "jekyll", "~> 4.2.2" group :jekyll_plugins do gem "jekyll-feed" gem "jekyll-seo-tag" - # gem 'jekyll-analytics' end platforms :mingw, :x64_mingw, :mswin, :jruby do gem "tzinfo", "~> 1.2" diff --git a/_config.yml b/_config.yml index e5ea8fa..3fb92b8 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,6 @@ url: 'https://www.in28minutes.com/' plugins: - jekyll-feed - jekyll-seo-tag - # - jekyll-analytics # Products products: @@ -13,6 +12,8 @@ products: url: /blog - name: Roadmaps url: https://www.in28minutes.com/roadmaps + - name: Flashcards + url: /flashcards # Articles articles: @@ -41,10 +42,6 @@ social: google_analytics: UA-32942307-5 -# jekyll_analytics: -# GoogleAnalytics: -# id: UA-32942307-5 - markdown: kramdown highlighter: rouge kramdown: diff --git a/_includes/head.html b/_includes/head.html index e8e071a..d1ef56f 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -15,19 +15,4 @@ gtag('js', new Date()); gtag('config', '{{ site.google_analytics }}'); - - - \ No newline at end of file + \ No newline at end of file diff --git a/_layouts/flashcard-topic.html b/_layouts/flashcard-topic.html new file mode 100644 index 0000000..1c32c75 --- /dev/null +++ b/_layouts/flashcard-topic.html @@ -0,0 +1,52 @@ +--- +layout: page +--- +