Luke Rawlins
6a096fd351
Removed lines that specifically displayed the Tags taxonomy.
2020-10-02 11:37:35 -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
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
Linh T. Tô
b7ecf0c08c
Allow for Custom JavaScript files ( #233 )
2020-08-08 10:52:35 -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
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
2263cdb0fa
Markdownify post titles
2020-05-31 14:12:41 -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
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
Vincent Tam
8b887314e2
Remove forward slash for relLangURL
2019-08-07 11:37:06 +02:00
Vincent Tam
4f59157d5b
Replace leading slash in some relURL
2019-07-25 16:15:03 +02: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
Max Bosche
0dc9a5327a
fixed "Back to Blog" and "Back to Projects"
2019-04-18 09:10:42 +02:00
Max Bosche
87d371f468
solves #149
2019-04-11 10:45:43 +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
26f9dcc1f1
Replace deprecated RSSLink ( #146 )
2019-04-10 11:16:17 +02: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
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