diff --git a/config.toml~ b/config.toml~ deleted file mode 100644 index 542bf35..0000000 --- a/config.toml~ +++ /dev/null @@ -1,141 +0,0 @@ -# Site settings -baseurl = "" -languageCode = "en-us" -title = "Aroy" -theme = "syna" -enableGitInfo = true -version = "0.17.3" - -# Google Analytics tracking -googleAnalytics = "" - -disableKinds = ["RSS", "taxonomy", "taxonomyTerm"] - -[outputs] - home = ["HTML", "JSON"] - -[frontmatter] -date = ["date", "lastmod"] -lastmod = ["lastmod", ":git", "date"] - -[markup] - [markup.goldmark] - [markup.goldmark.renderer] - unsafe = true - -[params] - name = "Aroy Art" - description = "I am a hobby programmer and artist." - - [params.style] - #background = "secondary" - - # Theme customizations - # Assets relative to 'static/' - [params.custom] - favicon = "favicon.ico" - favicon_ico_sizes = "16x16 32x32" - favicon_png = "favicon.png" - favicon_svg = "favicon.svg" - - # Piwik tracking - [params.analytics.piwik] - #url = "" - #id = "" - #domain = "" # Track subdomains via "*.example.com" - # Optional hash for integrity check - #hash = "sha512-RfeD0pacGTqy9m7U6PgehQfS4cc7SIt+e+P+H5e848kEvB/RW84CUGO3O4O3LNbxjevym6KPUZ8muPsMrI8WIw==" - - # Optional, global disable switch for fontawesome related files - # For custom fontawesome js files use the custom.js method - [params.fontawesome] - disabled = false - pro = false - - [params.colors] - primary = "#4f0156" #"#350139" #"#00838F" - secondary = "#e4f2ff" #"#868e96" - success = "#008f54" - info = "#00c9dc" - warning = "#fdf314" - danger = "#dc1200" - light = "#f8f9fa" - dark = "#040b1e" #"#343a40" - -# main/prepend/postpend menus are displayed in nav fragment. -# Keep an eye out for updates. These will be moved out to make navbar more -# configurable. -[[menu.main]] - url = "/" - name = "Home" - weight = 10 - -[[menu.main]] - url = "/portfolio" - name = "Portfolio" - weight = 20 - -[[menu.main]] - url = "/blog" - name = "Blog" - weight = 30 - -[[menu.main]] - url = "/about" - name = "About Me" - weight = 40 - -[[menu.main]] - url = "#contact" - name = "Contact" - weight = 50 - -[[menu.footer]] - url = "/portfolio" - name = "Portfolio" - weight = 10 - -[[menu.footer]] - url = "/blog" - name = "Blog" - weight = 30 - -[[menu.footer]] - url = "/about" - name = "About Me" - weight = 30 - -[[menu.copyright_footer]] - url = "/blog" - name = "Blog" - weight = 10 - -[[menu.copyright_footer]] - url = "/about" - name = "About Me" - weight = 20 - -[[menu.footer_social]] - weight = 10 - name = "Reddit" - pre = "fab fa-reddit-alien" - url = "https://www.reddit.com/user/Aroy-Art" - -[[menu.footer_social]] - weight = 20 - name = "GitHub" - pre = "fab fa-github" - url = "https://www.github.com/Aroy-Art" - -[[menu.footer_social]] - weight = 30 - name = "Twitter" - pre = "fab fa-twitter" - url = "https://twitter.com/EDUDD22" - -[[menu.footer_social]] - weight = 40 - name = "Discord" - pre = "fab fa-discord" - url = "https://discord.com/invite/25gW5KN" - \ No newline at end of file diff --git a/config.yaml b/config.yaml index 81ff21e..d2bda66 100644 --- a/config.yaml +++ b/config.yaml @@ -3,7 +3,6 @@ baseURL: "" languageCode: en-gb title: Aroy Art theme: BioTech -favicon: img/favicon.png # Add an S on the end of titles pluralizeListTitles: False @@ -18,7 +17,7 @@ enableRobotsTXT: True ##################### Default Parameters ######################## params: - # Site character set + # Site html character set charset: utf-8 # Theme color for Android browsers and Vivaldi @@ -39,6 +38,9 @@ params: to_top_button: True comments: True + # Set how to format the date, eg; "2006-01-02", "Monday, Jan 2, 2006" + dateFormat : "2006-01-02" + # RSS Feed settings RSS: fullContents: True @@ -57,21 +59,21 @@ params: ############################ Plugins ############################ plugins: - css: # css plugins - - link: /plugins/bootstrap/bootstrap.min.css - - link: /plugins/nerd-fonts/nerd-fonts-generated.min.css - - link: /plugins/magnific-popup/magnific-popup.css - - link: /plugins/slick/slick.css - - link: https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,200;0,500;0,700;1,200;1,500;1,700&display=swap #https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap - - link: /plugins/lightbox/lightbox.min.css - js: # js plugins - - link: /plugins/bootstrap/bootstrap.bundle.min.js - - link: /plugins/jquery/jquery.min.js - - link: /plugins/slick/slick.min.js - - link: /plugins/magnific-popup/jquery.magnific-popup.min.js - - link: /plugins/masonry/masonry.js - - link: /plugins/lazy-load/lozad.min.js - - link: /plugins/lightbox/lightbox.min.js + css: # css plugins + - link: /plugins/bootstrap/bootstrap.min.css + - link: /plugins/nerd-fonts/nerd-fonts-generated.min.css + - link: /plugins/magnific-popup/magnific-popup.css + - link: /plugins/slick/slick.css + - link: https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,200;0,500;0,700;1,200;1,500;1,700&display=swap #https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap + - link: /plugins/lightbox/lightbox.min.css + js: # js plugins + - link: /plugins/bootstrap/bootstrap.bundle.min.js + - link: /plugins/jquery/jquery.min.js + - link: /plugins/slick/slick.min.js + - link: /plugins/magnific-popup/jquery.magnific-popup.min.js + - link: /plugins/masonry/masonry.js + - link: /plugins/lazy-load/lozad.min.js + - link: /plugins/lightbox/lightbox.min.js ################################################################# @@ -104,42 +106,42 @@ params: ########################### Markup ############################## markup: - defaultMarkdownHandler: goldmark - goldmark: - extensions: - definitionList: true - footnote: true - linkify: true - strikethrough: true - table: true - taskList: true - typographer: true - parser: - autoHeadingID: true - autoHeadingIDType: github - attribute: - block: false - title: true - renderer: - hardWraps: false - unsafe: false - xhtml: false - highlight: - anchorLineNos: true - codeFences: true - guessSyntax: false - hl_Lines: "" - lineAnchors: "" - lineNoStart: 1 - lineNos: false - lineNumbersInTable: true - noClasses: false - style: fruity - tabWidth: 4 - tableOfContents: - endLevel: 3 - ordered: false - startLevel: 2 + defaultMarkdownHandler: goldmark + goldmark: + extensions: + definitionList: true + footnote: true + linkify: true + strikethrough: true + table: true + taskList: true + typographer: true + parser: + autoHeadingID: true + autoHeadingIDType: github + attribute: + block: false + title: true + renderer: + hardWraps: false + unsafe: false + xhtml: false + highlight: + anchorLineNos: true + codeFences: true + guessSyntax: true + hl_Lines: "" + lineAnchors: "" + lineNoStart: 1 + lineNos: false + lineNumbersInTable: true + noClasses: false + style: fruity + tabWidth: 4 + tableOfContents: + endLevel: 3 + ordered: false + startLevel: 2 ################################################################# @@ -153,42 +155,42 @@ outputs: ######################## Navigation bar ######################### menu: - main: - - name: Blog - pre: "" - url: blog - weight: 1 - - name: Portfolio - pre: "" - url: portfolio - weight: 2 - - name: About Me - pre: "" - url: about - weight: 3 - - name: Contact - pre: '#' - url: contact - weight: 4 - more: - - name: Archive - pre: "" - url: archive - weight: 3 - - name: Link Tree - pre: "" - url: link_tree - weight: 1 + main: + - name: Blog + pre: "" + url: blog + weight: 1 + - name: Portfolio + pre: "" + url: portfolio + weight: 2 + - name: About Me + pre: "" + url: about + weight: 3 + - name: Contact + pre: '#' + url: contact + weight: 4 +# more: +# - name: Archive +# pre: "" +# url: archive +# weight: 3 +# - name: Link Tree +# pre: "" +# url: link_tree +# weight: 1 ################################################################# ###################### Language Settings ######################## Language: - en: - languageName: EN - languageCode: en-gb - contentDir: content - weight: 1 - home: Home - copyright: Copyright © 2022 + en: + languageName: EN + languageCode: en-gb + contentDir: content + weight: 1 + home: Home + copyright: Copyright © 2022 #################################################################