diff --git a/scan.sh b/scan.sh index fff36ca..14deaa7 100755 --- a/scan.sh +++ b/scan.sh @@ -22,6 +22,5 @@ done curl 'https://ipapi.co/yaml/' > website/_data/ip.json -echo "This scan was last run on $(date)" >> template.md - -cp tlds.txt template.md website/ \ No newline at end of file +echo >> template.md +echo "This scan was last run on $(date)" >> template.md \ No newline at end of file diff --git a/website/Gemfile b/website/Gemfile index f1b369d..67a01a8 100644 --- a/website/Gemfile +++ b/website/Gemfile @@ -1,3 +1,4 @@ source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins +gem 'jekyll-theme-dinky', group: :jekyll_plugins \ No newline at end of file diff --git a/website/Gemfile.lock b/website/Gemfile.lock index 9d64c0d..fc24c8b 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -243,6 +243,7 @@ PLATFORMS DEPENDENCIES github-pages + jekyll-theme-dinky BUNDLED WITH 2.0.2 diff --git a/website/_config.yml b/website/_config.yml index 1f3ef61..c70573d 100644 --- a/website/_config.yml +++ b/website/_config.yml @@ -1,4 +1,4 @@ title: TLDs with A Records -description: >- # this means to ignore newlines until "baseurl:" - List of TLDs with A Records -theme: jekyll-theme-dinky \ No newline at end of file +description: List of TLDs with A Records +theme: jekyll-theme-dinky +markdown: kramdown \ No newline at end of file