diff --git a/_config.yml b/_config.yml index 75f5465..262b909 100644 --- a/_config.yml +++ b/_config.yml @@ -203,6 +203,8 @@ jekyll-archives: tag: '/blog/tag/:name/' category: '/blog/category/:name/' +display_tags: ['formatting', 'images', 'links', 'math', 'code'] # this tags will be dispalyed on the front page of your blog + # ----------------------------------------------------------------------------- # Jekyll Scholar # ----------------------------------------------------------------------------- diff --git a/_sass/_base.scss b/_sass/_base.scss index 0c00258..f30547a 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -318,13 +318,31 @@ footer.sticky-bottom { border-bottom: 1px solid var(--global-divider-color); text-align: center; padding-top: 2rem; - padding-bottom: 5rem; + padding-bottom: 3rem; h1 { color: var(--global-theme-color); font-size: 5rem; } } +.tag-list { + border-bottom: 1px solid var(--global-divider-color); + text-align: center; + padding-top: 1rem; + + ul { + justify-content: center; + display: flow-root; + + p, li { + list-style: none; + display: inline-block; + padding: 1rem 0.5rem; + color: var(--global-text-color-light); + } + } +} + .post-list { margin: 0; margin-bottom: 40px; diff --git a/blog/index.html b/blog/index.html index 082e2e3..37c1406 100644 --- a/blog/index.html +++ b/blog/index.html @@ -20,6 +20,20 @@ pagination: