Commit Graph

194 Commits

Author SHA1 Message Date
Aditya Telange
ab451ef89c
post-cover-image : add support for cover image for post
usage with post params =>
    cover = "<absolute image url>"
2020-09-14 17:45:22 +05:30
Aditya Telange
0411858700
terms: add hover transition 2020-09-06 22:00:35 +05:30
Aditya Telange
91457e9c0e
top-link : rm background on hover 2020-09-06 21:58:31 +05:30
Aditya Telange
4ba361f789
archive : rm transition 2020-09-06 21:51:04 +05:30
Aditya Telange
eeb70f3f89
automatic-theme : remove 2020-09-06 20:16:51 +05:30
Aditya Telange
048aac5fac
profile-mode: improvements 2020-09-06 20:07:57 +05:30
Aditya Telange
44aa37c944
profileMode : fix, improve 2020-08-29 15:14:34 +05:30
Aditya Telange
ba6d5c4620
profileMode : improve buttons,
add theme transition
2020-08-29 10:41:20 +05:30
Aditya Telange
df457f7514
profile-mode : add buttons
ex.
params:
  profileMode:
    buttons:
      - name: Archive
        url: "/archive"
      - name: Github
        url: "https://github.com/"
2020-08-28 18:47:00 +05:30
Aditya Telange
813b590e19
first-entry : reduce bottom margin 2020-08-28 17:16:35 +05:30
Aditya Telange
f40842915e
fix : footer height increase for mobile devices
ref : 467c27d5c2 (diff-bde622a6ece9e3a643d47d4d74cadaa1)
2020-08-28 17:08:39 +05:30
Aditya Telange
dbaa709c97
homeInfo : add socialIcons at bottom
* can be disabled by not having Params.socialIcons as variable
* profileMode overrides homeInfo mode
2020-08-27 20:03:00 +05:30
Aditya Telange
f852d06923
profile-mode : include social icons
usage : in config
 params:
   profileMode:
     socialIcons:
       - name: "<platform>"
         url: : "<link>"
2020-08-24 16:58:47 +05:30
Aditya Telange
f85f1573ee
fix : highlight inside list don't stick right 2020-08-24 11:44:31 +05:30
Aditya Telange
083ffd37b5
update highlightjs and an-old-hope
v9.15.6 -> v9.18.3
2020-08-24 11:08:52 +05:30
Aditya Telange
6be9da45ab
profileMode : init
usaage, in config add
params:
    profileMode:
      title: "PaperMod" // or default will be site.title
      imageUrl: "<image_link>"
2020-08-23 18:19:41 +05:30
Aditya Telange
69b68f964a share-buttons : on hover effect 2020-08-21 21:28:44 +05:30
Aditya Telange
01a575de59
scroll-to-top : onhover show change 2020-08-21 21:17:14 +05:30
Aditya Telange
799b253470
footer (mobile) : hightlight footer links
(with --secondary color)
2020-08-20 22:19:24 +05:30
Aditya Telange
cd39b9d055 reduce content-gap
40 -> 20 px
2020-07-28 14:06:07 +05:30
Aditya Telange
c4839ccfbe body: lower line-height
1.8 -> 1.6
2020-07-28 12:28:44 +05:30
Aditya Telange
b27858ba10 increase main width
640 -> 720 px
2020-07-28 12:27:51 +05:30
Aditya Telange
e0b08519c9 add Share Buttons
use Params.ShowShareButtons = true

    credits : https://www.iconfinder.com/iconsets/social-media-rounded-corners
    License:	Free for commercial use
2020-07-27 14:28:58 +05:30
Aditya Telange
1329075c61 add scroll to top button 2020-07-27 12:04:36 +05:30
Aditya Telange
700c8e07da toc : set border radius to theme var radius 2020-07-26 20:43:40 +05:30
Aditya Telange
63c86e12cd terms: tag color set to primary 2020-07-26 20:40:29 +05:30
Aditya Telange
b287b1cd24 scroll-bar : theme-fy 2020-07-26 18:55:33 +05:30
Aditya Telange
c3d0d6c6df nav : menu horizontal scroll improve 2020-07-26 18:54:53 +05:30
Aditya Telange
df592b3370 fix: increase 1st entry max height to 260px 2020-07-25 16:59:54 +05:30
Aditya Telange
ee1a829c02 post-entry : lower first entry font size 2020-07-25 13:34:23 +05:30
Aditya Telange
467c27d5c2 adjust post size for mobile devices 2020-07-25 13:28:07 +05:30
Aditya Telange
2e9aef08a5 Add Taxonomy Pages
- known as terms
    - ex Tags, Categories
2020-07-25 11:57:18 +05:30
Aditya Telange
db338970a1 archive: title use page-header class 2020-07-25 11:35:55 +05:30
Aditya Telange
16b98dc8f9 toc: look cool
- improve toc styling
    - make collapsable
2020-07-24 23:53:25 +05:30
Aditya Telange
d559ea3d4e style blockquote to look better 2020-07-24 22:03:33 +05:30
Aditya Telange
c06357a604 add Table of Contents
- can be used by
     `ShowToc = true` in Single Post params
2020-07-24 22:03:13 +05:30
Aditya Telange
d005d7d2bb add [draft] mark
- to identify drafts from other posts
2020-07-24 20:46:33 +05:30
Aditya Telange
47bc2ee10d fix unnecessary scroll on devices with lower width
making footer size bigger by 24px
2020-07-23 13:34:53 +05:30
Aditya Telange
0950fb89a8 add archives layout
- can be used by setting
        layout: "archives"
2020-07-23 03:00:51 +05:30
Aditya Telange
118bf1345e assets: assets to proper location 2020-07-21 14:25:56 +05:30
Aditya Telange
15d7a4aabd assets: separate style.css into parts 2020-07-21 14:20:35 +05:30
Aditya Telange
e17e38b3ae refactor; linting 2020-07-20 19:53:30 +05:30
Aditya Telange
e6f516da62 theme: don't include set-theme inline 2020-07-20 19:46:19 +05:30
Aditya Telange
1826351d62 mv assets to /assets from /static 2020-07-20 18:49:00 +05:30