Commit Graph

7 Commits

Author SHA1 Message Date
048aac5fac profile-mode: improvements 2020-09-06 20:07:57 +05:30
44aa37c944 profileMode : fix, improve 2020-08-29 15:14:34 +05:30
ba6d5c4620 profileMode : improve buttons,
add theme transition
2020-08-29 10:41:20 +05:30
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
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
f852d06923 profile-mode : include social icons
usage : in config
 params:
   profileMode:
     socialIcons:
       - name: "<platform>"
         url: : "<link>"
2020-08-24 16:58:47 +05:30
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