Huu Lane
a8a450e1d9
Add the tooltip
1 year ago
Huu Lane
96a002c85b
Add copy-code button
1 year ago
Ivan Martinez
436a7b9057
Fix syntax error in .caption
1 year ago
Ivan Martinez
242ff0f4c1
Fix syntax error in #nav ul a
1 year ago
Pieter Robberechts
d3b810a378
Fix syntax error in header style
Closes #168
1 year ago
apethink
a96b317973
update zh-CN.yml (#176)
1 year ago
Outvi V
110370ac0f
Fix error when gravatar is not present (#174)
1 year ago
Anh Hoang Nguyen
8c7f854ec2
Fix <th> border-color (#167)
1 year ago
Thang Luu
e0cdcf26d4
Create vi.yml
language Vietnamese
2 years ago
1nv0k3r
0f499cec08
Update style.styl
Fixed a problem with scroll bars on the right side of the homepage
2 years ago
Pieter Robberechts
314162f015
Fix long word overflow
Closes #163
2 years ago
Michell Stuttgart
140bf809de
Add Gruvbox highlight theme
2 years ago
Ritsuka
f0502e5e88
Fix <hr> size
On my chrome <hr> is rendered with zero size and 50% on both left and right, making it appears as a dot. The added line forces the rule to extends fully both sides in its containing element.
2 years ago
Pieter Robberechts
25533f517d
Fix sorting article by update date
Fix #149
2 years ago
Pieter Robberechts
a039552b21
Fix article tags and categories alignment
Fixes #150
2 years ago
Pieter Robberechts
2c5d2eac0d
Update README
Fix #165
2 years ago
tony.chenjy
ee3767cdee
update zh-TW.yml & zh-CN.yml (#156)
* solve the bad indentation problem in zh-TW.yml
* update zh-CN.yml
2 years ago
theburger
70612ddcf6
add zh-TW.yml language (#152)
2 years ago
Pieter Robberechts
186a12d6d6
Update README.md
Closes #153
2 years ago
Gary Scott
dce32abb98
Move css and scripts partials inside the body
This will fix the "Stray start tag" from the W3C validator.
2 years ago
Pieter Robberechts
9175a111aa
Tidy _extend.styl
2 years ago
Ahmed Ismail
0b9359efc2
Fix table overflow CSS to add horizontal scrollbar
2 years ago
Pieter Robberechts
7c23c78890
Support for 'post.updated' variable.
See `_config.yml` for more details.
Fixes #137 .
2 years ago
Gaweł Kazimierczuk
7277cd9c5a
Add polish translation
2 years ago
Michell Stuttgart
c8c902a9e0
Update translations list in README
Add Brazilian Portugues `pt-br`, Catalan `ca` and Italian `it` to language list
2 years ago
Pieter Robberechts
8600053765
Fix blog post navigation menu z-index on desktop
See #94
2 years ago
Pieter Robberechts
db8ded2074
Merge branch 'oldcai-master'
2 years ago
Pieter Robberechts
82bf4d80a4
Move title generation code to extension
2 years ago
Pieter Robberechts
2610babd36
Merge branch 'master' of https://github.com/oldcai/hexo-theme-cactus into oldcai-master
2 years ago
Pieter Robberechts
e6a2e057bf
Fix local search bug in Firefox
This commit includes two fixes for the local search functionality:
- Firefox does not define a global symbol for "event" (see #134 )
- Mutation events are deprecated, using MutationObserver API instead
2 years ago
oldcai
bada5dd82b
use tag name as title in tag pages, for SEO
2 years ago
Pieter Robberechts
5f5969df63
Add more steps to the installation procedure.
Several people seem to have difficulties with creating new pages.
2 years ago
Pieter Robberechts
76957d7400
Small fix
2 years ago
Pieter Robberechts
4318644bb7
Floating footer
Fixes #128
2 years ago
Pieter Robberechts
e544c2d234
Support for tags and categories
Added full support for tags and categories.
See updated README for more details.
Closes #124
Closes #125 (thanks @xlfdll )
2 years ago
Pieter Robberechts
c0659293a6
Update dependencies
- Update fontawesome to v5.2
- Update justifiedGallery to v3.7
- Update vazir font to v19
Closes #110
2 years ago
Pieter Robberechts
d6a6cbcbc4
Add `font-display: swap` property.
Closes #99
2 years ago
Pieter Robberechts
ffc10547b5
Update gulp to v4 + linting
2 years ago
Pieter Robberechts
b8f1f8aacd
Add tagcloud option
2 years ago
Pieter Robberechts
41e3978ff3
Add tagcloud to index page (modifications)
- Support options from <https://hexo.io/docs/helpers.html#tagcloud > in `_config.yml`
- Put the tagcloud under the "Writing" section
2 years ago
Pieter Robberechts
61fb797525
Merge branch 'master' of https://github.com/aytic/hexo-theme-cactus into aytic-master
2 years ago
Mufatti Alex
0a0273464b
italian translation
2 years ago
Mufatti Alex
cc726595a6
italian translation
2 years ago
Joeun
e39a9bea56
Added post_overview property
- for correct working need to add 'posts_overview' property
2 years ago
aytic
6613c4eded
Added tagcloud option to the index page
2 years ago
Ariane Camilo
95560d3de5
Added brazilian portuguese translation
2 years ago
Edgar
253d8ca2e8
add catalan language
2 years ago
Pieter Robberechts
0d205490f3
Improve search functionality.
- Strip <style>/<script/... tags from the search output (fix #98 )
- Sort search output by most matches
- Give a higher rank when a sequence of keywords matches
2 years ago
Pieter Robberechts
b3be4dc517
Render markdown/HTML in project.json
This will enable the inclusion of markdown or raw HTML in the project.json file.
Fixes #95
Closes #97
2 years ago
Mehrad
b0173715f5
Adding RTL support (#89)
2 years ago