init
3
assets/css/custom.css
Normal file → Executable file
@ -1,2 +1 @@
|
|||||||
/* DO NOT WRITE ANY STYLE IN THIS FILE */
|
/* Add your own custom styles here */
|
||||||
/* If you want to add your own styles, please write it in the `./assets/css/custom.css` file. */
|
|
||||||
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 697 KiB After Width: | Height: | Size: 697 KiB |
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 254 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 210 KiB |
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 105 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@ -2,8 +2,8 @@
|
|||||||
extended = true
|
extended = true
|
||||||
min = "0.141.0"
|
min = "0.141.0"
|
||||||
|
|
||||||
[[imports]]
|
# [[imports]]
|
||||||
path = "github.com/zeon-studio/hugoplate"
|
# path = "github.com/zeon-studio/hugoplate"
|
||||||
|
|
||||||
[[imports]]
|
[[imports]]
|
||||||
path = "github.com/gethugothemes/hugo-modules/search"
|
path = "github.com/gethugothemes/hugo-modules/search"
|
@ -12,7 +12,7 @@ draft: false
|
|||||||
|
|
||||||
Here is an example of headings. You can use this heading by the following markdown rules. For example: use `#` for heading 1 and use `######` for heading 6.
|
Here is an example of headings. You can use this heading by the following markdown rules. For example: use `#` for heading 1 and use `######` for heading 6.
|
||||||
|
|
||||||
# Heading 1
|
# Heading 12
|
||||||
|
|
||||||
## Heading 2
|
## Heading 2
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
/* Add your own custom styles here */
|
|
@ -1,10 +1,10 @@
|
|||||||
######################## default configuration ####################
|
######################## default configuration ####################
|
||||||
# The base URL of your site (required). This will be prepended to all relative URLs.
|
# The base URL of your site (required). This will be prepended to all relative URLs.
|
||||||
baseURL = "https://example.org"
|
baseURL = "/"
|
||||||
# Title of your website (required).
|
# Title of your website (required).
|
||||||
title = "Hugoplate"
|
title = "Hugoplate"
|
||||||
# Your theme name
|
# Your theme name
|
||||||
# theme = "hugoplate"
|
theme = "hugoplate"
|
||||||
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
|
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
|
||||||
timeZone = "America/New_York"
|
timeZone = "America/New_York"
|
||||||
# post excerpt
|
# post excerpt
|
2
themes/hugoplate/assets/css/custom.css
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/* DO NOT WRITE ANY STYLE IN THIS FILE */
|
||||||
|
/* If you want to add your own styles, please write it in the `./assets/css/custom.css` file. */
|