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

github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-28Merge pull request #67 from ↵HEADmasterRobert Austin
weyhmueller/fix/remove_erroneous_space_in_service_button fix: remove erroneous space in service button
2022-09-24fix: remove erroneous space in service buttonOliver Weyhmueller
2022-08-25fix merge error in readmeRobert Austin
2022-08-25Merge pull request #60 from joelpet/fix-page-not-marked-activeRobert Austin
Fix home page not marked as active in menu
2022-08-17Merge branch 'master' of github.com:zerostaticthemes/hugo-serif-themeRobert Austin
2022-08-17try to fix buildRobert Austin
2022-08-17Merge pull request #64 from ↵Robert Austin
chetankothari/make-service-summary-truncation-configurable Allow services summary truncation to be configurable
2022-08-17Allow services summary truncation to be configurablechetankothari
2022-08-17Merge pull request #63 from joelpet/summary-relpermalinkRobert Austin
Avoid summary link target issue when deployed to CloudFlare pages
2022-08-17Merge pull request #62 from joelpet/logo-hom-relpermalinkRobert Austin
Avoid logotype link target issue when deployed to CloudFlare Pages
2022-08-17Merge pull request #61 from joelpet/fix-view-all-servicesRobert Austin
Fix "View All Services" button config conditional
2022-08-17Avoid summary link target issue when deployed to CloudFlare pagesJoel Pettersson
From https://developers.cloudflare.com/pages/framework-guides/deploy-a-hugo-site/#deploying-with-cloudflare-pages: Hugo allows you to configure the baseURL of your application. This allows you to utilize the absURL helper to construct full canonical URLs. In order to do this with Pages, you must provde the -b or --baseURL flags with the CF_PAGES_URL environment variable to your hugo build command. Using the advice above, the baseURL is set to the specific deployment URL by CloudFlare, e.g. https://848e759b.my-project-name-here.pages.dev. Let's say now that 848e759b is the most recent production build. That means the same version is available at my-project-name-here.pages.dev. Now, when visiting https://my-project-name-here.pages.dev/, however, the target for any link using `{{ .Permalink }}` will point to https://848e759b.my-project-name-here.pages.dev instead of https://my-project-name-here.pages.dev/. By using the relative permalink instead, the issues is avoided altogether.
2022-08-16Avoid logotype link target issue when deployed to CloudFlare PagesJoel Pettersson
From https://developers.cloudflare.com/pages/framework-guides/deploy-a-hugo-site/#deploying-with-cloudflare-pages: Hugo allows you to configure the baseURL of your application. This allows you to utilize the absURL helper to construct full canonical URLs. In order to do this with Pages, you must provde the -b or --baseURL flags with the CF_PAGES_URL environment variable to your hugo build command. Using the advice above, the baseURL is set to the specific deployment URL by CloudFlare, e.g. https://848e759b.my-project-name-here.pages.dev. Let's say now that 848e759b is the most recent production build. That means the same version is available at my-project-name-here.pages.dev. Now, when visiting https://my-project-name-here.pages.dev/, however, the target for the logotype link will be https://848e759b.my-project-name-here.pages.dev/ because it's based on the (absolute) base URL. That is likely not the desired behavior. By using the relative permalink to the home page instead, the anchor target will simply be `/`, which avoids the issue altogether. This is, by the way, what the 'ananke' theme currently does.
2022-08-15fixup! Fix home page not marked as active in menuJoel Pettersson
2022-08-15Merge branch 'master' of github.com:zerostaticthemes/hugo-serif-themeRobert Austin
2022-08-15update 404 pageRobert Austin
2022-08-15Merge pull request #59 from cvhsmath/remove-duplicate-lineRobert Austin
Remove unnecessary duplicate line
2022-08-15Fix "View All Services" button config conditionalJoel Pettersson
Previously, the button would be shown if and only if `show_services_button` was set to `false`. This inverts the conditional. NOTE: This change will potentially break existing sites.
2022-08-14Fix home page not marked as active in menuJoel Pettersson
Previously, with a menu item as follows, the "Home" link did not get the `active` CSS class and was thus not styled as such. ```toml [[menu.main]] name = "Home" url = "/" weight = 1 ``` The approach used here to determine whether the current page corresponds to a certain menu entry was inspired by the one suggested at https://stackoverflow.com/a/56454338. It is supposedly also more robust when dealing with multilingual sites.
2022-06-20Remove unnecessary duplicate lineAlexander Zhang
$services has already been set to the same value a couple of lines above.
2022-06-20Merge pull request #58 from CVMuAlphaTheta/simplify-template-logicRobert Austin
Simplify template logic
2022-06-20Merge pull request #56 from CVMuAlphaTheta/remove-execute-permissionRobert Austin
Remove unnecessary execute permission
2022-06-20Merge pull request #55 from CVMuAlphaTheta/optional-google-fontsRobert Austin
Make Google Fonts optional
2022-06-20Merge pull request #49 from jupeeter8/fix/issue-48Robert Austin
fix: unable to exit hamburger overlay large screen
2022-06-18Use hugo.IsProduction and reduce code repetitionAlexander Zhang
`hugo.IsProduction` defaults to true when building with `hugo` and false when building with `hugo server`, but the user can explicitly set the build environment and override this. People might want to do a production build with `hugo server` or a development build with `hugo`.
2022-06-18Add missing spaceAlexander Zhang
2022-06-18Simplify template logicAlexander Zhang
Some of the logic in the templates can be simplified by replacing `if` actions with `with` actions and Hugo functions. This reduces code repetition.
2022-06-17Remove unnecessary execute permissionAlexander Zhang
2022-06-17Make Google Fonts optionalbkrl
Allow the user to disable Google Fonts by not setting .Site.Params.fonts.google_fonts.
2022-04-22fix: unable to exit hamburger overlay large screenjupeeter8
2022-04-14Merge pull request #47 from rasmi/patch-1Robert Austin
Correct URL to Hero theme
2022-04-13Correct URL to Hero themerasmi
2022-03-24remove meta partialv1.2Robert Austin
2022-03-24make fonts and colors editable in config.toml, update seo, update READMERobert Austin
2022-03-24Merge pull request #43 from eisenherzz/patch-1Robert Austin
use .Site.Language.Lang
2022-02-26use .Site.Language.LangAndreas Amos
use .Site.Language.Lang instead of hardcoded html lang
2022-01-03Update README.mdRobert Austin
2022-01-03Update README.mdRobert Austin
2021-09-10Merge pull request #40 from mirkoperillo/patch-1Robert Austin
Fix typo in mobile font size
2021-08-06Fix typo in mobile font sizemirko
2021-07-12remove mac version from configRobert Austin
2021-07-09rename thumbnailv1.1.1Robert Austin
2021-07-09make compatible with latest hugo themes submission requirementsRobert Austin
2021-06-27Merge branch 'master' of github.com:zerostaticthemes/hugo-serif-themeRobert Austin
2021-06-27fixing some lighthouse issuesRobert Austin
2021-06-27Update README.mdRobert Austin
2021-06-27Update README.mdRobert Austin
2021-06-27update readmeRobert Austin
2021-06-27improve google fonts, meta tags and readme docsRobert Austin
2021-06-27update theme in netlifyRobert Austin