My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Zola to newest version

+218 -9
+3 -7
config.toml
··· 15 15 {name = "tags", feed = true}, 16 16 ] 17 17 18 - [markdown] 19 - highlight_code = true 20 - highlight_theme = "css" 21 - # TODO: Write custom theme that will fit the overall colouring better 22 - highlight_themes_css = [ 23 - { theme = "nord", filename = "syntax-theme.css" }, 24 - ] 18 + [markdown.highlighting] 19 + style = "class" 20 + theme = "nord" 25 21 26 22 [extra] 27 23 author = "Hauleth"
+2 -2
flake.lock
··· 21 21 "nixpkgs": { 22 22 "locked": { 23 23 "lastModified": 0, 24 - "narHash": "sha256-yEJmtoFu4cJre1NuU4fb8q57Oux+NTbocnALtJ64aEI=", 25 - "path": "/nix/store/9ja8k3j7nk0xhicz1cvswzl7kjs1rj06-source", 24 + "narHash": "sha256-hpXH0z3K9xv0fHaje136KY872VT2T5uwxtezlAskQgY=", 25 + "path": "/nix/store/qks97vilhp92dxjn79670hl6hk5vrgwb-source", 26 26 "type": "path" 27 27 }, 28 28 "original": {
+213
static/giallo.css
··· 1 + /* 2 + * theme "nord" generated by giallo 3 + */ 4 + 5 + .z-code { 6 + color: #D8DEE9; 7 + background-color: #2E3440; 8 + } 9 + 10 + .z-hl { 11 + background-color: #3B4252; 12 + } 13 + 14 + .giallo-ln { 15 + color: #4C566A; 16 + } 17 + 18 + .z-emphasis { font-style: italic; } 19 + .z-strong { font-weight: bold; } 20 + .z-comment { color: #616E88; } 21 + .z-keyword { color: #81A1C1; } 22 + .z-punctuation { color: #ECEFF4; } 23 + .z-storage { color: #81A1C1; } 24 + .z-string { color: #A3BE8C; } 25 + .z-punctuation { color: #5E81AC; } 26 + .z-constant.z-character { color: #EBCB8B; } 27 + .z-constant.z-language { color: #81A1C1; } 28 + .z-constant.z-numeric { color: #B48EAD; } 29 + .z-constant.z-regexp { color: #EBCB8B; } 30 + .z-invalid.z-deprecated { color: #D8DEE9; background-color: #EBCB8B; } 31 + .z-invalid.z-illegal { color: #D8DEE9; background-color: #BF616A; } 32 + .z-keyword.z-operator { color: #81A1C1; } 33 + .z-markup.z-bold { font-weight: bold; } 34 + .z-markup.z-changed { color: #EBCB8B; } 35 + .z-markup.z-deleted { color: #BF616A; } 36 + .z-markup.z-inserted { color: #A3BE8C; } 37 + .z-meta.z-preprocessor { color: #5E81AC; } 38 + .z-punctuation.z-section { color: #ECEFF4; } 39 + .z-punctuation.z-terminator { color: #81A1C1; } 40 + .z-string.z-regexp { color: #EBCB8B; } 41 + .z-support.z-class { color: #8FBCBB; } 42 + .z-support.z-constant { color: #81A1C1; } 43 + .z-support.z-function { color: #88C0D0; } 44 + .z-support.z-type { color: #8FBCBB; } 45 + .z-token.z-debug-token { color: #B48EAD; } 46 + .z-token.z-error-token { color: #BF616A; } 47 + .z-token.z-info-token { color: #88C0D0; } 48 + .z-token.z-warn-token { color: #EBCB8B; } 49 + .z-variable.z-other { color: #D8DEE9; } 50 + .z-variable.z-language { color: #81A1C1; } 51 + .z-variable.z-parameter { color: #D8DEE9; } 52 + .z-markup.z-heading { color: #88C0D0; } 53 + .z-meta.z-property-value { color: #88C0D0; } 54 + .z-constant.z-other { color: #D8DEE9; } 55 + .z-storage.z-type { color: #8FBCBB; } 56 + .z-punctuation.z-decorator { color: #D08770; } 57 + .z-markup.z-italic { font-style: italic; } 58 + .z-markup.z-quote { color: #616E88; } 59 + .z-meta.z-function-call { color: #88C0D0; } 60 + .z-support.z-type { color: #88C0D0; } 61 + .z-meta.z-attribute { color: #5E81AC; } 62 + .z-variable.z-interpolation { color: #D8DEE9; font-style: italic; } 63 + .z-punctuation.z-decorator { color: #D08770; } 64 + .z-punctuation.z-decorator { color: #D08770; } 65 + .z-support.z-class { color: #8FBCBB; } 66 + .z-support.z-type { color: #8FBCBB; } 67 + .z-support.z-class { color: #8FBCBB; } 68 + .z-support.z-type { color: #8FBCBB; } 69 + .z-support.z-variable { color: #D8DEE9; } 70 + .z-support.z-variable { color: #D8DEE9; } 71 + .z-meta.z-method { color: #88C0D0; } 72 + .z-punctuation.z-definition { color: #8FBCBB; } 73 + .z-support.z-type { color: #D08770; } 74 + .z-keyword.z-operator { color: #5E81AC; } 75 + .z-constant.z-character.z-escape { color: #EBCB8B; } 76 + .z-entity.z-name.z-class { color: #8FBCBB; } 77 + .z-entity.z-name.z-function { color: #88C0D0; } 78 + .z-entity.z-name.z-tag { color: #81A1C1; } 79 + .z-entity.z-other.z-attribute-name { color: #8FBCBB; } 80 + .z-entity.z-other.z-inherited-class { color: #8FBCBB; font-weight: bold; } 81 + .z-keyword.z-other.z-new { color: #81A1C1; } 82 + .z-punctuation.z-definition.z-method-parameters { color: #ECEFF4; } 83 + .z-punctuation.z-definition.z-function-parameters { color: #ECEFF4; } 84 + .z-punctuation.z-definition.z-parameters { color: #ECEFF4; } 85 + .z-punctuation.z-definition.z-tag { color: #81A1C1; } 86 + .z-punctuation.z-definition.z-comment { color: #616E88; } 87 + .z-punctuation.z-definition.z-variable { color: #81A1C1; } 88 + .z-support.z-function.z-construct { color: #81A1C1; } 89 + .z-support.z-type.z-exception { color: #8FBCBB; } 90 + .z-meta.z-preprocessor.z-include { color: #8FBCBB; } 91 + .z-punctuation.z-definition.z-directive { color: #5E81AC; font-weight: bold; } 92 + .z-punctuation.z-definition.z-directive { color: #5E81AC; font-weight: bold; } 93 + .z-punctuation.z-definition.z-keyword { color: #81A1C1; } 94 + .z-support.z-type.z-property-name { color: #D8DEE9; } 95 + .z-punctuation.z-definition.z-from-file { color: #8FBCBB; } 96 + .z-punctuation.z-definition.z-range { color: #8FBCBB; } 97 + .z-punctuation.z-definition.z-separator { color: #81A1C1; } 98 + .z-keyword.z-other.z-documentation { color: #8FBCBB; } 99 + .z-storage.z-modifier.z-import { color: #8FBCBB; } 100 + .z-storage.z-modifier.z-package { color: #8FBCBB; } 101 + .z-storage.z-type.z-annotation { color: #D08770; } 102 + .z-storage.z-type.z-generic { color: #8FBCBB; } 103 + .z-storage.z-type.z-primitive { color: #81A1C1; } 104 + .z-meta.z-object-literal.z-key { color: #88C0D0; } 105 + .z-support.z-type.z-primitive { color: #81A1C1; } 106 + .z-variable.z-other.z-object { color: #D8DEE9; } 107 + .z-constant.z-other.z-inline-data { color: #D08770; font-style: italic; } 108 + .z-punctuation.z-definition.z-entity { color: #81A1C1; } 109 + .z-markup.z-fenced_code.z-block { color: #8FBCBB; } 110 + .z-markup.z-inline.z-raw { color: #8FBCBB; } 111 + .z-markup.z-underline.z-link { text-decoration: underline; } 112 + .z-punctuation.z-definition.z-heading { color: #81A1C1; } 113 + .z-punctuation.z-definition.z-constant { color: #81A1C1; } 114 + .z-punctuation.z-definition.z-string { color: #81A1C1; } 115 + .z-punctuation.z-definition.z-variable { color: #D8DEE9; } 116 + .z-meta.z-function-call.z-object { color: #88C0D0; } 117 + .z-meta.z-function-call.z-generic { color: #88C0D0; } 118 + .z-entity.z-name.z-type { color: #8FBCBB; } 119 + .z-punctuation.z-definition.z-interpolation { color: #EBCB8B; } 120 + .z-meta.z-object-literal.z-key { color: #D8DEE9; } 121 + .z-meta.z-object-literal.z-key { color: #D8DEE9; } 122 + .z-entity.z-name.z-type { color: #8FBCBB; } 123 + .z-entity.z-name.z-class { color: #8FBCBB; } 124 + .z-entity.z-name.z-type { color: #8FBCBB; } 125 + .z-entity.z-name.z-class { color: #8FBCBB; } 126 + .z-support.z-constant.z-math { color: #8FBCBB; } 127 + .z-support.z-constant.z-dom { color: #8FBCBB; } 128 + .z-support.z-constant.z-json { color: #8FBCBB; } 129 + .z-support.z-constant.z-math { color: #8FBCBB; } 130 + .z-support.z-constant.z-dom { color: #8FBCBB; } 131 + .z-support.z-constant.z-json { color: #8FBCBB; } 132 + .z-keyword.z-other.z-doctype { color: #5E81AC; } 133 + .z-string.z-unquoted.z-cdata { color: #D08770; font-style: italic; } 134 + .z-entity.z-name.z-tag { color: #8FBCBB; } 135 + .z-punctuation.z-definition.z-keyword { color: #D08770; } 136 + .z-variable.z-other.z-readwrite { color: #D08770; } 137 + .z-entity.z-name.z-function { color: #D08770; } 138 + .z-punctuation.z-definition.z-template-expression { color: #81A1C1; } 139 + .z-meta.z-method-call.z-with-arguments { color: #ECEFF4; } 140 + .z-meta.z-brace.z-square { color: #ECEFF4; } 141 + .z-meta.z-brace.z-round { color: #ECEFF4; } 142 + .z-meta.z-brace.z-square { color: #ECEFF4; } 143 + .z-meta.z-brace.z-round { color: #ECEFF4; } 144 + .z-punctuation.z-definition.z-raw { color: #8FBCBB; } 145 + .z-entity.z-name.z-function { color: #88C0D0; font-weight: bold; } 146 + .z-variable.z-other.z-readwrite { color: #D08770; } 147 + .z-entity.z-name.z-function { color: #D08770; } 148 + .z-variable.z-other.z-readwrite { color: #D08770; } 149 + .z-entity.z-name.z-function { color: #D08770; } 150 + .z-entity.z-name.z-function { color: #88C0D0; } 151 + .z-entity.z-name.z-function { color: #88C0D0; } 152 + .z-meta.z-brace.z-square { color: #ECEFF4; } 153 + .z-meta.z-brace.z-round { color: #ECEFF4; } 154 + .z-meta.z-brace.z-square { color: #ECEFF4; } 155 + .z-meta.z-brace.z-round { color: #ECEFF4; } 156 + .z-entity.z-name.z-tag { color: #5E81AC; } 157 + .z-punctuation.z-definition.z-string { color: #D08770; font-style: italic; } 158 + .z-support.z-variable.z-property { color: #D8DEE9; } 159 + .z-variable.z-other.z-object { color: #D8DEE9; } 160 + .z-entity.z-name.z-type.z-class { color: #8FBCBB; } 161 + .z-punctuation.z-end.z-definition.z-comment { color: #616E88; } 162 + .z-punctuation.z-start.z-definition.z-comment { color: #616E88; } 163 + .z-punctuation.z-section.z-embedded.z-begin { color: #81A1C1; } 164 + .z-punctuation.z-section.z-embedded.z-end { color: #81A1C1; } 165 + .z-punctuation.z-separator.z-pointer-access.z-c { color: #81A1C1; } 166 + .z-constant.z-other.z-symbol.z-elixir { color: #D8DEE9; font-weight: bold; } 167 + .z-variable.z-other.z-constant.z-elixir { color: #8FBCBB; } 168 + .z-keyword.z-control.z-directive.z-conditional { color: #5E81AC; font-weight: bold; } 169 + .z-keyword.z-control.z-directive.z-conditional { color: #5E81AC; font-weight: bold; } 170 + .z-constant.z-other.z-color.z-rgb-value { color: #B48EAD; } 171 + .z-keyword.z-control.z-at-rule.z-media { color: #D08770; } 172 + .z-meta.z-diff.z-range.z-context { color: #8FBCBB; } 173 + .z-meta.z-diff.z-header.z-from-file { color: #8FBCBB; } 174 + .z-constant.z-other.z-placeholder.z-go { color: #EBCB8B; } 175 + .z-keyword.z-other.z-documentation.z-directive { color: #8FBCBB; } 176 + .z-keyword.z-other.z-documentation.z-custom { color: #8FBCBB; } 177 + .z-punctuation.z-definition.z-keyword.z-javadoc { color: #8FBCBB; } 178 + .z-storage.z-type.z-class.z-jsdoc { color: #8FBCBB; } 179 + .z-variable.z-other.z-readwrite.z-alias { color: #8FBCBB; } 180 + .z-constant.z-character.z-entity.z-html { color: #EBCB8B; } 181 + .z-meta.z-tag.z-sgml.z-doctype { color: #5E81AC; } 182 + .z-punctuation.z-separator.z-key-value.z-ini { color: #81A1C1; } 183 + .z-beginning.z-punctuation.z-definition.z-list { color: #81A1C1; } 184 + .z-beginning.z-punctuation.z-definition.z-quote { color: #8FBCBB; } 185 + .z-constant.z-character.z-math.z-tex { color: #81A1C1; } 186 + .z-punctuation.z-definition.z-math.z-begin { color: #5E81AC; } 187 + .z-punctuation.z-definition.z-math.z-end { color: #5E81AC; } 188 + .z-punctuation.z-math.z-operator.z-latex { color: #81A1C1; } 189 + .z-constant.z-other.z-reference.z-link { color: #88C0D0; } 190 + .z-string.z-other.z-link.z-description { color: #88C0D0; } 191 + .z-string.z-other.z-link.z-title { color: #88C0D0; } 192 + .z-entity.z-name.z-function.z-decorator { color: #D08770; } 193 + .z-variable.z-parameter.z-function.z-language { color: #D8DEE9; } 194 + .z-entity.z-name.z-type.z-trait { font-weight: bold; } 195 + .z-entity.z-name.z-tag.z-namespace { color: #8FBCBB; } 196 + .z-punctuation.z-definition.z-entity.z-html { color: #81A1C1; } 197 + .z-punctuation.z-quasi.z-element.z-begin { color: #81A1C1; } 198 + .z-punctuation.z-quasi.z-element.z-end { color: #81A1C1; } 199 + .z-entity.z-name.z-type.z-module.z-elixir { color: #8FBCBB; } 200 + .z-variable.z-other.z-readwrite.z-module.z-elixir { color: #D8DEE9; font-weight: bold; } 201 + .z-string.z-quoted.z-other.z-lt-gt.z-include { color: #8FBCBB; } 202 + .z-keyword.z-other.z-documentation.z-author.z-javadoc { color: #8FBCBB; } 203 + .z-keyword.z-other.z-documentation.z-see.z-javadoc { color: #8FBCBB; } 204 + .z-meta.z-tag.z-template.z-link.z-javadoc { color: #8FBCBB; } 205 + .z-string.z-other.z-link.z-title.z-javadoc { color: #8FBCBB; } 206 + .z-meta.z-tag.z-template.z-value.z-javadoc { color: #88C0D0; } 207 + .z-punctuation.z-definition.z-tag.z-begin.z-javadoc { color: #616E88; } 208 + .z-punctuation.z-definition.z-tag.z-end.z-javadoc { color: #616E88; } 209 + .z-entity.z-name.z-section.z-group-title.z-ini { color: #88C0D0; } 210 + .z-punctuation.z-definition.z-function.z-math.z-tex { color: #88C0D0; } 211 + .z-punctuation.z-definition.z-interpolation.z-begin.z-bracket.z-curly { color: #81A1C1; } 212 + .z-punctuation.z-definition.z-interpolation.z-end.z-bracket.z-curly { color: #81A1C1; } 213 + .z-variable.z-parameter.z-function.z-language.z-special.z-self { color: #81A1C1; }