Various color and layout tweaks
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 2s
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 2s
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
other = "More"
|
||||
|
||||
[allTitle]
|
||||
other = "All {{.Title }}"
|
||||
other = "All Posts"
|
||||
|
||||
[recentTitle]
|
||||
other = "Recent {{.Title }}"
|
||||
other = "Recent Volunteer Activity"
|
||||
|
||||
[readMore]
|
||||
other = "read more"
|
||||
|
@ -6,9 +6,9 @@
|
||||
{{ partial "site-navigation.html" . }}
|
||||
<div class="tc-l pv6 ph3 ph4-ns">
|
||||
{{ if not .Params.omit_header_text }}
|
||||
<div class="f2 f1-l fw2 white-90 mb0 lh-title">{{ .Title | default .Site.Title }}</div>
|
||||
<div class="f2 f1-l fw2 black mb0 lh-title">{{ .Title | default .Site.Title }}</div>
|
||||
{{ with .Params.description }}
|
||||
<div class="fw1 f5 f3-l white-80 measure-wide-l center lh-copy mt3 mb4">
|
||||
<div class="fw1 f5 f3-l black measure-wide-l center lh-copy mt3 mb4">
|
||||
{{ . }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
4332
themes/ananke/package-lock.json
generated
Normal file
4332
themes/ananke/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -13,11 +13,11 @@
|
||||
"tachyons": "project"
|
||||
}
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Theme Ananke",
|
||||
"devDependencies": {
|
||||
"auto-changelog": "^1.16.1",
|
||||
"cssnano": "^3.10.0",
|
||||
"hugo-extended": "^0.121.2",
|
||||
"postcss-cli": "^7.1.0",
|
||||
"postcss-cssnext": "^2.10.0",
|
||||
"tachyons": "^4.9.1"
|
||||
@ -35,8 +35,8 @@
|
||||
"url": "git+https://github.com/theNewDynamic/gohugo-theme-ananke.git"
|
||||
},
|
||||
"scripts": {
|
||||
"version": "auto-changelog -p --template keepachangelog --commit-limit 0 \u0026\u0026 git add CHANGELOG.md",
|
||||
"version": "auto-changelog -p --template keepachangelog --commit-limit 0 && git add CHANGELOG.md",
|
||||
"deploy": " cd exampleSite; hugo;"
|
||||
},
|
||||
"version": "2.7.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user