Commit graph

440 commits

Author SHA1 Message Date
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
fe776a91c8 Add Plausible 2020-12-31 07:47:49 -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
87eb51f115
Adding the "auto" option of themeStyle to the comment (#272)
* fix-262

* Replacing Moment.js with native JavaScript

* Update config.toml

Adding the "auto" option of themeStyle to the comment.
2020-12-27 19:10:05 -05:00
Victoria Drake
2486d10245 Merge branch 'AIRyndon-master' 2020-12-27 19:07:38 -05:00
Victoria Drake
5a5eb2d59f Change example post date 2020-12-27 19:07:24 -05:00
Angelo
c7afd15e06 add check on the latest post year before inserting the h2 2020-12-26 20:19:01 +13:00
Angelo
50d13c4e83 remove 2100 variable in the solution 2020-12-26 16:31:05 +13:00
Angelo
630c4c6b48 add archive format to all posts 2020-12-24 21:31:47 +13: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
Parag
293ab665ca
Update comments.html (#265) 2020-11-27 08:46:42 -05:00
MyGiHu
696388d6bb
fix-262 (#264) 2020-11-24 04:38:30 -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
Victoria Drake
49e5fb4ef4 Update README to advise autoprefixer bug
- autoprefixer should temporarily be pinned to avoid bug
2020-11-10 19:28:04 -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
Alexander Bilz
0e29735a04
Update de.toml (#252)
It seems like the last contributor also translated the themes name, which didn't make too much sense.
2020-11-06 08:18:22 -05:00
Victoria Drake
76ec679216
Update Getting Started dependencies
- Add postcss which became a peerDependency of postcss-cli
2020-10-15 21:59:33 -04:00
Victoria Drake
00fd8477fe Add postcss dependency to workflow
- Update for breaking change: https://github.com/postcss/postcss-cli/releases
2020-10-11 22:11:17 -04:00
Victoria Drake
d81ebc6c8e Merge branch 'thegreatluke-fix-236' 2020-10-11 19:48:17 -04:00
Victoria Drake
fae154e857 Add demo taxonomy to example post 2020-10-11 19:47:53 -04:00
Luke Rawlins
a90171fdb1 Individual taxonomies now display properly as links and the urls are routed correctly to the proper taxonomy term.
Fixes #236
2020-10-03 18:43:48 -04:00
Luke Rawlins
5952da59b1 Removed unnecessary comments related to fix. 2020-10-02 11:40:32 -04:00
Luke Rawlins
6a096fd351 Removed lines that specifically displayed the Tags taxonomy. 2020-10-02 11:37:35 -04:00
Luke Rawlins
1ac7a27d76 removed test taxonomies from example site 2020-09-23 21:13:03 -04:00
Luke Rawlins
faf94a8cfa Fix for issue 236
Added logic to layouts/blog/single.html that checks front matter to display other taxonomies.
2020-09-23 20:05:01 -04:00
Luke Rawlins
81e8120a5a initial 2020-09-23 18:33:45 -04:00
Victoria Drake
193dc1a0d3 Add CONTRIBUTING, pin autoprefixer 2020-09-19 15:43:24 -04:00
Tom Willemsen
17161f55a5
Update jQuery from 3.3.1 to 3.5.1 (#243) 2020-08-29 13:56:34 -04:00
thegreatluke
c9e378f2f8
Fix for issue 224 (#241)
Removed "singularize" from menu in layouts/partials/nav.html
2020-08-15 16:03:38 -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ô
b7ecf0c08c
Allow for Custom JavaScript files (#233) 2020-08-08 10:52:35 -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
Victoria Drake
e781be1620 Add example site configuration post, shortcodes
- Hopefully help explain related issues #217, #194

Close #226
2020-07-25 09:57:40 -04:00
Victoria Drake
5f5084d870
Add exempt label 2020-07-13 21:29:07 -04:00
Eriq
7b6b519e38
Create sv.toml (#222)
Co-authored-by: iLikeHajk <eriqperiq@mailbox.org>
2020-07-09 20:11:57 -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
Victoria Drake
c4994cc895 Un-markdownify Page titles
- Prevent rendered HTML from showing up in tab and title bar for titles
that use Markdown

Address #219
2020-06-22 12:01:05 -05:00
Victoria Drake
75da626aae Update error advice
Close #210
2020-06-21 13:53:54 -04:00
Victoria Drake
2e1445d651 Fix unscrollable portrait images
- Merge branch 'mijorus-patch-1'
- Add exampleSite image
2020-06-14 14:41:07 -04:00
Victoria Drake
49d52d2091 Add portrait oriented image for testing 2020-06-14 14:38:24 -04:00
Victoria Drake
0e29f1bad8 Merge branch 'patch-1' of https://github.com/mijorus/hugo-theme-introduction into mijorus-patch-1 2020-06-14 13:35:03 -04:00
Ryuichiro Hataya
6a241a5c5c
add japanese translation (#215) 2020-06-14 13:24:55 -04:00
mijorus
5c04c49885
fix unscrollable content if the picture is taller that the viewport 2020-06-10 16:20:19 +02:00
Victoria Drake
2263cdb0fa Markdownify post titles 2020-05-31 14:12:41 -04:00
Victoria Drake
9b8389c380 Do not use mockups as screenshot
- Add separate front-page screenshots for Hugo themes guidelines

Close #204
2020-05-17 08:16:13 -04:00