Skip to content

Commit

Permalink
Merge branch 'theNewDynamic:master' into f/allow_multiple_mainsections
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackstareye authored Nov 21, 2023
2 parents 8162a2a + 221a0d8 commit 40e9698
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 12 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This theme uses the "Tachyons" CSS library. This will allow you to manipulate th
> ```
> $ go version
> ```
> Go modules were considered production ready in v1.14. [Download Go](https://golang.org/dl/).
> Go modules were considered production ready in v1.14. [Download Go](https://golang.org/dl/).
1. From your project's root directory, initiate the hugo module system if you haven't already:

Expand All @@ -76,7 +76,7 @@ Inside the folder of your Hugo site run:
```
$ git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
```
For more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo.
For more information read the official [setup guide](//gohugo.io/getting-started/quick-start/) of Hugo.
Expand Down Expand Up @@ -108,7 +108,7 @@ To enable comments, add following to your config file:
For any page or post you can add a featured image by including the local path in front matter (see content in the `exampleSite/content/_readme.md` file for examples): `featured_image: '/images/gohugo-default-sample-hero-image.jpg'`
#### Featured image as Page Resources
If user is using [Page Resources](https://gohugo.io/content-management/page-resources/), the theme will try and match the `featured_image` from with a page resource of type `image` and use its relative permalink. If no `featured_image` is set, the theme will look for a Page Resource of type `image` whose filepath incudes either `cover` or `feature`
If user is using [Page Resources](https://gohugo.io/content-management/page-resources/), the theme will try and match the `featured_image` from with a page resource of type `image` and use its relative permalink. If no `featured_image` is set, the theme will look for a Page Resource of type `image` whose filepath incudes either `cover` or `feature`
#### Other hero settings
If you would like to hide the header text on the featured image on a page, set `omit_header_text` to `true`. See `exampleSite/content/contact.md` for an example.
Expand Down Expand Up @@ -156,7 +156,7 @@ Using front matter and cascade, this can be customized for a whole section, or j
The theme automatically adds "Follow" link icons to the header and footer and "Share" link icons to pages unless `disable_share` parameter is set to true either on the site level (site params) or page level (front matter). Each built-in services sports a label, an icon and a color.
In order to register a service to be used, user must add an `ananke_socials` parameter to its project configuration file and list them through it in the desired order. Each entry must bear a
In order to register a service to be used, user must add an `ananke_socials` parameter to its project configuration file and list them through it in the desired order. Each entry must bear a
- name*: It matches the built-in service reference (Ex: twitter, github)
- url*: The url of the handle's profile on the service (Ex: https://twitter.com/theNewDynamic, https://github.com/
theNewDynamic)
Expand Down Expand Up @@ -269,10 +269,10 @@ Ananke uses [Tachyon.io](https://tachyons.io/) utility class library.

WARNING: Pending resolution of this [discussion](https://github.com/theNewDynamic/gohugo-theme-ananke/discussions/452#discussioncomment-1865301), Custom CSS only works with Hugo Extended

In order to complement the default CSS with your own, you can add custom css files to the project.
In order to complement the default CSS with your own, you can add custom css files to the project.

1. Just add a `assets/ananke/css` directory to your project and add the file(s) in it.
2. Register the files using the `custom_css` key in your site's parameter. The path referenced in the parameter should be relative to the `assets/ananke/css` folder.
2. Register the files using the `custom_css` key in your site's parameter. The path referenced in the parameter should be relative to the `assets/ananke/css` folder.

The css files will be added in their registered order to final `main.css` file.

Expand Down Expand Up @@ -331,9 +331,17 @@ Dates of blog posts and single pages are rendered with the default date format c
date_format = "2. January 2006"
```
With hugo 0.87.0 and above, you can also use predefined layout, like `:date_full`, and it will output localized dates or times.
With hugo 0.87.0 and above, you can also use predefined layout, like `:date_full`, and it will output localized dates or times.
See hugo's documentation of the [`time.Format` function](https://gohugo.io/functions/dateformat/) for more details.
### Using a canonical url
When you want to publish content that is already published on a different site. You need to reference a canonical url of the original content.
By defining the `canonicalUrl` in the front matter definition the canonical url is set in the headers.
```
canonicalUrl: https://mydomain.com/path-to-the-oringinal-content/
```
### Nearly finished
Expand Down
49 changes: 49 additions & 0 deletions i18n/cs.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
[more]
other = "Více"

[allTitle]
other = "Všechny {{.Title }}"

[recentTitle]
other = "Nejnovější {{.Title }}"

[readMore]
other = "čti dále"

[by]
other = "Autor"

[whatsInThis]
other = "Co je v tomto {{ .Type }}"

[related]
other = "Related"

[yourName]
other = "Jméno"

[emailAddress]
other = "Emailová adresa"

[message]
other = "Zpráva"

[emailRequiredNote]
other = "Emailová adresa je požadována."

[send]
other = "Odeslat"

[taxonomyPageList]
other = "Stránky obsahující taxonomický termín “{{ .Title }}”"

[readingTime]
one = "Jedna minuta čtení"
other = "{{ .Count }} minut čtení"

[wordCount]
one = "Jedno slovo"
other = "{{ .Count }} slov"

[pageTitle]
other = "{{ .Name }} stránka"
6 changes: 3 additions & 3 deletions i18n/no.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ other = "Ditt navn"
other = "E-postadresse"

[message]
other = "beskjed"
other = "Beskjed"

[emailRequiredNote]
other = "E-postadresse er påkrevd"

[send]
other = "Sende"
other = "Send"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

[pageTitle]
other = "{{ .Name }} side"
other = "{{ .Name }} side"
10 changes: 8 additions & 2 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

{{ partial "site-style.html" . }}
{{ partial "site-scripts.html" . }}

{{ block "favicon" . }}
{{ partialCached "site-favicon.html" . }}
{{ end }}
Expand All @@ -30,7 +30,13 @@
<link href="{{ .RelPermalink }}" rel="feed" type="application/rss+xml" title="{{ $.Site.Title }}" />
{{ end }}
{{ end }}


{{ if .Params.canonicalUrl }}
<link rel="canonical" href="{{ .Params.canonicalUrl }}">
{{ else }}
<link rel="canonical" href="{{ .Permalink }}">
{{ end }}

{{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates */}}
{{- template "_internal/opengraph.html" . -}}
{{- template "_internal/schema.html" . -}}
Expand Down

0 comments on commit 40e9698

Please sign in to comment.