Commit graph

60 commits

Author SHA1 Message Date
Chris Vahl
8a565b84e6
removed / (#279) 2021-01-07 20:41:15 -05:00
Victoria Drake
41157bf9e9 Fix Bulma directly
- Stop importing Bulma under @media
- Patch assets/vendor/bulma/sass/utilities/mixins.sass
2021-01-02 06:47:35 -05:00
Victoria Drake
4df7cbf38d Fix auto theme
- Refactor style.sass to re-import css files in each theme block
- Unpin autoprefixer

Close #275
2021-01-01 07:53:35 -05:00
Victoria Drake
2932037152 Update docs and config.toml
- Add instructions for Contact section clock and Plausible
- Update README and Theme Features post

Close #273
2020-12-31 07:56:23 -05:00
Victoria Drake
7167496d88 Font fixes
- Put fonts styles in _fonts.sass
- Stop overriding $fa-font-path in vendor/fontawesome-free/scss/_variables.scss
- Clean up style.sass imports
2020-12-31 07:11:22 -05:00
MyGiHu
6925c0248c
Replacing Moment.js with native JavaScript (#266)
* fix-262

* Replacing Moment.js with native JavaScript
2020-12-04 09:49:32 -06:00
Victoria Drake
32d46f19f4 Fix missing fonts in demo page
- Update font path in style.sass to use urls.Parse
- No sites should be affected if their baseURLs are correct
- Address #260
2020-11-20 06:30:25 -05:00
Parag
d5e8be8d78
Correct hamburger menu color in mobile view (#257)
To correct hamburger menu in mobile view added $primary color to menu itself
Solves #256
2020-11-08 19:45:45 -05:00
Parag
a4169e2c1f
Update _base.sass (#255)
Setting "a $h-color" was breaking correct color rendering for blog post titles in light theme. It was trying to override the href element color i.e. # dbdbdb with title color # 222222
2020-11-08 19:44:41 -05:00
Tom Willemsen
17161f55a5
Update jQuery from 3.3.1 to 3.5.1 (#243) 2020-08-29 13:56:34 -04:00
Hudson Worden
c213b38c6f
Use BaseURL for fonts to handle urls that have path components. (#240) 2020-08-15 15:01:24 -04:00
Linh T. Tô
ecb89b781b
#229 cleanup and update bulma (#231)
* Remove extra font files

* Update hard-coded variables

* Upgrade Bulma to v0.9.0
2020-08-05 21:34:59 -04:00
Victoria Drake
8a9baff968 Linkify headings, use scroll-behavior
- Uses the scroll-behavior property to achieve smooth scrolling with
less JS
- Solves anchor link bugs
- Linkifies headings in posts so they can be easily hyperlinked to directly
2020-08-01 19:11:56 -04:00
hitzhangjie
89b8d152a9
fix: if heading contains non English characters, cannot scroll properly (#228) 2020-08-01 18:47:51 -04:00
mijorus
ea30afa39a
allow images of any ratio to be set as thumbnails without stretching them (#216)
* allow images of any ratio to be set as thumbnails without streching them

* Update _base.sass

Co-authored-by: mijorus <lorenzo@mijorus.it>
2020-06-24 08:31:45 -05:00
mijorus
5c04c49885
fix unscrollable content if the picture is taller that the viewport 2020-06-10 16:20:19 +02:00
Shea Polansky
0493ee48a7
Fix list element styling (#201) 2020-04-13 13:11:03 +02:00
Shea Polansky
1d5c8d2d28
Fixup dark theme (#197) 2020-03-29 16:51:08 -04:00
Shea Polansky
bbbf9b0cb9
Add ham-handed "auto" color scheme by duplicating all css (:V) (#198) 2020-03-29 16:48:45 -04:00
Victoria Drake
8dfb51cae7 Switch examplesite back to light 2019-12-28 22:36:06 -05:00
Victoria Drake
7a8b8e78b5 Make markdown table dark style less icky (close #189)
Thanks @meeDamian!
2019-12-28 22:07:04 -05:00
Jacques Supcik
5205eeac73 Add timeRefresh for periodic localtime update and allow for multilingual time format (#177) 2019-08-31 23:52:30 +02:00
Vincent Tam
8b1684b6c2 Removed trailing spaces and missing newline at EOF (#170) 2019-08-14 14:40:10 +02:00
tanohzana
85a8ffc84b Merge branch 'master' of https://github.com/tanohzana/hugo-theme-introduction 2019-04-14 09:45:30 +02:00
tanohzana
c8b411e2d0 add light-grey background to code snippets 2019-04-14 09:41:26 +02:00
tanohzana
4687324150 revert blog sharing icons spacers 2019-04-08 07:05:15 +02:00
tanohzana
d050ccb3c8 fix blog share margin 2019-04-06 13:03:17 +02:00
tanohzana
99fb3d499a add a bit of space between social icons 2019-04-06 13:01:04 +02:00
Maximilian Bosche
819c058865 Added parameter for timeformat (#124) 2019-01-13 09:24:53 +01:00
Hanzei
5895d84506
Fix font path 2018-11-28 20:19:25 +01:00
Etienne Membrives
826b4c2c9f Fix smooth scrolling for footnotes (#103)
Footnotes are using a fragment format with a colon inside ("#fn:1" for
example). However, ":" is a special character for jQuery
(http://api.jquery.com/category/selectors/), thus the target anchor is
never found and the scrolling does not happen.

This change selects the right target element using vanilla Javascript to
bypass special characters that could be in the fragment part.
2018-11-13 11:03:07 +01:00
Kevin Ottens
563cf77fe1 Restore home navbar (#90)
* Center the navbar again on the home page

* Favor the project page for listing projects

The project listing has its own page we can link to instead of going
back to the (potentially fading in) home page each time.
2018-10-29 18:44:11 +01:00
Vicky
ef92cd4822 Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction into Hanzei-next_gen 2018-09-03 16:59:49 +09:00
Hanzei
fe57f7d294
Hide generated files via gitattributes
See https://medium.com/@clarkbw/managing-generated-files-in-github-1f1989c09dfd
2018-08-31 10:32:01 +02:00
Vicky
6a63b29b5e Fix size of carousel buttons
- Next and Prev buttons were too small to click easily
2018-08-24 15:06:45 -05:00
Vicky
463f61286e Fix spacing and html background color
- Add spacing before All Blog Posts section
- Apply background color to html (was white in dark theme)
2018-08-24 14:54:45 -05:00
Vicky
1d20702462 Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction into Hanzei-next_gen 2018-08-24 14:44:11 -05:00
Hanzei
cec1b43798
Update Font Awsome to 5.2 2018-08-22 08:21:27 +02:00
Vicky
ff59834c3f Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction into Hanzei-next_gen 2018-08-21 14:50:49 -05:00
Hanzei
ef4cd37814
Use doublequotes when possible 2018-07-29 09:21:19 +02:00
Hanzei
f050249a54
Cleanup gitignore 2018-07-27 00:29:15 +02:00
Vicky
a6f92dcc26 Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction into Hanzei-next_gen 2018-07-26 15:53:56 -04:00
Hanzei
b7aeb407b1
Cleanup sass variables 2018-07-23 23:49:56 +02:00
Hanzei
ef5feab3ef
Refactor config.toml 2018-07-20 14:45:36 +02:00
Hanzei
ce33fc7917
Dry up stylesheed 2018-07-19 17:47:51 +02:00
Hanzei
e375687f26
Bundle nav script in index.js 2018-07-19 15:37:06 +02:00
Hanzei
9125225a21
Add owlCarousel to homepage modal 2018-07-19 15:33:29 +02:00
Hanzei
2246ec7370
Fix modal closing 2018-07-19 15:15:30 +02:00
Hanzei
5ccd6795b2
Fix assets when baseurl contains path 2018-07-19 14:00:31 +02:00
Hanzei
ebd3b152f4
Fix timezone 2018-07-18 17:41:04 +02:00