Commit graph

146 commits

Author SHA1 Message Date
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
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
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
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
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
Vincent Tam
039f4ac0f4 Fix typo in HTML comments (#118) 2018-12-18 13:57:31 +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
88aa5812f5
Serve hugo pipes assets with .RelPermalink (#107)
* Serve hugo pipes assets with .RelPermalink

* Rebuild docs
2018-11-28 16:46:21 +01:00
Etienne Membrives
ae3299123d Remove language-specific words from the Twitter share text. (#104) 2018-11-09 07:40:04 +01:00
Etienne Membrives
91fbea1350 French translation (#102)
This commit adds a French translation to the theme, and fixes a
non-translated string in the blog navigation bar.
2018-11-08 13:45:16 +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
Kevin Ottens
a690dc3bc5 Avoid space before comma in tag list (#94) 2018-10-10 15:59:03 +02:00
Kevin Ottens
bab5773e9f Allow to have the fade-in effect only on main page (#78) 2018-09-30 19:32:21 +02:00
Vicky
7bb579950a Fix #81
- Hide date part in posts if no date is given
2018-09-16 12:22:05 +09:00
Vicky
c13e70a843 Remove unused partial, CHANGELOG file
- CHANGELOG removed in favour of GitHub release notes
2018-09-15 12:23:33 +09: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
Vicky
4dd00f9d00 Fix external link url showing on home page projects section 2018-09-03 12:55:10 +09:00
Hanzei
8e5766e51f
Replace .Scratch with = 2018-08-30 22:06:27 +02:00
Hanzei
d8c6e419ee
Removed external_link from project links
Closes #1
2018-08-30 19:40:32 +02:00
Vicky
d9bfad969f Add new assets 2018-08-24 15:35:55 -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
1abc809ca9
Fix url for links to home 2018-08-22 08:38:18 +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
9422e3a1f1
Add section margin to home 2018-08-01 10:11:05 +02:00
Hanzei
ef4cd37814
Use doublequotes when possible 2018-07-29 09:21:19 +02:00
Hanzei
757bd376e3
Fix more assets paths 2018-07-27 01:30:03 +02:00
Hanzei
e638cc1db6
Fix link in nav 2018-07-26 23:11:44 +02:00
Hanzei
54169c2cc8
Dont show nav item for current language 2018-07-26 23:03:06 +02:00
Hanzei
1cc7ddd7cd
Canonify owlCarousel css path 2018-07-26 22:43:35 +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
c1a279a871
Canonify owlCarousel css path 2018-07-26 19:34:02 +02:00
Hanzei
5687d97c78
Refactor taxonomies page 2018-07-24 00:04:56 +02:00
Hanzei
a9d6150b00
Make margin in hr even 2018-07-24 00:03:22 +02:00
Hanzei
5121f1a833
Replace .Site.GetPage with one parameter calls 2018-07-23 06:00:30 +02:00
Hanzei
389ac2a34b
Add projects.useTwoColumns option 2018-07-22 07:24:01 +02:00
Hanzei
9b08324593
Fix more build problems 2018-07-22 07:11:45 +02:00
Hanzei
b2bfdb95cf
Fix np 2018-07-22 07:03:30 +02:00
Hanzei
68d795ed4d
Fix width of images on homepage 2018-07-21 10:32:38 +02:00
Hanzei
0de42476ae
Link to home page when all projects are shown there 2018-07-21 09:53:56 +02:00
Hanzei
8fbb68c6be
Use abs url with GetPage 2018-07-21 09:53:23 +02:00
Hanzei
452913c1fa
Place custom css under assets 2018-07-20 18:27:34 +02:00
Hanzei
80c0c42f93
Fix e-mail adress 2018-07-20 17:49:28 +02:00
Hanzei
8c258bbd07
Use abs URL every time 2018-07-20 17:27:32 +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