From 954a030f6a4e059e97412d86d318865afdd2e57a Mon Sep 17 00:00:00 2001 From: jusola Date: Tue, 16 Aug 2022 14:13:53 +0300 Subject: [PATCH] Before merge with git upstream --- Gemfile.lock | 10 ++++++++++ _config.yml | 10 ++++------ _data/theme.yml | 2 ++ index.markdown => index.md | 15 +++++++++------ leffat.md | 6 ++++++ 5 files changed, 31 insertions(+), 12 deletions(-) create mode 100644 _data/theme.yml rename index.markdown => index.md (90%) create mode 100644 leffat.md diff --git a/Gemfile.lock b/Gemfile.lock index 9d5bf63..26ba80c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,10 +31,19 @@ GEM terminal-table (~> 2.0) jekyll-feed (0.16.0) jekyll (>= 3.7, < 5.0) + jekyll-paginate (1.1.0) jekyll-sass-converter (2.2.0) sassc (> 2.0.1, < 3.0) jekyll-seo-tag (2.8.0) jekyll (>= 3.8, < 5.0) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) + jekyll-theme-basically-basic (1.4.5) + jekyll (>= 3.6, < 5.0) + jekyll-feed (~> 0.1) + jekyll-paginate (~> 1.1) + jekyll-seo-tag (~> 2.6) + jekyll-sitemap (~> 1.3) jekyll-watch (2.2.1) listen (~> 3.0) kramdown (2.4.0) @@ -78,6 +87,7 @@ DEPENDENCIES http_parser.rb (~> 0.6.0) jekyll (~> 4.2.2) jekyll-feed (~> 0.12) + jekyll-theme-basically-basic minima (~> 2.5) tzinfo (~> 1.2) tzinfo-data diff --git a/_config.yml b/_config.yml index 60e14aa..a2e61cd 100644 --- a/_config.yml +++ b/_config.yml @@ -18,19 +18,17 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Your awesome title -email: your-email@example.com +title: Datat +email: hallitus@datat.fi description: >- # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com -twitter_username: jekyllrb -github_username: jekyll +url: "https://datat.fi" # the base hostname & protocol for your site, e.g. http://example.com +instagram_username: datanurkka # Build settings -theme: minima plugins: - jekyll-feed diff --git a/_data/theme.yml b/_data/theme.yml new file mode 100644 index 0000000..07de62b --- /dev/null +++ b/_data/theme.yml @@ -0,0 +1,2 @@ +t: + home: 'Datat' \ No newline at end of file diff --git a/index.markdown b/index.md similarity index 90% rename from index.markdown rename to index.md index 0671507..c8c06d3 100644 --- a/index.markdown +++ b/index.md @@ -1,6 +1,9 @@ ---- -# Feel free to add content and custom Front Matter to this file. -# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults - -layout: home ---- +--- +# Feel free to add content and custom Front Matter to this file. +# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults + +layout: home +--- + + +# Header \ No newline at end of file diff --git a/leffat.md b/leffat.md new file mode 100644 index 0000000..c9752a1 --- /dev/null +++ b/leffat.md @@ -0,0 +1,6 @@ +--- +title: Dataleffat +layout: collection +collection: leffat +permalink: /leffat/ +--- \ No newline at end of file