Sergio Merino Hernández
3c01130d0a
Include an option to remove the navigation menu ( #340 )
...
* Add showMenu option
The showMenu option allows users to remove the navigation menu if
necessary.
* Update README.md
This commit will update the README.md file to include information about
the showMenu option.
2022-09-05 19:17:17 -05:00
Linh T. Tô
e7e8344a51
Use new Google Analytics template to accommodate both GA4 and GS3 in header ( #341 )
2022-09-05 19:13:27 -05:00
Victoria Drake
fade059bf5
Use layout identifiers for dates
...
- Adds new Hugo feature
(https://gohugo.io/functions/dateformat/#datetime-formatting-layouts )
enabling date localization in defaults
2022-02-14 06:42:27 -06:00
Athanasia Monika Mowinckel
8c3c9cedd0
Add option for giscus comment section ( #309 )
...
* add giscus option
* add giscus options to config.toml
* rm quotes around hugo code
2021-12-18 19:43:37 -06:00
MyGiHu
73ba592d6c
Fix issue 302 ( #304 )
2021-07-24 13:49:01 +00:00
Crt Mori
36496df615
Mark titles as headings in html ( #290 )
...
Should help some of the SEO as it will trigger keywords on the headings which is I guess something you want to be found by search engines
2021-04-08 05:26:02 -04:00
Crt Mori
34761ba2b2
Use image on home for projects only when project has an image ( #288 )
...
* Use image only when project has an image
So if there is no images, then projects can form a bit tigher and more
centered position in a square.
* Use same principle for all projects listing template
As per the review comment the listing of the projects would also be dependent on the existance of the image and creation of the space for it
2021-03-20 06:55:05 -04:00
Crt Mori
48159c6b4d
Add option to display project_timeframe to the project pages and home page ( #289 )
...
* Add project_timeline to the project template
Project timeline is sometimes very important aspect of your project as
it shows that you have been working on it for some time. This adds the
feature to the template, but only uses it when it is defined.
* Add description of a new feature to README
* Apply suggestions from code review
Co-authored-by: Victoria Drake <24644237+victoriadrake@users.noreply.github.com>
2021-03-20 06:52:23 -04:00
Victoria Drake
fe776a91c8
Add Plausible
2020-12-31 07:47:49 -05:00
Angelo
c7afd15e06
add check on the latest post year before inserting the h2
2020-12-26 20:19:01 +13:00
Angelo
50d13c4e83
remove 2100 variable in the solution
2020-12-26 16:31:05 +13:00
Angelo
630c4c6b48
add archive format to all posts
2020-12-24 21:31:47 +13:00
Parag
293ab665ca
Update comments.html ( #265 )
2020-11-27 08:46:42 -05:00
MyGiHu
696388d6bb
fix-262 ( #264 )
2020-11-24 04:38:30 -06: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
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
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
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
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
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
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
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
757bd376e3
Fix more assets paths
2018-07-27 01:30:03 +02:00