diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..1291498 --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ +source "https://rubygems.org" +gemspec \ No newline at end of file diff --git a/_data/navigation.yml b/_data/navigation.yml new file mode 100644 index 0000000..663bb8e --- /dev/null +++ b/_data/navigation.yml @@ -0,0 +1,14 @@ +# main links +main: + - title: "Travel Blog" + url: https://nothingtodeclare.net + - title: "Quick-Start Guide" + url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/ + # - title: "About" + # url: https://mmistakes.github.io/minimal-mistakes/about/ + # - title: "Sample Posts" + # url: /year-archive/ + # - title: "Sample Collections" + # url: /collection-archive/ + # - title: "Sitemap" + # url: /sitemap/ \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..b95bb1f --- /dev/null +++ b/index.html @@ -0,0 +1,4 @@ +--- +layout: home +author_profile: true +---