|
| 1 | +baseurl = "https://specoding.com" |
| 2 | +title = "Spec Coding" |
| 3 | +languageCode = "en-us" |
| 4 | +# theme = "mainroad" |
| 5 | +theme = ["github.com/chipzoller/hugo-clarity"] |
| 6 | +disqusShortname = "works-on-their-machines" |
| 7 | +googleAnalytics = "" # Enable Google Analytics by entering your tracking id |
| 8 | + |
| 9 | +[params] |
| 10 | + [params.author] |
| 11 | + name = "Spec Coding" |
| 12 | + bio = "All things Spec Coding, Spec Driven Development, Vibers welcome!" |
| 13 | +#Automation with Ansible. About 2/3rds of my time is automating production cloud deployments and developing both code and training content. I also deliver Automation training globally to both Red Hat and Partner Consultants and Architects on cloud infrastructure using Ansible and on OpenShift/Kubernetes." |
| 14 | + avatar = "images/avatar.png" |
| 15 | + |
| 16 | +[taxonomies] |
| 17 | + author = "authors" |
| 18 | + |
| 19 | +[pagination] |
| 20 | +pagerSize = 10 # Use the same number you had for paginate |
| 21 | + |
| 22 | +[security.exec] |
| 23 | +allow = ['^(dart-)?sass(-embedded)?$', '^go$', '^git$', '^npx$', '^postcss$', '^tailwindcss$', '^asciidoctor$'] |
| 24 | + |
| 25 | +[Params] |
| 26 | + subtitle = "Tony Kay's Blog on AI Engineering, HybridCloud and Container Automation" # Subtitle of your site |
| 27 | + description = "An AI Engineering, Automation, and Cloud Centric personal blog" # Description of your site |
| 28 | + opengraph = true |
| 29 | + twitter_cards = false |
| 30 | + readmore = false # Show "Read more" button in list if true |
| 31 | + homeLayout = "content + sidebar" # Configure home page layout |
| 32 | + listLayout = "content + sidebar" # Configure layout for list pages |
| 33 | + singleLayout = "content + sidebar" # Configure layout for single pages |
| 34 | + authorbox = true |
| 35 | + post_navigation = true |
| 36 | + postSections = ["post"] |
| 37 | + #disablePathToLower = true |
| 38 | + ##preserveTaxonomyNames = true |
| 39 | + # syntaxHighlighter = "highlight.js" |
| 40 | + #pygmentsStyle = "paraiso-dark" |
| 41 | + #[[params.customJS]] |
| 42 | +# src = "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/yaml.min.js" |
| 43 | +# integrity = "sha256-tvm0lHsuUZcOfj/0C9xJTU4OQx5KpUgxUcAXLX5kvwA=" |
| 44 | +# crossorigin = "anonymous" |
| 45 | +# async = true |
| 46 | +# defer = true |
| 47 | + |
| 48 | +#[Params.sidebar] |
| 49 | +# home = "right" # Configure layout for home page |
| 50 | +# list = "left" # Configure layout for list pages |
| 51 | +# single = false # Configure layout for single pages |
| 52 | +# # Enable widgets in given order |
| 53 | +# widgets = ["search", "recent", "categories", "taglist", "social", "languages"] |
| 54 | + |
| 55 | +[Params.widgets] |
| 56 | + search = true # Enable "Search" widget |
| 57 | + recent_articles = true # Enable "Recent arcticles" widget |
| 58 | + #categories = true # Enable "Categories" widget |
| 59 | + tags = true # Enable "Tags" widget |
| 60 | + tags_counter = true # Enable counter for each tag in "Tags" widget (disabled by default) |
| 61 | + social = true |
| 62 | + github = "tonykay" |
| 63 | + |
| 64 | +#[Params.widgets.social] |
| 65 | +# # Enable parts of social widget |
| 66 | +# github = "tonykay" |
| 67 | +# facebook = "username" |
| 68 | +# twitter = "username" |
| 69 | +# instagram = "username" |
| 70 | +# linkedin = "username" |
| 71 | +# telegram = "username" |
| 72 | +# gitlab = "username" |
| 73 | +# bitbucket = "username" |
| 74 | +# email = "example@example.com" |
| 75 | +# google_plus = "profileid" |
0 commit comments