parent
9a036954e0
commit
415e51f959
After Width: | Height: | Size: 590 KiB |
After Width: | Height: | Size: 258 KiB |
@ -1,3 +0,0 @@ |
|||||||
baseURL = 'http://example.org/' |
|
||||||
languageCode = 'en-us' |
|
||||||
title = 'My New Hugo Site' |
|
@ -0,0 +1,63 @@ |
|||||||
|
languageCode = "en" |
||||||
|
languageName = "English" |
||||||
|
displayName = "EN" |
||||||
|
isoCode = "en" |
||||||
|
weight = 1 |
||||||
|
rtl = false |
||||||
|
|
||||||
|
title = "The Waifuism Life" |
||||||
|
# logo = "img/logo.png" |
||||||
|
description = "A way of life" |
||||||
|
# copyright = "Copy, _right?_ :thinking_face:" |
||||||
|
|
||||||
|
dateFormat = "2 January 2006" |
||||||
|
|
||||||
|
[author] |
||||||
|
name = "wafu" |
||||||
|
image = "img/wafu.png" |
||||||
|
headline = "I'm only melon" |
||||||
|
bio = "I'm a melon" |
||||||
|
# links = [ |
||||||
|
# { email = "mailto:hello@your_domain.com" }, |
||||||
|
# { link = "https://link-to-some-website.com/" }, |
||||||
|
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, |
||||||
|
# { apple = "https://www.apple.com" }, |
||||||
|
# { blogger = "https://username.blogspot.com/" }, |
||||||
|
# { codepen = "https://codepen.io/username" }, |
||||||
|
# { dev = "https://dev.to/username" }, |
||||||
|
# { discord = "https://discord.gg/invitecode" }, |
||||||
|
# { dribbble = "https://dribbble.com/username" }, |
||||||
|
# { facebook = "https://facebook.com/username" }, |
||||||
|
# { flickr = "https://www.flickr.com/photos/username/" }, |
||||||
|
# { foursquare = "https://foursquare.com/username" }, |
||||||
|
# { github = "https://github.com/username" }, |
||||||
|
# { gitlab = "https://gitlab.com/username" }, |
||||||
|
# { google = "https://www.google.com/" }, |
||||||
|
# { hashnode = "https://username.hashnode.dev" }, |
||||||
|
# { instagram = "https://instagram.com/username" }, |
||||||
|
# { keybase = "https://keybase.io/username" }, |
||||||
|
# { kickstarter = "https://www.kickstarter.com/profile/username" }, |
||||||
|
# { lastfm = "https://lastfm.com/user/username" }, |
||||||
|
# { linkedin = "https://linkedin.com/in/username" }, |
||||||
|
# { mastodon = "https://mastodon.instance/@username" }, |
||||||
|
# { medium = "https://medium.com/username" }, |
||||||
|
# { microsoft = "https://www.microsoft.com/" }, |
||||||
|
# { orcid = "https://orcid.org/userid" }, |
||||||
|
# { patreon = "https://www.patreon.com/username" }, |
||||||
|
# { pinterest = "https://pinterest.com/username" }, |
||||||
|
# { reddit = "https://reddit.com/user/username" }, |
||||||
|
# { researchgate = "https://www.researchgate.net/profile/username" }, |
||||||
|
# { slack = "https://workspace.url/team/userid" }, |
||||||
|
# { snapchat = "https://snapchat.com/add/username" }, |
||||||
|
# { soundcloud = "https://soundcloud.com/username" }, |
||||||
|
# { stack-overflow = "https://stackoverflow.com/users/userid/username" }, |
||||||
|
# { steam = "https://steamcommunity.com/profiles/userid" }, |
||||||
|
# { telegram = "https://t.me/username" }, |
||||||
|
# { tiktok = "https://tiktok.com/@username" }, |
||||||
|
# { tumblr = "https://username.tumblr.com" }, |
||||||
|
# { twitch = "https://twitch.tv/username" }, |
||||||
|
# { twitter = "https://twitter.com/username" }, |
||||||
|
# { whatsapp = "https://wa.me/phone-number" }, |
||||||
|
# { youtube = "https://youtube.com/username" }, |
||||||
|
# { ko-fi = "https://ko-fi.com/username" }, |
||||||
|
# ] |
@ -0,0 +1,13 @@ |
|||||||
|
# -- Markup -- |
||||||
|
# These settings are required for the theme to function. |
||||||
|
|
||||||
|
[goldmark] |
||||||
|
[goldmark.renderer] |
||||||
|
unsafe = true |
||||||
|
|
||||||
|
[highlight] |
||||||
|
noClasses = false |
||||||
|
|
||||||
|
[tableOfContents] |
||||||
|
startLevel = 2 |
||||||
|
endLevel = 4 |
@ -0,0 +1,42 @@ |
|||||||
|
# -- Main Menu -- |
||||||
|
# The main menu is displayed in the header at the top of the page. |
||||||
|
# Acceptable parameters are name, pageRef, page, url, title, weight. |
||||||
|
# |
||||||
|
# The simplest menu configuration is to provide: |
||||||
|
# name = The name to be displayed for this menu link |
||||||
|
# pageRef = The identifier of the page or section to link to |
||||||
|
# |
||||||
|
# By default the menu is ordered alphabetically. This can be |
||||||
|
# overridden by providing a weight value. The menu will then be |
||||||
|
# ordered by weight from lowest to highest. |
||||||
|
|
||||||
|
#[[main]] |
||||||
|
# name = "Blog" |
||||||
|
# pageRef = "posts" |
||||||
|
# weight = 10 |
||||||
|
|
||||||
|
#[[main]] |
||||||
|
# name = "Categories" |
||||||
|
# pageRef = "categories" |
||||||
|
# weight = 20 |
||||||
|
|
||||||
|
#[[main]] |
||||||
|
# name = "Tags" |
||||||
|
# pageRef = "tags" |
||||||
|
# weight = 30 |
||||||
|
|
||||||
|
|
||||||
|
# -- Footer Menu -- |
||||||
|
# The footer menu is displayed at the bottom of the page, just before |
||||||
|
# the copyright notice. Configure as per the main menu above. |
||||||
|
|
||||||
|
|
||||||
|
# [[footer]] |
||||||
|
# name = "Tags" |
||||||
|
# pageRef = "tags" |
||||||
|
# weight = 10 |
||||||
|
|
||||||
|
# [[footer]] |
||||||
|
# name = "Categories" |
||||||
|
# pageRef = "categories" |
||||||
|
# weight = 20 |
@ -0,0 +1,3 @@ |
|||||||
|
[hugoVersion] |
||||||
|
extended = false |
||||||
|
min = "0.87.0" |
@ -0,0 +1,111 @@ |
|||||||
|
# -- Theme Options -- |
||||||
|
# These options control how the theme functions and allow you to |
||||||
|
# customise the display of your website. |
||||||
|
# |
||||||
|
# Refer to the theme docs for more details about each of these parameters. |
||||||
|
# https://nunocoracao.github.io/blowfish/docs/configuration/#theme-parameters |
||||||
|
|
||||||
|
colorScheme = "noir" |
||||||
|
defaultAppearance = "light" # valid options: light or dark |
||||||
|
autoSwitchAppearance = true |
||||||
|
|
||||||
|
enableSearch = true |
||||||
|
enableCodeCopy = true |
||||||
|
|
||||||
|
mainSections = ["posts", "comics"] |
||||||
|
# robots = "" |
||||||
|
|
||||||
|
[header] |
||||||
|
layout = "basic" # valid options: basic, fixed |
||||||
|
|
||||||
|
[footer] |
||||||
|
# showMenu = true |
||||||
|
showCopyright = true |
||||||
|
showThemeAttribution = true |
||||||
|
showAppearanceSwitcher = true |
||||||
|
showScrollToTop = true |
||||||
|
|
||||||
|
[homepage] |
||||||
|
layout = "background" # valid options: page, profile, hero, card, background, custom |
||||||
|
homepageImage = "img/bg.jpg" # used in: hero, and card |
||||||
|
showRecent = true |
||||||
|
showRecentItems = 3 |
||||||
|
showMoreLink = false |
||||||
|
showMoreLinkDest = "/posts" |
||||||
|
cardView = false |
||||||
|
cardViewScreenWidth = false |
||||||
|
layoutBackgroundBlur = false # only used when layout equals background |
||||||
|
|
||||||
|
[article] |
||||||
|
showDate = true |
||||||
|
#showViews = true |
||||||
|
#showLikes = true |
||||||
|
showDateUpdated = false |
||||||
|
showAuthor = true |
||||||
|
showHero = true |
||||||
|
heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground |
||||||
|
layoutBackgroundBlur = false # only used when heroStyle equals background or thumbAndBackground |
||||||
|
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background |
||||||
|
showBreadcrumbs = true |
||||||
|
showDraftLabel = true |
||||||
|
showEdit = true |
||||||
|
# editURL = "https://github.com/username/repo/" |
||||||
|
editAppendPath = true |
||||||
|
seriesOpened = false |
||||||
|
showHeadingAnchors = true |
||||||
|
showPagination = true |
||||||
|
invertPagination = false |
||||||
|
showReadingTime = true |
||||||
|
showTableOfContents = true |
||||||
|
showTaxonomies = false |
||||||
|
showAuthorsBadges = false |
||||||
|
showWordCount = true |
||||||
|
showSummary = true |
||||||
|
sharingLinks = [ "linkedin", "twitter", "whatsapp", "pinterest", "reddit", "facebook", "email"] |
||||||
|
|
||||||
|
[list] |
||||||
|
#showHero = true |
||||||
|
#heroStyle = "background" # valid options: basic, big, background, thumbAndBackground |
||||||
|
#layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground |
||||||
|
#layoutBackgroundHeaderSpace = true # only used when heroStyle equals background |
||||||
|
showBreadcrumbs = false |
||||||
|
showSummary = false |
||||||
|
#showViews = true |
||||||
|
#showLikes = true |
||||||
|
showTableOfContents = false |
||||||
|
showCards = false |
||||||
|
groupByYear = true |
||||||
|
cardView = false |
||||||
|
cardViewScreenWidth = false |
||||||
|
|
||||||
|
[sitemap] |
||||||
|
excludedKinds = [] |
||||||
|
|
||||||
|
[taxonomy] |
||||||
|
showTermCount = true |
||||||
|
|
||||||
|
[firebase] |
||||||
|
# apiKey = "XXXXXX" |
||||||
|
# authDomain = "XXXXXX" |
||||||
|
# projectId = "XXXXXX" |
||||||
|
# storageBucket = "XXXXXX" |
||||||
|
# messagingSenderId = "XXXXXX" |
||||||
|
# appId = "XXXXXX" |
||||||
|
# measurementId = "XXXXXX" |
||||||
|
|
||||||
|
[fathomAnalytics] |
||||||
|
# site = "ABC12345" |
||||||
|
# domain = "llama.yoursite.com" |
||||||
|
|
||||||
|
[buymeacoffee] |
||||||
|
# identifier = "" |
||||||
|
# globalWidget = true |
||||||
|
# globalWidgetMessage = "Hello" |
||||||
|
# globalWidgetColor = "#FFDD00" |
||||||
|
# globalWidgetPosition = "Right" |
||||||
|
|
||||||
|
[verification] |
||||||
|
# google = "" |
||||||
|
# bing = "" |
||||||
|
# pinterest = "" |
||||||
|
# yandex = "" |
@ -0,0 +1,7 @@ |
|||||||
|
--- |
||||||
|
title: "Test" |
||||||
|
date: 2022-12-07T00:06:41-03:00 |
||||||
|
draft: false |
||||||
|
--- |
||||||
|
|
||||||
|
test |
@ -0,0 +1 @@ |
|||||||
|
teah |
@ -0,0 +1 @@ |
|||||||
|
yeah |
After Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 142 KiB |
Loading…
Reference in new issue