Vincent Tam
c0d3f26cfd
Remove leading slashes in title
2019-08-07 17:58:22 +02:00
Hanzei
c2aecb80c0
Replace leading slash in some relURL ( #159 )
...
* Replace leading slash in some relURL
* Remove forward slash for relLangURL
* Rebuild docs
2019-08-07 15:55:33 +02:00
Hanzei
02e39b685f
Rebuild docs
2019-08-07 15:53:02 +02:00
Vincent Tam
8b887314e2
Remove forward slash for relLangURL
2019-08-07 11:37:06 +02:00
Vincent Tam
73fb5b0297
Changed npm cmd for prereq ( #161 )
2019-08-07 11:18:07 +02:00
Hanzei
6ef61decc2
Add test for Hugo 0.56 ( #160 )
2019-08-02 10:08:19 +02:00
Vincent Tam
4f59157d5b
Replace leading slash in some relURL
2019-07-25 16:15:03 +02:00
Victoria
e18c5c5429
Update Victoria's username
2019-07-24 19:51:35 -04:00
Victoria
31ee817e4a
Merge branch 'tanohzana-master'
2019-07-21 19:14:19 -04:00
Victoria
c82c92108a
Merge branch 'master' of https://github.com/tanohzana/hugo-theme-introduction into tanohzana-master
2019-07-21 19:13:45 -04:00
Hanzei
ce6913cc16
Fix blog section on windows ( #152 )
2019-05-29 17:28:58 +02:00
Martin Hoefling
46f2ab37d4
File context warning fixed ( #153 )
2019-05-14 22:28:57 +02:00
Martin Hoefling
4c19d875de
Show date in lists only if set by page ( #154 )
2019-05-05 21:56:33 +02:00
Hanzei
770fd5c0a6
Fix sorted menu ( #150 )
2019-04-24 16:51:35 +02:00
Max Bosche
0dc9a5327a
fixed "Back to Blog" and "Back to Projects"
2019-04-18 09:10:42 +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
Max Bosche
87d371f468
solves #149
2019-04-11 10:45:43 +02:00
Hanzei
76123d6853
Fix NPE if projects or blog sections doesn't exist ( #148 )
...
See https://github.com/victoriadotdev/hugo-theme-introduction/pull/143#issuecomment-481732990
2019-04-10 19:04:50 +02:00
Hanzei
5d4dc2005c
Fix NPE if projects or blog sections doesn't exist
2019-04-10 18:22:12 +02:00
Maximilian Bosche
5712e49125
Order sections on homepage by weigth ( #143 )
2019-04-10 14:41:06 +02:00
Hanzei
f223f10314
Drop support for Hugo 0.48 ( #147 )
2019-04-10 11:29:52 +02:00
Hanzei
26f9dcc1f1
Replace deprecated RSSLink ( #146 )
2019-04-10 11:16:17 +02:00
Hanzei
3881a30ea5
Add test for Hugo 0.55 ( #145 )
2019-04-09 15:37:18 +02:00
Florian Adonis
f7c56ab219
Update style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content
2019-04-08 07:09:56 +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
Victoria
31463b9429
Merge branch 'fix-cors' ( fix #135 close #136 )
2019-03-18 15:37:26 -04:00
Victoria
b82db49f28
Merge branch 'master' into fix-cors
2019-03-18 15:30:32 -04:00
Victoria
f89d9c5996
Rebuild docs
2019-03-18 15:26:55 -04:00
Victoria
bb6c4c6c74
Try resolving integrity error
2019-03-18 15:20:04 -04:00
Victoria
31520b6f78
Try netlify.toml and rel css links
2019-03-18 14:46:00 -04:00
Victoria
632bcd4579
Fix hero sizes ( #137 )
...
* Fix hero sizes
- Use proper sections in index.html to comply with bulma styles
- Update default value of header height to "fullheight" (shows navbar)
* Revert unrelated changes
2019-03-15 11:27:09 -04:00
Victoria
fabdd8764e
Reset to current master, remove crossorigin tags
...
- Reset previous changes on this branch because Victoria made some
pretty messy commits
- Only change the code this PR is intended to address
2019-03-15 11:19:23 -04:00
Hanzei
29bca079b0
Add test for Hugo 0.54 ( #139 )
2019-03-15 12:06:05 +01:00
Kevin Ottens
29aa348daa
Move comments handling in a partial ( #138 )
...
This way it's much easier to tune the comment handling in general (like
disable it for some sections) or integrate a different commenting system
than disqus.
2019-03-15 11:03:46 +01:00
Massimo Girondi
a8f42fd1d6
Add Italian translation ( #129 )
2019-02-07 09:59:47 +01:00
Robert J
9b49548467
CORS and Polish lang ( #126 )
...
I propose adding `crossorigin=anonymous` for signed stylesheets to allow for CORS policy.
Practical example - I keep my web page in S3 bucket and redirect both naked domain and www domain into the same bucket (this is rare scenario - most people duplicate buckets).
So I had to enable CORS like in [this article](https://medium.com/@Keithweaver_/only-allowing-access-to-your-s3-bucket-via-your-website-5ca5c8546152 ) However CORS cannot be used without crossorigin=anonymous set. (explained [here](https://stackoverflow.com/questions/32039568/what-are-the-integrity-and-crossorigin-attributes )
Also added pl.toml for Polish language.
2019-01-25 15:31:09 +01:00
Hanzei
5bba25cd16
Add HTML attributes to social links ( fixes #121 ) ( #125 )
...
* Insert arbitrary HTML attributes to social links via config.toml
(fixes #121 )
2019-01-14 13:35:37 +01:00
Sascha Mann
7584ca2c4f
Add HTML attributes to social links
...
* Insert arbitrary HTML attributes to social links via config.toml
(fixes #121 )
2019-01-13 22:52:57 +01:00
Maximilian Bosche
819c058865
Added parameter for timeformat ( #124 )
2019-01-13 09:24:53 +01:00
Hanzei
9122e99c43
Fix license in theme.toml
...
Fixes #114
2019-01-06 22:36:49 +01:00
Hanzei
0311290322
Add test for Hugo 0.53 ( #120 )
2018-12-25 11:06:19 +01:00
Vincent Tam
039f4ac0f4
Fix typo in HTML comments ( #118 )
2018-12-18 13:57:31 +01:00
Vincent Tam
ec7e422842
[Bug fix]: Added missing Spanish UI string ( #117 )
2018-12-18 08:39:08 +01:00
Vincent Tam
b181323e44
Update README.md due to 91fbea13
( #115 )
...
91fbea13
introduces French translation.
2018-12-16 12:59:29 +01:00
Alison Presmanes Hill
2c5cfbc4b3
Add fa icon packs ( #113 )
...
This PR adds functionality for users to specify which `icon_pack` to use (`fas` or `fab`; see: https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4 ) in the `config.toml` file, so that users can use the solid icons as well as the brand icons.
```
[[params.social]]
url = "https://twitter.com/ "
icon = "twitter" # icon name without the 'fa-'
icon_pack = "fab"
[[params.social]]
url = "https://facebook.com/ "
icon = "facebook-f" # icon name without the 'fa-'
icon_pack = "fab"
[[params.social]]
url = "https://linkedin.com/ "
icon = "linkedin-in" # icon name without the 'fa-'
icon_pack = "fab"
[[params.social]]
url = "mailto:youremail@email.com" # For a direct email link, use "mailto:test@example.org".
icon = "paper-plane" # icon name without the 'fa-'
icon_pack = "fas"
```
2018-12-14 09:32:50 +01:00
Hanzei
3a6144e557
Fix assets for thems site ( #111 )
...
* Fix font path
* Fix favicon path
* Revert "Serve hugo pipes assets with .RelPermalink (#107 )"
This reverts commit 88aa5812f5
.
* Use relLangURL
* Rebuild docs
2018-11-28 20:50:50 +01:00
Hanzei
5895d84506
Fix font path
2018-11-28 20:19:25 +01:00