mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-11-09 15:05:55 +00:00
add ezhil theme
This commit is contained in:
parent
edb7553367
commit
d2c7682ab3
56
config.toml
56
config.toml
@ -1,4 +1,58 @@
|
|||||||
baseURL = 'http://example.org/'
|
baseURL = 'http://example.org/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'Zerai.xyz'
|
title = 'Zerai.xyz'
|
||||||
theme = 'lugo'
|
theme = 'ezhil'
|
||||||
|
paginate = 5
|
||||||
|
|
||||||
|
copyright = "© Copyright notice"
|
||||||
|
|
||||||
|
pygmentsstyle = "solarized-dark"
|
||||||
|
pygmentscodefences = true
|
||||||
|
pygmentscodefencesguesssyntax = true
|
||||||
|
|
||||||
|
googleAnalytics = "UA-123-45"
|
||||||
|
disqusShortname = "zerai-xyz"
|
||||||
|
|
||||||
|
summaryLength = 20
|
||||||
|
|
||||||
|
[params]
|
||||||
|
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
|
||||||
|
disableDisqusTypes = ["page"]
|
||||||
|
featherIconsCDN = true
|
||||||
|
mode = "auto" # "dark", "auto", "light"
|
||||||
|
# customCSS = "css/custom.css" # Custom CSS applied to default styles.
|
||||||
|
# customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css.
|
||||||
|
# customJS = ["https://code.jquery.com/jquery-3.4.1.js", "js/custom1.js"] # Custom JS scripts.
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Home"
|
||||||
|
url = "/"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "All posts"
|
||||||
|
url = "/posts"
|
||||||
|
weight = 2
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "About"
|
||||||
|
url = "/about"
|
||||||
|
weight = 3
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Tags"
|
||||||
|
url = "/tags"
|
||||||
|
weight = 4
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "Github"
|
||||||
|
icon = "github"
|
||||||
|
url = "https://github.com/vividvilla/ezhil"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "RSS"
|
||||||
|
icon = "rss"
|
||||||
|
url = "/index.xml"
|
||||||
|
|
||||||
|
[taxonomies]
|
||||||
|
tag = "tags"
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "About"
|
title: "About"
|
||||||
date: 2022-08-16T23:05:07-04:00
|
date: 2022-08-16T23:05:07-04:00
|
||||||
tags: ['personal','test']
|
tags: [personal,test]
|
||||||
# draft: true
|
# draft: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
|||||||
|
{"Target":"css/main.min.css","MediaType":"text/css","Data":{}}
|
||||||
1
themes/ezhil
Submodule
1
themes/ezhil
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 10adb45d85e49747a45fd6779eee94ebd8eb62c8
|
||||||
Loading…
x
Reference in New Issue
Block a user