Commit graph

197 commits

Author SHA1 Message Date
Alex Lovell-Troy
5b134ac767
Fixes #357 by upgrading to fontawesome-free 6.3.0 (#358)
* Fixes #357 by upgrading to fontawesome-free 6.3.0

* Replaced the existing font-awesome files with new ones
* Updated references in _variables.scss ro reference theme location
* Tweaked social.html to remove redundant css class

* Updating netlify.toml to more modern values

---------

Co-authored-by: Victoria Drake <24644237+victoriadrake@users.noreply.github.com>
2023-02-19 09:13:04 -06:00
B. Philipp Kleer
67738a31b5
Implementing academicons (#344)
* Add files via upload

import from scss files from ../vendor

* added academicons import

import from _academicons-import.sass

* added license for academicons

* added academicons fonts/scss in vendor

* added academicons in static/fonts

* changed social.html to differentiate between fontawesome and academicons

* deleted academicons manually loading

in the first steps I had implemented academicons manually before I added it in the assets/sass

* Delete .DS_Store

* Delete .DS_Store

* Delete .DS_Store

---------

Co-authored-by: bpkleer <benk@sowi.jlug.de>
2023-02-18 11:12:44 -06:00
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
7694f9b1b4
Introduction v6.0.0 (#329)
* Simplify dark theme

- Make dark theme less awful (sorry about that)

* Update exampleSite posts

* Add support for multiple authors per post (#328)
2022-02-22 08:06:29 -06:00
Alex Beattie
c88d3a359d
Add author field to blog (#322)
* Add author field

* Check if author exists
2022-02-21 12:08:45 -06: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
Victoria Drake
0d75cfe09f Merge branch 'showReadingTime' of https://github.com/bugrasan/hugo-theme-introduction into bugrasan-showReadingTime 2022-02-11 07:04:12 -06:00
bugrasan
18f2b09a7a
fixing the default behaviour for showReadingTime 2022-02-01 01:51:46 +00:00
bugrasan
dea5dbc0f7 patch for 'showReadingTime' config option 2022-01-30 19:16:10 +01: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
MyGiHu
a3622efe77
Remains of Google+ removed (#284)
* fix-262

* Replacing Moment.js with native JavaScript

* Update config.toml

Adding the "auto" option of themeStyle to the comment.

* Remains of Google+ removed
2021-01-17 10:00:50 -05:00
Victoria Drake
45db8e96db Merge branch 'fix-249' 2021-01-07 20:43:48 -05:00
Victoria Drake
2162fe62ea Remove Google+ share buttons
Close #249
2021-01-07 20:42:19 -05:00
Shea Polansky
b30fe0a193
Only include Plausible if enabled (#281) 2021-01-07 08:14:06 -05:00
Victoria Drake
2932037152 Update docs and config.toml
- Add instructions for Contact section clock and Plausible
- Update README and Theme Features post

Close #273
2020-12-31 07:56:23 -05: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
MyGiHu
6925c0248c
Replacing Moment.js with native JavaScript (#266)
* fix-262

* Replacing Moment.js with native JavaScript
2020-12-04 09:49:32 -06: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
Luke Rawlins
a90171fdb1 Individual taxonomies now display properly as links and the urls are routed correctly to the proper taxonomy term.
Fixes #236
2020-10-03 18:43:48 -04:00
Luke Rawlins
5952da59b1 Removed unnecessary comments related to fix. 2020-10-02 11:40:32 -04:00
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