From c34a1404a2ceb018834ff092fe3c87dd664c515d Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 7 Dec 2020 02:51:58 +0300 Subject: update post pages and add fossil export post edit post layout to handle tags, add sort-by-tag page and edit stylesheet according post content updates --- _config.yml | 8 +++++- _includes/footer.html | 4 +-- _layouts/post.html | 21 +++++++++++----- _layouts/tagsort.html | 12 +++++++++ _posts/2020-11-12-example.md | 11 -------- _posts/2020-12-06-fossil-to-git.md | 51 ++++++++++++++++++++++++++++++++++++++ _sass/main.scss | 51 ++++++++++++++++++++++++++++++++++++-- other.md | 11 +++++++- tags/fossil.md | 5 ++++ tags/git.md | 5 ++++ tags/tutorial.md | 5 ++++ 11 files changed, 161 insertions(+), 23 deletions(-) create mode 100644 _layouts/tagsort.html delete mode 100644 _posts/2020-11-12-example.md create mode 100644 _posts/2020-12-06-fossil-to-git.md create mode 100644 tags/fossil.md create mode 100644 tags/git.md create mode 100644 tags/tutorial.md diff --git a/_config.yml b/_config.yml index 7d89b26..a9692bb 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,13 @@ exclude: - README.md defaults: - - scope: + - + scope: path: "" values: layout: "default" + - + scope: + path: "_posts" + values: + layout: "post" diff --git a/_includes/footer.html b/_includes/footer.html index 6172487..a44e767 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,8 +1,8 @@