Fixes theme and table

This commit is contained in:
Nemo 2019-07-07 01:03:47 +05:30
parent e852218d7a
commit fb65f1a738
4 changed files with 7 additions and 6 deletions

View File

@ -22,6 +22,5 @@ done
curl 'https://ipapi.co/yaml/' > website/_data/ip.json curl 'https://ipapi.co/yaml/' > website/_data/ip.json
echo "This scan was last run on $(date)" >> template.md echo >> template.md
echo "This scan was last run on $(date)" >> template.md
cp tlds.txt template.md website/

View File

@ -1,3 +1,4 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-theme-dinky', group: :jekyll_plugins

View File

@ -243,6 +243,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
github-pages github-pages
jekyll-theme-dinky
BUNDLED WITH BUNDLED WITH
2.0.2 2.0.2

View File

@ -1,4 +1,4 @@
title: TLDs with A Records title: TLDs with A Records
description: >- # this means to ignore newlines until "baseurl:" description: List of TLDs with A Records
List of TLDs with A Records theme: jekyll-theme-dinky
theme: jekyll-theme-dinky markdown: kramdown