Aditya Telange
|
704921ccd1
|
init media.css
- combine all media queries
- name zmedia to conacat at last
- change some max-width values to group them
|
2021-01-16 12:54:51 +05:30 |
Aditya Telange
|
18ae4e5593
|
respect prefers-reduced-motion while animating
|
2021-01-13 23:35:54 +05:30 |
Aditya Telange
|
89414d00dc
|
add minimal border to post-entry
- increases element speration without being noticed
cc: #169
|
2021-01-11 20:15:04 +05:30 |
Aditya Telange
|
28abfba27e
|
home-info: fix title line height
close: #102
|
2020-12-04 16:29:56 +05:30 |
Aditya Telange
|
c9a387ebdb
|
assets(css): fix "calc" operands should be correctly spaced
|
2020-11-17 15:56:27 +05:30 |
Aditya Telange
|
2a06c26e9f
|
assets(css): optimize using csso
https://css.github.io/csso/csso.html
|
2020-11-17 12:45:19 +05:30 |
Aditya Telange
|
66ba0f0ea9
|
home-info: unset line-clamp for content
- content can be as long as one wants it to be
- was hiding content on mobile devices
- amend to 2c7cffb
|
2020-11-12 22:20:24 +05:30 |
Aditya Telange
|
e04e248ae1
|
terms: hide cover image in taxonomy list,
show others
* taxonomies are meant to be browsed faster
|
2020-10-10 19:40:37 +05:30 |
Aditya Telange
|
2c7cffb617
|
home-info: let content show upto 5 lines
* previously 3
|
2020-10-08 15:50:20 +05:30 |
Aditya Telange
|
d0c7635a8b
|
post-cover: enable mardownify
* allows users to add links and stuff #17
|
2020-10-05 14:56:06 +05:30 |
Aditya Telange
|
35788daad1
|
post-cover: add support for adding caption (#17)
* shown only on single page
usage =>
in page-vars front-matter
cover:
image: '<image path/url>'
alt: '<alt text>'
caption: '<text>'
|
2020-10-04 18:47:12 +05:30 |
Aditya Telange
|
48d2dcb164
|
social-icons(css): refactor
move to main.css
|
2020-10-02 13:20:20 +05:30 |
Aditya Telange
|
e91b15284a
|
css : refactor all margins
* hope this does not break anything xd
|
2020-09-20 16:33:50 +05:30 |
Aditya Telange
|
9ab747c654
|
fix: cover image in Normal Mode
fixes: https://github.com/adityatelange/hugo-PaperMod/issues/1
|
2020-09-14 22:39:31 +05:30 |
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
|
813b590e19
|
first-entry : reduce bottom margin
|
2020-08-28 17:16:35 +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
|
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
|
d005d7d2bb
|
add [draft] mark
- to identify drafts from other posts
|
2020-07-24 20:46:33 +05:30 |
Aditya Telange
|
15d7a4aabd
|
assets: separate style.css into parts
|
2020-07-21 14:20:35 +05:30 |