Commit Graph

577 Commits

Author SHA1 Message Date
Aditya Telange
abea879e68
css: pagination buttons
* does same job with less code
2020-09-20 17:03:08 +05:30
Aditya Telange
81b0b0c809
archives : improvements 2020-09-20 17:00:45 +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
1e5f020efb
footer : add git.io shortened url 2020-09-20 13:24:38 +05:30
Pyvain
6178d4d02a fix code overflow without highlightjs 2020-09-20 11:33:58 +05:30
Pyvain
6bff959d62 Fix interversion of next and prev translations 2020-09-20 09:17:42 +05:30
Pyvain
f7bf814ec9 Add i18n support for French 2020-09-20 09:16:07 +05:30
Aditya Telange
082d960e13
Revert "home-info: handle case where home-info was hidden"
This reverts commit ce408f6afc.

* incomplete
2020-09-19 17:29:38 +05:30
Aditya Telange
7204003afd
accessibility : add aria-label to share-icons 2020-09-19 17:19:55 +05:30
Aditya Telange
32289fe2e7
toc : use newer toc partial and indent elements
fixes : https://github.com/adityatelange/hugo-PaperMod/issues/2
2020-09-19 17:03:27 +05:30
Allan Chain
43d1c68ef4
toc: add toc partial [newer impl]
* gets toc fixed

Signed-off-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
2020-09-19 17:02:20 +05:30
Aditya Telange
7820730b04
hljs, an-old-hope: update v9.18.3 -> v10.2.0
* credits : https://cdnjs.com/libraries/highlight.js
2020-09-18 18:36:48 +05:30
Aditya Telange
ce408f6afc
home-info: handle case where home-info was hidden
when num of posts = 0
2020-09-17 16:14:56 +05:30
Aditya Telange
2eef3fcc12
automatic theme based on browser theme
usage: add to config
    params:
        defaultTheme: "auto"
2020-09-17 15:28:03 +05:30
Aditya Telange
3081579764
homeinfo : allow markdown 2020-09-17 15:14:38 +05:30
Aditya Telange
e96e4e51c7
image themefy : inside post not globally 2020-09-17 15:08:56 +05:30
Aditya Telange
db1ec959aa
fix: for ebb9eb4043
* Browser errors were logged to the console
2020-09-17 14:57:20 +05:30
Aditya Telange
d3517dadbf
head : improve meta 2020-09-17 14:03:57 +05:30
Aditya Telange
c7885d62a2
fix: for ebb9eb , partialCached impl 2020-09-17 12:07:32 +05:30
Aditya Telange
ebb9eb4043
highlightjs : include only on pages with mainSections
* this makes hljs not load on index, taxonomies, archive
pages where code highlighting isn't used
* improving page site load time
2020-09-17 11:56:28 +05:30
Aditya Telange
4ded4a5052
README: add link to hugo themes 2020-09-16 20:36:26 +05:30
Aditya Telange
a8652f57f3
toc: add option to open toc details by default
usage: in page params add (yml)
TocOpen: true
2020-09-16 15:41:28 +05:30
Aditya Telange
8f7a04337f
css : post : imrove <hr> 2020-09-16 15:29:50 +05:30
Aditya Telange
bcba19789a
css: themify image boder radius 2020-09-16 14:53:48 +05:30
Aditya Telange
8c7a9cf1d7
css: post: improve code block inside blockquote
* fix padding on lager screns
2020-09-16 14:14:47 +05:30
Aditya Telange
ac4ed69368
blockquote : move to toc 2020-09-16 12:40:56 +05:30
Aditya Telange
3231d00da4
terms : update 2020-09-15 23:42:58 +05:30
Aditya Telange
f669a90052
go-to-top: add title
* accessibility
2020-09-15 23:11:06 +05:30
Aditya Telange
2623cd8f8b
css: main : toc : add cursor as zoom
* accessibility
2020-09-15 23:03:49 +05:30
Aditya Telange
94b67a5dc9
css: reset: disbale highlight on focus 2020-09-15 22:36:29 +05:30
Aditya Telange
6813112e25
layouts: single: update post meta 2020-09-15 22:32:34 +05:30
Aditya Telange
9c861cb77f
Special-1st-Post: allow disabling the special highlight of 1st Post
* usage => in site config
    params:
        disableSpecial1stPost : true
2020-09-14 22:50:04 +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
1c0fc8a5c7
README : refactor 2020-09-14 18:17:01 +05:30
Aditya Telange
303d0dec7e
README: add credits 2020-09-14 18:15:54 +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
ea94a8bd77
Readme: link social-icon list wiki 2020-09-13 21:19:29 +05:30
Digitalcraftsman
ab14f2f275
Adapt theme to be compatible with hugoBasicExample
_default/{archives,list}.html utilize .site.Params.mainSections

This flexible option let's users decide what content pages they want to
display in the archive and on the homepage. By default, Hugo adds
content types with the most content files as a good heuristic. Can be
overwritten at any time in the config file.

Signed-off-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
2020-09-12 09:57:30 +05:30
Aditya Telange
75d5acc15d
update readme with img kbd 2020-09-06 22:23:25 +05:30
Aditya Telange
ebc87902f5
README : add lighthouse report from web.dev 2020-09-06 22:12:13 +05:30
Aditya Telange
70525e39d1
accessibility : add aria-label to go-to-top 2020-09-06 22:07:01 +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
519f23f8e9
accessibility : add aria-label to entry-link 2020-09-06 21:46:58 +05:30
Aditya Telange
26aa913367
head: show title insted of description
on non-home pages
2020-09-06 21:16:55 +05:30
Aditya Telange
11226ff1fe
rm redundant 2020-09-06 21:01:24 +05:30
Aditya Telange
a22aa8aac3
remove custom css support
* user can clone head into <site root>/layouts/partials/head.html
and add custom resources and assets according to wish
2020-09-06 20:27:17 +05:30
Aditya Telange
eeb70f3f89
automatic-theme : remove 2020-09-06 20:16:51 +05:30
Aditya Telange
98bd396c4b Revert "add default archetypes"
This reverts commit b5ab1d495d.
2020-09-06 20:14:27 +05:30