diff --git a/archetypes/post.md b/archetypes/post.md new file mode 100644 index 0000000..4a273da --- /dev/null +++ b/archetypes/post.md @@ -0,0 +1,37 @@ +--- +title: "My 1st post" +date: 2020-09-15T11:30:03+00:00 +# weight: 1 +# aliases: ["/first"] +tags: ["first"] +author: "Me" +# author: ["Me", "You"] # multiple authors +showToc: true +TocOpen: false +draft: false +hidemeta: false +comments: false +description: "Desc Text." +canonicalURL: "https://canonical.url/to/page" +disableHLJS: true # to disable highlightjs +disableShare: false +disableHLJS: false +hideSummary: false +searchHidden: true +ShowReadingTime: true +ShowBreadCrumbs: true +ShowPostNavLinks: true +ShowWordCount: true +ShowRssButtonInSectionTermList: true +UseHugoToc: true +cover: + image: "" # image path/url + alt: "" # alt text + caption: "" # display caption under cover + relative: false # when using page bundles set this to true + hidden: true # only hide on current single page +editPost: + URL: "https://github.com//content" + Text: "Suggest Changes" # edit text + appendFilePath: true # to append file path to Edit link +--- \ No newline at end of file diff --git a/config.yml b/config.yml index 3848ee0..68fb6e6 100644 --- a/config.yml +++ b/config.yml @@ -1,7 +1,8 @@ -theme: ["PaperMod"] baseURL: "https://tiennm99.github.io" title: miti99 +copyright: "© [miti99](https://github.com/tiennm99)" paginate: 5 +theme: [ PaperMod ] enableInlineShortcodes: true enableRobotsTXT: true @@ -10,7 +11,7 @@ buildFuture: false buildExpired: false enableEmoji: true pygmentsUseClasses: true -mainsections: [ "posts", ] +mainsections: [ "posts" ] minify: disableXML: true @@ -73,7 +74,7 @@ params: profileMode: enabled: true title: miti99 - subtitle: Một lập trình viên muốn trở thành phù thuỷ + subtitle: Thợ code muốn trở thành phù thuỷ imageUrl: "img/avatar.jpg" imageTitle: miti99's avatar imageWidth: 256 @@ -122,9 +123,9 @@ params: # icon: icon.png # iconHeight: 35 - # analytics: - # google: - # SiteVerificationTag: "XYZabc" + analytics: + google: + SiteVerificationTag: "googlecafba7bebd390cd7" assets: disableHLJS: true @@ -135,9 +136,9 @@ params: # safari_pinned_tab: "" # cover: - # hidden: true # hide everywhere but not in structured data - # hiddenInList: true # hide on list pages and home - # hiddenInSingle: true # hide on single page + # hidden: true + # hiddenInList: true + # hiddenInSingle: true # fuseOpts: # isCaseSensitive: false @@ -160,23 +161,23 @@ markup: lineNos: true style: monokai -# privacy: -# vimeo: -# disabled: false -# simple: true +privacy: + vimeo: + disabled: false + simple: true -# twitter: -# disabled: false -# enableDNT: true -# simple: true + twitter: + disabled: false + enableDNT: true + simple: true -# instagram: -# disabled: false -# simple: true + instagram: + disabled: false + simple: true -# youtube: -# disabled: false -# privacyEnhanced: true + youtube: + disabled: false + privacyEnhanced: true services: instagram: diff --git a/static/googlecafba7bebd390cd7.html b/static/googlecafba7bebd390cd7.html deleted file mode 100644 index 9d8c376..0000000 --- a/static/googlecafba7bebd390cd7.html +++ /dev/null @@ -1 +0,0 @@ -google-site-verification: googlecafba7bebd390cd7.html \ No newline at end of file