Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-20Merge pull request #75 from Zsmith32/feature/twitch-idHEADmasterMatúš Námešný
adds twitch to socials
2021-12-08Fix floating footerupdates-for-mobileLordMathis
2021-12-08Another font fixLordMathis
2021-12-02adds twitch to socialsZsmith32
2021-12-02fix footer to bottom of page, this way it no longer floats with less contentZsmith32
2021-06-22restore full screen navbar, and expanding the toggle at larger screensZach Smith
2021-06-17fix indentation on postlist.htmlZach Smith
2021-06-17make indentation consistent for header.htmlZach Smith
2021-06-17add a parameter to add blog posts to front pageZach Smith
2021-06-16upgrade to bootstrap 5, need to fix icons at lower widths, and restore ↵Zach Smith
navbar link vs hamburger functionality
2021-06-08make postlist partial so we can use it elsewhereZach Smith
2021-05-22fix: make nocomments work as expectedYajo
Fixes https://github.com/LordMathis/hugo-theme-nix/issues/70.
2021-05-15Support nocomments=falseJairo Llopis
I use netlify cms to handle my hugo blog, and when you define a front matter param, it always needs to set it, be it true or false. I think that the mere existence of the param is not the best way to test this. If you set `nocomments: false` in your front matter, IMHO it should display comments.
2021-04-08Add support for multiple url paths for YouTubeAashu T
2021-04-06Fix Youtube Link URLAashu T
2020-12-13add social links for Medium, Spotify, Soundcloud, and Youtubeodalabasmaz
2020-05-23Hide empty box if no content in 'About' paramShawn Toffel
2020-05-16Fix list layoutLordMathis
2020-05-16Fix footer margin in mobile viewLordMathis
2020-03-19Translate "Read More"Jairo Llopis
2020-03-01Add multilingual supportJairo Llopis
- Tag the theme as multilingual. - Add alternate hreflang meta tags. - Add lang switch where possible. - Locale-independent date format.
2019-08-08Allow customizable <head>Jairo Llopis
This is useful to include custom scripts or styles.
2019-08-01Fix deprecation warningJairo Llopis
I'm getting these logs constantly: ``` WARN 2019/04/19 Page's .Hugo is deprecated and will be removed in a future release. Use the global hugo function. ```
2019-05-05fix cv iconBenjamin Collet
2019-04-21Merge pull request #55 from tommorris/patch-2Matúš Námešný
Adds rel-me to social links
2019-04-20Adds rel-me to social linksTom Morris
[rel="me"](https://indieweb.org/rel-me) is a commonly used way to show that that two websites or social media accounts are the same, and is used for authentication and proving site ownership in a variety of ways.
2019-04-20Fixes Mastodon URL listingTom Morris
Currently, any use of the `MastodonURL` will end up creating a link to Twitter.
2019-03-19Add Mastodon iconLordMathis
2019-03-19Migrate to font awesome 5LordMathis
2019-02-14Include RedditRaghav NS
Included Reddit with the params key as `RedditID`
2018-11-13simple favicon paramtaxio
2018-07-25Fix profile image centering on mobileLordMathis
2018-05-26Add ability to use submenu itemscfrome77
2018-05-25Change illegal character in urlLordMathis
2018-05-25Remove unused fontsLordMathis
2018-05-17add support for CV/resumetanner filip
update readme for cv
2017-12-27Add support for telephone numbersFrank Prechtel
2017-11-29Merge pull request #30 from nickanderson/more-socialMatúš Námešný
Add more social links
2017-11-29Add more social linksNick Anderson
- GnuPG Fingerprint :: Link to key on public key server - StackExchange :: Link to stackexchange profile - StackOverflow :: Link to stackoverflow profile - Bitbucket :: Link to bitbucket profile
2017-11-26Merge branch 'master' into paypal.meMatúš Námešný
2017-11-26feat: add link to paypal.meTorsten Mattetat
2017-11-26feat: add xing linkTorsten Mattetat
2017-10-18Merge pull request #26 from andschwa/non-upper-nameMatúš Námešný
Use CSS to uppercase name
2017-10-18Use CSS to uppercase nameAndrew Schwartzmeyer
Previously this used the `upper` template directive, which injected UPPERCASE text into the HTML. Unfortunately, the `text-transform` CSS property cannot lowercase or Capitalize UPPERCASE text. However, `text-transform` can UPPERCASE text that is lowercased or Capitalized, so by switching from `upper` to `text-transform` on `#user-name` in `nix.css`, we can allow users to customize how their name is displayed.
2017-10-18Fix whitespaceAndrew Schwartzmeyer
2017-10-18Use https for LinkedInAndrew Schwartzmeyer
2017-10-18Make the social icons a partialAndrew Schwartzmeyer
This lets users of the theme easily override and add to the links and icons (without resorting to CSS tricks to replace Font Awesome icons).
2017-10-17Fix Instagram base URLJeff Hutchison
2017-10-12Add Telegram link (Fix #22)Florent Gallaire
2017-10-04Fix missing profile picture issueLordMathis