Jimmy Cai
|
b3df22940d
|
Merge branch 'master' into template-search
|
2020-10-31 23:37:36 +01:00 |
|
Jimmy Cai
|
be416830ad
|
feat: add support for custom SCSS
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/43
|
2020-10-31 23:36:16 +01:00 |
|
Jimmy Cai
|
c666c79800
|
Merge branch 'master' into template-search
|
2020-10-17 10:45:17 +02:00 |
|
Jimmy Cai
|
5c55bd2d33
|
feat(widget): new archive widget style
|
2020-10-17 10:34:36 +02:00 |
|
Jimmy Cai
|
49e568faac
|
refactor: add .section-title (#36)
For the small title before the card
Remove .widget-title, .archive-date, .taxonomy-type from SCSS, as they all share the same style.
|
2020-10-12 20:49:56 +02:00 |
|
Jimmy Cai
|
c266204f98
|
Merge branch 'master' into template-search
|
2020-10-10 10:05:31 +02:00 |
|
Jimmy Cai
|
0c5e6af9d3
|
refactor(article): remove uppercase style of tags
|
2020-10-10 09:14:27 +02:00 |
|
Jimmy Cai
|
b027cbf5aa
|
Merge branch 'master' into template-search
|
2020-10-04 16:05:02 +02:00 |
|
Jimmy Cai
|
fa0f8fa365
|
feat(gallery): load PhotoSwipe lib from JSDelivr
|
2020-10-04 15:59:56 +02:00 |
|
Jimmy Cai
|
1749a9168f
|
feat: style adjustment
|
2020-10-04 15:58:32 +02:00 |
|
Jimmy Cai
|
84a15e1604
|
feat(search): return results at typing
|
2020-10-04 15:53:27 +02:00 |
|
Jimmy Cai
|
6e48765d82
|
fix(search): HTML escape issue
|
2020-09-26 22:50:23 +02:00 |
|
Jimmy Cai
|
6fa69d7a2b
|
feat: add search icon
|
2020-09-26 12:05:13 +02:00 |
|
Jimmy Cai
|
e5f96c8762
|
feat: add search template
|
2020-09-26 11:40:33 +02:00 |
|
Jimmy Cai
|
12578a5769
|
fix(widgets): add margin bottom for last widget
|
2020-09-25 23:19:21 +02:00 |
|
Jimmy Cai
|
0e8083e7d0
|
feat(widget/archives): padding adjustment
|
2020-09-25 23:18:21 +02:00 |
|
Jimmy Cai
|
5a7c9b6783
|
feat(article): style improvement
|
2020-09-25 11:07:49 +02:00 |
|
Jimmy Cai
|
96897be941
|
feat(article list): article clickable and equal height
|
2020-09-24 23:59:00 +02:00 |
|
Jimmy Cai
|
a2a49e7537
|
refactor(scss): remove alert style and script
It is not used in this theme
|
2020-09-23 13:22:03 +02:00 |
|
Jimmy Cai
|
26acceb37d
|
feat(scss): improve 2 column style
|
2020-09-23 13:20:18 +02:00 |
|
Jimmy Cai
|
02f2badffc
|
refactor(scss): rename --content-padding to --card-padding
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/16
|
2020-09-20 19:03:41 +02:00 |
|
Jimmy Cai
|
96ff911c6e
|
feat(article): better syntax highlight style
Adapt to light & dark mode
|
2020-09-17 19:48:21 +02:00 |
|
Jimmy Cai
|
841508f491
|
fix(menu): use <ol> to wrap menu items
|
2020-09-14 13:38:24 +02:00 |
|
Jimmy Cai
|
b06910fc5d
|
feat: add avatar placeholder to assets/img
|
2020-09-13 11:30:31 +02:00 |
|
Jimmy Cai
|
c12de4db04
|
refactor: rename archive -> archives in config.toml
And rename SVG icon.
|
2020-09-13 11:26:12 +02:00 |
|
Jimmy Cai
|
7379bbe412
|
refactor: rename archive -> archives
|
2020-09-13 11:22:47 +02:00 |
|
Jimmy Cai
|
e91f99421a
|
style(scss): move --small-card-padding to it's category
|
2020-09-12 13:19:49 +02:00 |
|
Jimmy Cai
|
ed91cb7629
|
refactor(layouts): move layout HTML to baseof.html
For better maintainability
|
2020-09-12 10:33:53 +02:00 |
|
Jimmy Cai
|
cca10c7947
|
refactor(scss): split CSS variables into different sections
|
2020-09-11 23:30:11 +02:00 |
|
Jimmy Cai
|
da112157cf
|
feat(scss): make hyperlink style available outside .article-content
|
2020-09-09 17:22:19 +02:00 |
|
Jimmy Cai
|
98804e578d
|
refactor: add copyright info in CSS and JS
|
2020-09-09 16:28:38 +02:00 |
|
Jimmy Cai
|
7e701c0239
|
refactor(scss): remove comments scss folder. Include style of each comment system inside their HTML template
|
2020-09-09 16:19:37 +02:00 |
|
Jimmy Cai
|
9e42d8cd35
|
refactor(scss): remove helper/shadow. Expose shadow style in CSS variables
|
2020-09-09 16:14:30 +02:00 |
|
Jimmy Cai
|
190475dbad
|
refactor(scss): create breakpoints.scss
|
2020-09-09 16:03:09 +02:00 |
|
Jimmy Cai
|
4fc5b7467f
|
fix: add margin-top to site footer
|
2020-09-09 11:37:43 +02:00 |
|
Jimmy Cai
|
652caeabb1
|
feat(article): adjust blockquote background color
|
2020-09-09 00:28:50 +02:00 |
|
Jimmy Cai
|
2912b7e2f0
|
fix(comments): remove div.comments-container, apply card style depending on comment system
|
2020-09-09 00:24:17 +02:00 |
|
Jimmy Cai
|
c546964ce4
|
feat(comments): prepare for more third party comments system integration
|
2020-09-08 23:30:15 +02:00 |
|
Jimmy Cai
|
9b0e48e843
|
refactor: remove two unused svg icons
|
2020-09-08 21:29:34 +02:00 |
|
Jimmy Cai
|
44dadd7893
|
fix(article): add margin for ordered list
|
2020-09-08 13:31:18 +02:00 |
|
Jimmy Cai
|
18cd83125d
|
feat(scss): improve blockquote style
|
2020-09-08 13:01:27 +02:00 |
|
Jimmy Cai
|
0e0f5edbec
|
feat(scss): add table style
Style taken from: https://github.com/lepture/yue.css
closes: https://github.com/CaiJimmy/hugo-theme-stack/issues/3
|
2020-09-08 12:48:34 +02:00 |
|
Jimmy Cai
|
fd816ca9ef
|
fix(article): fix article tag overflow
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/4
|
2020-09-08 12:09:03 +02:00 |
|
Jimmy Cai
|
199517d988
|
feat: add hover effect to article list card, tag cloud and archive list
|
2020-09-07 17:28:22 +02:00 |
|
Jimmy Cai
|
334e918bc3
|
fix(article): fix top padding
|
2020-09-07 11:49:33 +02:00 |
|
Jimmy Cai
|
634e6ce96b
|
feat: improve top padding and article toolbar style
|
2020-09-07 11:34:28 +02:00 |
|
Jimmy Cai
|
829678936b
|
feat(article): change article toolbar style
|
2020-09-07 11:27:40 +02:00 |
|
Jimmy Cai
|
b60e1ad5e5
|
fix(scss): change $on-phone media breakpoint
|
2020-09-07 11:19:06 +02:00 |
|
Jimmy Cai
|
17b2224b1f
|
refactor(scss): remove some unused style
|
2020-09-06 21:14:10 +02:00 |
|
Jimmy Cai
|
39483eebc9
|
feat(sidebar): show y-axis scrollbar for menu
|
2020-09-06 21:08:27 +02:00 |
|