Commit Graph

454 Commits

Author SHA1 Message Date
Aditya Telange
4a4d0c009c
templates: add cover image to be linked into meta
for opengraph, schema and twitter
2020-10-11 21:04:17 +05:30
Aditya Telange
6c4e094c91
templates: Add Twitter Cards, OpenGraph, Schema
This code is licensed under Apache License 2.0
and is part of https://github.com/gohugoio/hugo
2020-10-11 20:07:43 +05:30
Aditya Telange
a8abbd3545
post-cover: relative covers need to be explicitely set
* change in d819914 and #13
* previous impl breks sites not using `/static` dir as their static location
* hugo supports multiple static directories and previous impl checks only for one
* ref : https://gohugo.io/content-management/static-files/

usage change in post-vars =>

cover:
  image: '<relative url>'
  relative: true
2020-10-10 19:52:08 +05:30
Aditya Telange
3ca79f59fe
post-cover: fix strange /./ in cover image url 2
#13
2020-10-10 19:41:44 +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
f933372c55
terms: fix unreachable code in taxonomy list 2020-10-10 19:34:13 +05:30
Aditya Telange
46bf0538c9
post-tags(css): highlight tags with a slim border 2020-10-10 19:24:48 +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
724e73facb
social-icons: add buymeacoffee icon
* icon belongs to buymeacoffee.com
* edited to fit dual-tone theme
2020-10-08 14:27:43 +05:30
Aditya Telange
82e9b29bf4
post-cover: fix strange /./ in cover image url
#13
2020-10-08 09:21:57 +05:30
Aditya Telange
fae1c47611
update theme meta 2020-10-06 15:47:39 +05:30
Aditya Telange
e03bc919bc
Add Stale bot 2020-10-06 09:20:21 +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
a9e00a3640
theme: set proper conditions
for having default-theme with theme-toggle

* can set/unset default theme
* for default-theme: dark/light : theme-toggle will not be visible
* theme-toggle with defaultheme: auto is functional

fixes #25 for #15
2020-10-05 14:34:44 +05:30
Aditya Telange
994c0b56e1
noscript: add noscript tags
* hide theme-toggle and
    * go-to-top button
    when js is disabled
2020-10-05 14:07:23 +05:30
Kian Kasad
c2c32282c1
footer: implement user-defined copyright (#23) 2020-10-05 10:04:33 +05:30
Aditya Telange
6a9e9e129a
theme-switch-button: init feature (#15)
* thanks to https://feathericons.com for svgs
* can be disabled in site config
   Params:
     disableThemeToggle : true
2020-10-04 20:43:24 +05:30
Aditya Telange
af19236002
header: rm unnecessary logo link 2020-10-04 20:25:39 +05:30
Aditya Telange
cb63fc2d7e
README: update
add : found a bug
2020-10-04 19:01:55 +05:30
Aditya Telange
a34bcbd74c
toc(partial): generate toc for h1 - h6
previously: h1-h4
2020-10-04 18:52:14 +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
3068647f58
post-cover: use new format
usage =>
in page-vars front-matter

cover:
  image: '<image path/url>'
  alt: '<alt text>'
2020-10-04 18:40:39 +05:30
Aditya Telange
8cab9c9de5
head: support favicon custom path
usage =>
params:
  assets:
    favicon: '<path / external url>'

closes #14
2020-10-04 15:09:50 +05:30
Aditya Telange
d8199140e5
post-cover: add support for relative path for cover image
* checks whether path mentioned in `cover` page-variable exists OR is an external url,
  else sets the relative path for image w.r.t the post the cover is of.
2020-10-04 09:50:40 +05:30
Aditya Telange
f4df89dbf6 scroll-bar(css): reduce size for smaller screens
misc
2020-10-03 21:02:10 +05:30
Aditya Telange
8a8652fbf0
assets: improvements
- rm redundant minify's
    - url as //assets/<js or css>/<path>
2020-10-03 18:31:08 +05:30
Aditya Telange
46d5200714
head: add meta keywords 2020-10-03 15:16:19 +05:30
Aditya Telange
178b1560e1
head: AlternativeOutputFormats impl as in hugo docs
* https://gohugo.io/templates/output-formats/#list-output-formats
2020-10-03 14:47:42 +05:30
Aditya Telange
79b73ed683
README: add link to exampleSite 2020-10-03 10:00:59 +05:30
Aditya Telange
fcf2f7fb8f
share-icons: update whatsapp share url 2020-10-03 09:46:44 +05:30
Aditya Telange
d18c5b74be
profile-mode: add support for adding subtitle 2020-10-02 14:35:38 +05:30
Aditya Telange
c055e14be6
profile-mode: social-icons: rm animation 2020-10-02 13:52:03 +05:30
Aditya Telange
6dcd437146
social-icons: refactor
* use easier impl
2020-10-02 13:46:49 +05:30
Aditya Telange
8ff1f10eb7
social-icons: use height and with as css props;
rm hardcoded svg height and width
2020-10-02 13:46:22 +05:30
Aditya Telange
48d2dcb164
social-icons(css): refactor
move to main.css
2020-10-02 13:20:20 +05:30
Aditya Telange
a54b84ba0f
svg: remove unused class 2020-10-02 13:03:37 +05:30
Philip Gisella
9f7e454ae6 post-single: added comments page override 2020-10-01 19:23:48 +05:30
Philip Gisella
c048c1a841 svg: added rss 2020-10-01 19:23:48 +05:30
Aditya Telange
cb5d40cd9b
toc: remove blockquote border;
align summary with content
2020-10-01 14:39:26 +05:30
Aditya Telange
76492223b4
toc(css): refactor
* move from main -> post-single
2020-10-01 14:37:57 +05:30
Aditya Telange
0e48338a7d
share-icons: improvements
* rm translatable text
* svg: rm redundant attributes
* css: add x-scroll, - backgroud, + border
* misc
2020-10-01 14:23:15 +05:30
Aditya Telange
82c4230c43
scrollbar: increase thickness 2020-10-01 13:37:31 +05:30
Aditya Telange
dfa8561ce4
reset(css): table: scroll when content length
exceeds page/section width
2020-09-30 18:25:39 +05:30
Aditya Telange
61cbbee16c
css: refactor 2020-09-29 16:43:41 +05:30
Aditya Telange
94070f4cd9
archives: add posts count for each yr and month
* misc(css): rm unused
2020-09-29 16:42:23 +05:30
Aditya Telange
d46c0ed82d
post-single: reduce image border radius
* fix badges extra round corner
2020-09-29 16:41:59 +05:30
Aditya Telange
5cf90ca81e
post-tags(css) : fix spacing
ammend to a6e17280a1
2020-09-26 12:59:26 +05:30
Aditya Telange
58de9962cb
Update README.md
fix: image resize in mobile view
2020-09-25 14:22:27 +05:30
Aditya Telange
66af3030a7
images: update 2020-09-25 13:35:31 +05:30
Aditya Telange
525c0011c8
README: update
with more info and ss
2020-09-25 13:18:15 +05:30