Johnathan Lin
cd89b8d726
Merge branch 'master' into from-remote
2024-04-01 20:32:35 +08:00
JohnathanLin
f41d04d3b5
更新主题,新增评论方式介绍
2023-12-31 18:17:19 +08:00
Aditya Telange
045c08496d
Highlight.js -> Hugo's chromastyles ( #1364 )
...
* remove hljs
* rename var --hljs-bg to --code-block-bg
* bundle chroma-styles from css/includes/chroma-styles.css
* add compatibility fixes for papermod <-> chroma
* fix line-num and line padding and set width for line container to 100%
* After a lot of experimentation this compatiblity should work well
* fix inline line highlights not working
* Use catppuccin-macchiato as default theme with highlightStyle 'bg:#474733'
- hugo gen chromastyles --style catppuccin-macchiato --highlightStyle 'bg:#474733' > assets/css/includes/chroma-styles.css
2023-12-31 10:27:54 +05:30
Aditya Telange
69e5e085ab
improved profile mode spacing
2023-12-16 20:59:36 +05:30
Aditya Telange
f8e125c7ee
Add padding to social-icons for better tap sizing
2023-12-16 20:59:08 +05:30
Aditya Telange
60984fd136
Add icon for 'draft' posts
...
https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Aedit_note%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4048
LICENSE: https://developers.google.com/fonts/faq#can_i_use_any_font_in_a_commercial_product
2023-12-16 14:06:46 +05:30
Aditya Telange
28ec7a407d
Revert "Fix social icons extraneous margin"
...
This reverts commit 6864770ad4dd67fe381e143ca48bdd81c38835ce.
2023-12-16 00:32:25 +05:30
Aditya Telange
705ebeb729
table styles update
...
- reduce margins
- rm reduced fontsize
2023-12-15 22:09:48 +05:30
Aditya Telange
6864770ad4
Fix social icons extraneous margin
2023-12-15 22:09:15 +05:30
JohnathanLin
4e68850975
修改间距
2023-12-15 23:39:55 +08:00
JohnathanLin
b6ef30607c
通过Fontmin缩小方正黑体的大小,只对导航栏和profile的文字生效
2023-12-15 22:56:57 +08:00
JohnathanLin
46e05f0a2c
方正黑体大小太大了,换思源黑体
2023-12-15 22:47:08 +08:00
JohnathanLin
b6ee24fb65
字体改得和CSGO一致
2023-12-11 23:48:31 +08:00
Aditya Telange
e0fc64c43e
Optimize footer margins
2023-12-10 12:36:05 +05:30
JohnathanLin
f984ac7436
增加朋友按钮点按效果,transform时间
2023-10-29 02:18:30 +08:00
JohnathanLin
97230b4e25
增加朋友按钮点按效果
2023-10-29 02:12:58 +08:00
JohnathanLin
5b77cea3af
修改好友列表个人按钮样式
2023-10-29 01:47:03 +08:00
JohnathanLin
5d1858d90f
增加了友情链接功能
2023-05-03 16:10:57 +08:00
JohnathanLin
af9a7f7172
优化了圆角弧度,增加了藏书shortcodes
2023-05-02 19:55:11 +08:00
Hauke
2210bf20b3
change del element decoration to line-through ( #1181 )
...
According to caniuse.com only around 69% of mobile user and 22% desktop users use a browser that supports this element. Therefore this change uses text-decoration: line-through to archive the same effect across browsers.
2023-03-31 21:33:56 +05:30
JohnathanLin
111261d496
修改页面样式
2023-02-23 23:52:08 +08:00
Aditya Telange
5ca2d29537
Fix multi-line anchor tags not highlighted/underlined.
...
fixes : #1107
2022-12-20 21:13:51 +05:30
Aniket Teredesai
77ffb308c3
Allow adding SVG in place of logo image ( #976 )
...
Usage =>
Params.label.iconSVG: "<your SVG as a string>"
2022-07-23 09:45:32 +05:30
Aditya Telange
c0b7ea5f4b
Fix Profile Mode imageTitle missing
...
fixes : #945
2022-07-09 20:09:32 +05:30
Aditya Telange
e3c30b4e41
Add inTextImg shortcode
...
Allows adding in-line-text images
usage in page.md =>
This image is inlined {{< inTextImg.html url="image.png" >}} here.
optional args:
- height
- alt
2022-07-08 20:28:38 +05:30
Aditya Telange
d5b780720d
Simplify share-buttons svg
2022-07-08 20:28:22 +05:30
Aditya Telange
6ebeb20bdb
Remove share-buttons svg animation
2022-07-08 20:28:05 +05:30
Aditya Telange
5f280c5df2
Simplify theme-toggle svg height
2022-07-08 20:27:40 +05:30
Aditya Telange
0ed246d47d
Seperate scroll-bar customization into seperate stylesheet
2022-06-03 18:32:09 +05:30
Aditya Telange
44f5970db2
Add RSS button to Section
and Term
pages.
...
Usage =>
Params:
ShowRssButtonInSectionTermList: true
---
ShowRssButtonInSectionTermList: false
---
2022-04-30 07:42:51 +05:30
Aditya Telange
8671af6e0c
Fix line nums in code block alignment in rtl languages
2022-04-23 08:27:05 +05:30
Sebastien
a55b9517dc
Set <hr>
's border to 0 ( #870 )
...
* Updated post-single.css to set hr's border to 0
* cleanup
Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
2022-04-19 19:46:11 +05:30
Aditya Telange
80928d9f23
Fix pre
getting a dark background
...
fixes : #723
2022-03-12 19:33:29 +05:30
Aditya Telange
912eddde0a
Revert "Fix pre
getting a dark background"
...
This reverts commit 15b984bd215b7c4a73385e76486ec93b0aadcc53.
2022-03-11 20:32:06 +05:30
Aditya Telange
15b984bd21
Fix pre
getting a dark background
...
fixes : #723
2022-03-11 19:32:37 +05:30
Aditya Telange
386d845782
Prevent code-copy
btn and anchored
headings from getting selected
2021-11-20 18:32:25 +05:30
Johnny Metz
60cbb311b7
Fix code line highlighting ( #575 )
2021-10-22 20:19:34 +05:30
Aditya Telange
7c930ee4ea
Converts colour values from rgba
/hex
to rgb
( #560 )
...
- Except for code-copy btn
- Emojis were affected by theme opacity values, fixes : #557
2021-09-20 21:08:44 +05:30
Aditya Telange
7072a79f71
Refine [draft]
tag display
2021-09-04 12:03:12 +05:30
Aditya Telange
2aad433ae5
Fix title(entry-header) line height in regular mode
...
fixes : #527
2021-09-02 20:41:54 +05:30
Ian Grünig
dcbe6277bb
Add width and height attributes to cover images ( #519 )
...
- Ensures that the browser can allocate the correct amount of space in the document while the image is loading.
- Reduces CLS #499
2021-08-22 11:45:28 +05:30
Aditya Telange
129b5bd063
Fix image margin too close to text
2021-08-02 16:14:40 +05:30
Aditya Telange
d35056c664
Better way of centering profile mode
2021-06-11 18:34:18 +05:30
Aditya Telange
df544469c9
Apply prettier to css
2021-06-11 13:34:55 +05:30
Kian Kasad
87fbe01124
Add missing semicolons in CSS files ( #408 )
...
Many of the CSS files had no semicolon after the last rule in a block,
which is proper syntax, but it's annoying when adding more rules. Since
omitting the semicolons doesn't really have a benefit, I've decided to
add them.
2021-06-11 13:29:56 +05:30
Aditya Telange
378b81cb36
Use default code font-family
2021-06-10 22:49:39 +05:30
Aditya Telange
20b91ad2aa
Use less space in footer for 'Powered by' strings;
...
Don't break the 'Powered by' string in between
2021-05-01 11:32:11 +05:30
Aditya Telange
10745dd537
Add margin below figure
...
- adds space below when using figure shortcode
Fixes : #377
2021-04-24 09:36:27 +05:30
Aditya Telange
98c17559e9
Add checks for adding the copy button in code-blocks
...
- adds checks to put copy button for code
inside table and highlight code block
- Fixes #363
2021-04-16 10:00:47 +05:30
Kian Kasad
17c4da86b5
Add copy button to copy code block contents ( #345 )
...
* add buttons to copy code block contents
Adds a clickable "copy" link in the top-right corner of each code block.
If available, uses the navigator.clipboard API. Falls back to selecting
the text and calling document.execCommand('copy') to copy text.
* hides copy button unless mouse is hovering over code block
* change text of copy button when text is copied
* add translation keys for copy button text `code_copy` and `code_copied`
* To disable use `Params.disableCodeCopy: true` in site config
2021-04-10 11:33:31 +05:30