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
Etienne Membrives
114565af27
Fix social icons with new version of FontAwesome ( #203 )
...
FontAwesome changed the way brand icons should be invoked. This commit
updates the social section to use the new, updated way.
2020-05-12 20:28:23 -04: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
33720a6e04
🔨 Use Actions for testing
...
Removes TravisCI
2020-03-14 21:00:06 -04:00
Victoria Drake
a0578435b6
🌱 Add resources
...
Fix #196
2020-03-09 21:22:09 -04:00
Vincent Tam
64167415cb
Corrected Polish translation for "minute" ( #174 )
2020-03-04 09:42:43 +01:00
Victoria Drake
4dd0966b7c
Create stale.yml
2020-02-29 16:48:06 -05:00
Victoria Drake
f29204c62a
Fix typo and cd line
2020-02-14 11:56:25 -05:00
Victoria Drake
67451fc5d7
Update README
...
- Linting
- Update quick start instruction
- Update links
2020-01-20 10:10:22 -05:00
Pavel Tsaregorodtsev
2133fd8ffc
add ru localisation ( #193 )
2020-01-19 16:50:37 -05:00
Victoria Drake
964f596fe6
Merge generated resources
2019-12-28 22:36:34 -05:00
Victoria Drake
8dfb51cae7
Switch examplesite back to light
2019-12-28 22:36:06 -05:00
Victoria Drake
65bcf9cbcd
Merge branch 'master' into fix-189
2019-12-28 22:28:27 -05:00
Victoria Drake
7937f5366d
Update broken link
2019-12-28 22:27:19 -05:00
Victoria Drake
3828ad0823
Remove absurl for fonts ( #191 )
...
This will either fix the demo, or break the theme.
2019-12-28 22:09:11 -05:00
Victoria Drake
7a8b8e78b5
Make markdown table dark style less icky ( close #189 )
...
Thanks @meeDamian!
2019-12-28 22:07:04 -05:00
Victoria Drake
cfc6909570
Fix license years
...
Copyright years should cover the lifetime of the work, not the current
year.
2019-10-01 10:34:16 -04:00
Victoria Drake
737a970cb8
Update README and docs
2019-10-01 10:26:30 -04:00
Victoria Drake
1803d84f41
Merge branch 'rmSlash2' of https://github.com/VincentTam/hugo-theme-introduction into VincentTam-rmSlash2
2019-10-01 10:24:13 -04:00
Victoria Drake
f1d5d44a20
Update years
2019-10-01 10:18:25 -04: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
Victoria Drake
7dbdfe32b9
Update docs build script ( #168 )
...
Fix broken asset links for demo Netlify site
2019-08-12 14:06:55 -04:00
Hanzei
f38d92b769
More French word for bug ( #166 )
2019-08-12 11:24:11 +02:00
Vincent Tam
67e82d0b0b
More French word for bug
2019-08-10 08:33:10 +02:00