Commit graph

15 commits

Author SHA1 Message Date
Hanzei
02e39b685f
Rebuild docs 2019-08-07 15:53:02 +02:00
Victoria
e18c5c5429 Update Victoria's username 2019-07-24 19:51:35 -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
26f9dcc1f1
Replace deprecated RSSLink (#146) 2019-04-10 11:16:17 +02:00
Victoria
f89d9c5996 Rebuild docs 2019-03-18 15:26:55 -04:00
Victoria
31520b6f78 Try netlify.toml and rel css links 2019-03-18 14:46:00 -04: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
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
Hanzei
04f47b3377
Add tests for Hugo 0.50 (#99)
* Add tests for hugo 0.50

* Update docs

* Update resources
2018-10-29 14:43:15 +01:00
Vicky
c1c8d2de21 Rebuild docs 2018-10-19 11:09:34 +08:00
Hanzei
6c090cc278
Update docs & Add script to build docs 2018-10-10 15:51:40 +02:00
Vicky
0bd3e485d3 Rebuild docs/ pages site 2018-10-04 12:09:44 +08:00
Vicky
2f8e809667 Add docs/ for demo site
- Serve demo site from theme repo instead of separate repo
2018-09-16 11:54:03 +09:00