diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-09-13 20:22:52 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-09-13 20:23:11 -0400 |
| commit | 9744378a9b9071872182edb4f151f915ecfa8643 (patch) | |
| tree | a8c9b8de8e223f6edbecc91b899c2f2a196c712e | |
| parent | 5e0f93a81672bacbfd583cfe8cc40f24282af031 (diff) | |
added tags, working out themeing
34 files changed, 2574 insertions, 292 deletions
diff --git a/assets/img/logo-front.png b/assets/img/logo-front.png Binary files differnew file mode 100644 index 0000000..5feb8a6 --- /dev/null +++ b/assets/img/logo-front.png diff --git a/assets/img/logo-lg.png b/assets/img/logo-lg.png Binary files differnew file mode 100644 index 0000000..1e0e40d --- /dev/null +++ b/assets/img/logo-lg.png diff --git a/assets/img/logo.ico b/assets/img/logo.ico Binary files differnew file mode 100644 index 0000000..d736cdf --- /dev/null +++ b/assets/img/logo.ico diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss new file mode 100644 index 0000000..37ae8de --- /dev/null +++ b/assets/scss/custom.scss @@ -0,0 +1,9 @@ +// Custom.scss +// Option A: Include all of Bootstrap + +// Include any default variable overrides here (though functions won't be available) + +@import "../node_modules/bootstrap/scss/bootstrap"; + +// Then add additional custom code here + diff --git a/assets/scss/theme/theme.scss b/assets/scss/theme/theme.scss new file mode 100644 index 0000000..7e70cdc --- /dev/null +++ b/assets/scss/theme/theme.scss @@ -0,0 +1,4 @@ +.gradient-featured { + background: $white; + background: linear-gradient(135deg, $white 0%, tint-color($primary, 80%) 100%); +}
\ No newline at end of file diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 842d22f..2a61f7f 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -1,6 +1,6 @@ title = "Corrupt Lamar" copyright = "Copyright © 2024 Corrupt Lamar." -enableGitInfo = true +enableGitInfo = false # additional settings baseURL = "https://corruptlamar.com/" diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index eb66937..36a60fa 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -25,6 +25,7 @@ [[main]] name = "About" + pageRef = "/about" weight = 55 [[main]] @@ -34,6 +35,12 @@ weight = 10 [[main]] + name = "Contact" + pageRef = "https://contact.corruptlamar.com" + parent = "About" + weight = 15 + +[[main]] name = "Privacy" pageRef = "/privacy" parent = "About" diff --git a/config/_default/params.toml b/config/_default/params.toml index 85cc438..76ac69e 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -28,10 +28,10 @@ [home] sections = [ "evidence", "posts" ] fullCover = true - centerHeadline = false + centerHeadline = true style = "" [home.feature] - orientation = "horizontal" + orientation = "stacked" color = "primary" width = 4 align = "start" @@ -52,8 +52,6 @@ [images] [images.cloudinary] host = "cloudinary" - account = "anoduck" - container = "Home" [messages] placement = "bottom-right" @@ -96,63 +94,64 @@ clipboard = true # toml-docs-start sections -[sections] - [sections.evidence] - title = "Evidence" - sort = "date" - reverse = true - nested = true - cols = 3 - color = "" - padding = "0" - header = "full" - footer = "none" - orientation = "stacked" - style = "border-0 card-zoom" - homepage = 3 - separator = true - [sections.posts] - title = "Posts" - sort = "date" - reverse = true - nested = true - cols = 3 - color = "" - padding = "0" - header = "full" - footer = "none" - orientation = "stacked" - style = "border-0 card-zoom" - homepage = 3 - separator = true - [sections.persons] - title = "Persons" - sort = "date" - reverse = true - nested = true - cols = 3 - color = "" - padding = "0" - header = "full" - footer = "none" - orientation = "stacked" - style = "border-0 card-zoom" - homepage = 3 - separator = true - [sections.legal] - title = "Legal" - sort = "date" - reverse = true - nested = true - cols = 3 - color = "" - padding = "0" - header = "full" - footer = "none" - orientation = "stacked" - style = "border-0 card-zoom" - homepage = 3 - separator = true +# This determines the layout format for each secton of the site. +# [sections] +# [sections.evidence] +# title = "Evidence" +# sort = "date" +# reverse = true +# nested = true +# cols = 3 +# color = "" +# padding = "0" +# header = "full" +# footer = "none" +# orientation = "stacked" +# style = "border-0 card-zoom" +# homepage = 3 +# separator = true +# [sections.posts] +# title = "Posts" +# sort = "date" +# reverse = true +# nested = true +# cols = 3 +# color = "" +# padding = "0" +# header = "full" +# footer = "none" +# orientation = "stacked" +# style = "border-0 card-zoom" +# homepage = 3 +# separator = true +# [sections.persons] +# title = "Persons" +# sort = "date" +# reverse = true +# nested = true +# cols = 3 +# color = "" +# padding = "0" +# header = "full" +# footer = "none" +# orientation = "stacked" +# style = "border-0 card-zoom" +# homepage = 3 +# separator = true +# [sections.legal] +# title = "Legal" +# sort = "date" +# reverse = true +# nested = true +# cols = 3 +# color = "" +# padding = "0" +# header = "full" +# footer = "none" +# orientation = "stacked" +# style = "border-0 card-zoom" +# homepage = 3 +# separator = true # toml-docs-end sections [favicon] @@ -160,19 +159,18 @@ sizes = [16, 32, 48] [style] - primary = "#d43900" - secondary = "#6c757d" - success = "#39ff14" - info = "#a875ff" - warning = "#ff4a11" - danger = "#e61f44" - light = "#ff2afc" - dark = "#0c0a20" - themeOpacity = "10" + primary = "#180D58" + secondary = "#B84E5C" + success = "#4FD323" + info = "#0E49A2" + warning = "#C68323" + danger = "#E51107" + light = "#BCF8EC" + dark = "#1B1A1F" + themeOpacity = "100" darkModeShade = "20%" darkModeTint = "40%" themeFont = "Inter" - # themeFontPath = "https://fonts.googleapis.com/css2?family=Inter:wght@200;300;600&display=swap" # external path themeFontPath = "/fonts" # local path fontSizeBase = "1rem" purge = false @@ -182,14 +180,10 @@ name = "Corrupt Lamar" locale = "en-US" twitter = "https://twitter.com/solardump" - # linkedIn = "" - # github = "https://github.com/gethinode/hinode" section = "posts" [schema.author] name = "Corrupt Lamar" twitter = "https://twitter.com/solardump" - # linkedin = "https://www.linkedin.com/in/markdumay/" - # github = "https://github.com/markdumay" [schema.logo] url = "img/android-chrome-512x512.png" width = 512 @@ -200,7 +194,7 @@ height = 1024 [opengraph] - images = ["logo.png"] + images = ["img/logo.png"] locale = "en_US" [links] diff --git a/content/_index.md b/content/_index.md index 43f032f..cd32fa1 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,11 +2,7 @@ title: Corrupt Lamar description: The effort to document the events and evidence that lead to the attack on our home and family. thumbnail: - url: img/von-mises.jpg - author: Anonymous - authorURL: "" - origin: "" - originName: "" + url: img/logo-lg.png actions: get-started: url: "/evidence/" diff --git a/content/about.md b/content/about.md index c11c653..819941b 100755 --- a/content/about.md +++ b/content/about.md @@ -3,28 +3,9 @@ title: About description: About us, this site, our story, our mission, and our values living in Lamar County Georgia. date: 2024-09-08T00:57:01-04:00 updated: 2024-09-08T00:57:59-04:00 -showComments: false -seo: - title: "" # custom title (optional) - description: "About us, this site, our story, our mission, and our values living in Lamar County Georgia." # custom description (recommended) - canonical: "" # custom canonical URL (optional) - noindex: false # false (default) or true +tags: ['about', 'story', 'values', 'mission', 'who', 'us', 'residents'] --- -{{< image src="/img/logo_var.svg#logo" class="img-fluid w-50" wrapper="text-center" >}} - -{{< card-group align="center" class="border-0" padding="3" >}} - {{< card title="Bootstrap framework" icon="fab bootstrap" >}} - Build fast, responsive sites with Bootstrap 5. Easily customize your site with the source Sass files. - {{< /card >}} - {{< card title="Full text search" icon="fas magnifying-glass" >}} - Search your site with FlexSearch, a full-text search library with zero dependencies. - {{< /card >}} - {{< card title="Development tools" icon="fas code" >}} - Use Node Package Manager to automate the build process and to keep track of dependencies. - {{< /card >}} -{{< /card-group >}} - ## Values From the beginning, our struggle has been one of principle, based on some rather simple values. They are as they have been in the beginning: diff --git a/content/evidence/anita_emails.md b/content/evidence/anita_emails.md index 8fe7b2c..bd7e28f 100755 --- a/content/evidence/anita_emails.md +++ b/content/evidence/anita_emails.md @@ -4,11 +4,7 @@ description: "WIP: Review on our interactions with the local Zoning Administrato layout: docs date: 2024-09-07T18:12:24-04:00 lastmod: 2024-09-07T18:12:24-04:00 -seo: - title: "" # custom title (optional) - description: "" # custom description (recommended) - canonical: "" # custom canonical URL (optional) - noindex: false # false (default) or true +draft: true --- ## Backstory diff --git a/content/evidence/blacklisted.md b/content/evidence/blacklisted.md index 351c571..c3e650f 100755 --- a/content/evidence/blacklisted.md +++ b/content/evidence/blacklisted.md @@ -4,11 +4,7 @@ description: "An all not too surprising probability." date: 2024-09-07T18:18:29-04:00 lastmod: 2024-09-07T18:18:29-04:00 layout: docs -seo: - title: "" # custom title (optional) - description: "" # custom description (recommended) - canonical: "" # custom canonical URL (optional) - noindex: false # false (default) or true +tags: ["blacklabeled", "blacklisted", "suspicious", "difficulties", "legal", "attorneys", "local", "media", "news", "pressure", "oppression"] --- When all this started, we were hesitant to draw conclusions, and even more hesitant to believe the conclusions we drew. Regardless of being the most probable and/or reasonable explanation, we had the foreknowledge to know our conclusions would not be easy for others to accept, and even more difficult to prove. diff --git a/content/evidence/emails_index.md b/content/evidence/emails_index.md index 8f2321c..dacfc87 100644 --- a/content/evidence/emails_index.md +++ b/content/evidence/emails_index.md @@ -1,26 +1,15 @@ --- title: Email Index -date: 2024-09-10T15:54:22-04:00 -layout: docs description: "Index of all communications with the Lamar County Government" -seo: - title: "" # custom title (optional) - description: "" # custom description (recommended) - canonical: "" # custom canonical URL (optional) - noindex: false # false (default) or true -# tags: -# icon: -# thumbnail: - # url: - # author: - # authorURL: - # origin: - # originURL: +date: 2024-09-10T15:54:22-04:00 +type: docs +tags: ["communication", "emails", "county officials", "complaints", "lies", "documents", "proof", "real", "statements", "direct", "timeline", "letters", "events", "notices"] +modules: ["simple-datatables"] --- ## Email Table of Contents ----- +Below is a searchable index of all communication that occurred between us and the officials of Lamar County. Many of these emails are quite passionate, and numerous are quite long. All sensitive data has been removed in order to protect the safety of those involved. {{< table sortable="true" paging="true" searchable="true" >}} | Subject | Date | Path | Reply-to | Refs | diff --git a/content/evidence/financials.md b/content/evidence/financials.md index f69a4ed..f16ae4a 100755 --- a/content/evidence/financials.md +++ b/content/evidence/financials.md @@ -4,11 +4,7 @@ description: "Financial review of terminology, concepts and figures." date: 2024-09-07T18:17:24-04:00 lastmod: 2024-09-07T18:17:24-04:00 layout: docs -seo: - title: "" # custom title (optional) - description: "" # custom description (recommended) - canonical: "" # custom canonical URL (optional) - noindex: false # false (default) or true +tags: ["financials", "expenses", "county", "taxpayer", "spending", "budget", "income", "income", "capital", "profit", "tax", "revenue", "loss", "fines", "ordinance", "violations", "negligence", "favoritism", "penalties", "management"] --- ## Intro diff --git a/content/evidence/otter-timeline.md b/content/evidence/otter-timeline.md index c98722a..3ebb7a4 100644 --- a/content/evidence/otter-timeline.md +++ b/content/evidence/otter-timeline.md @@ -4,11 +4,7 @@ description: Otter transcribed incident logs. layout: docs date: 2024-09-07T18:12:24-04:00 lastmod: 2024-09-07T18:12:24-04:00 -seo: - title: "" # custom title (optional) - description: "" # custom description (recommended) - canonical: "" # custom canonical URL (optional) - noindex: false # false (default) or true +tags: ["otter", "timeline", "audio", "logs", "otterai", "transcripts", "timeline", "realtime", "events", "records", "transcription"] modules: ["simple-datatables"] --- diff --git a/content/evidence/private_road.md b/content/evidence/private_road.md index c259c8e..33f51e5 100755 --- a/content/evidence/private_road.md +++ b/content/evidence/private_road.md @@ -4,11 +4,7 @@ description: "Fire chief plows a private road through neighbors land without per date: 2024-09-07T18:04:58-04:00 lastmod: 2024-09-07T18:04:58-04:00 layout: docs -seo: - title: "" # custom title (optional) - description: "" # custom description (recommended) - canonical: "" # custom canonical URL (optional) - noindex: false # false (default) or true +tags: [evidence, road, private, private_road, matthews, chief, doug, chief_matthews] --- ## The curious case of Chief Matthew's private road diff --git a/content/evidence/stalking.md b/content/evidence/stalking.md index 901203a..e86fa10 100755 --- a/content/evidence/stalking.md +++ b/content/evidence/stalking.md @@ -4,11 +4,7 @@ description: "Chief Matthew's 'good people' stalk our family" date: 2024-09-07T18:07:52-04:00 lastmod: 2024-09-07T18:07:52-04:00 layout: docs -seo: - title: "" # custom title (optional) - description: "" # custom description (recommended) - canonical: "" # custom canonical URL (optional) - noindex: false # false (default) or true +tags: [ "stalking", "neighborhood", "neighbors", "harassment", "persecution", "threatening behavior" ] --- Below are only the videos we were able to upload to Rumble. One other video was uploaded to the tube of you, and several others have yet to be publicly available. diff --git a/content/evidence/timeline.md b/content/evidence/timeline.md index 352942a..b59a02d 100644 --- a/content/evidence/timeline.md +++ b/content/evidence/timeline.md @@ -4,11 +4,7 @@ description: "Work In Progress: Timeline of Events" date: 2024-09-07T18:13:55-04:00 lastmod: 2024-09-07T18:13:55-04:00 layout: docs -seo: - title: "" # custom title (optional) - description: "Timeline of events." # custom description (recommended) - canonical: "" # custom canonical URL (optional) - noindex: false # false (default) or true +tags: ["timeline", "events", "dates", "calendar"] --- > [!> [!IMPORTANT] @@ -16,37 +12,4 @@ seo: ---- -<div id="popup" class="popup" onclick="popupfunction()"> - -```mermaid -%%{init: { 'logLevel': 'debug', 'theme': 'default' , 'themeVariables': { - 'cScale0': '#ff0000', 'cScaleLabel0': '#ffffff', - 'cScale1': '#00ff00', - 'cScale2': '#0000ff', 'cScaleLabel2': '#ffffff' - } } }%% -timeline - title Timeline of Events - 2016-06-03 : Discovery of plans for a Solar Power Plant - 2020-10 : First letter written to Dayton without response - 2020-12-31 : Chief Matthews purchases Dayton Property - 2021-01-01 : Shane Tyler vandalizes yard with truck and trailer - 2021-02-26 : Shane Tyler begins to clear land before sale is finalized - 2021-03-23 : Sheriff Dept raids home over false allegations - beginning of difficulties with L.E.O. - 2022-02-22 : Discovery of Chief Matthews Poaching spot. - 2022-10-07 : Mr. Dayton Passes - 2022-11-07 : Neighbor's kids through party until 2-3am - 2023-12-18 : Informed of Subdivision - 2023-10-22 : Detained in county jail, reason unknown - Fire Chief ignores calls for aid in search. - 2023-12-23 : Neighbors steal mailbox with important tax documentation. - 2024-05-12 : Firearm discharged by neighbor while walking dog. - -``` - -</div> - -<script> -function popupfunction() { - var popup = document.getElementById("popup"); - popup.classList.toggle("show"); -} -</script> +{{< timeline data="timeline" background="dark" >}} diff --git a/content/evidence/video-log_back-of-property.md b/content/evidence/video-log_back-of-property.md index 3858db7..f2a3a4b 100755 --- a/content/evidence/video-log_back-of-property.md +++ b/content/evidence/video-log_back-of-property.md @@ -2,13 +2,8 @@ title: "Video Log: Review from the back of the property" description: "Review over past events and our current situation." date: 2024-09-07T06:00:14.329Z -lastmod: 2024-09-07T06:00:14.330Z -layout: docs -seo: - title: "Back of Property, Video Log" - description: "Review over past events and our current situation." - canonical: "" - noindex: false +tags: [ "video", "video-log", "vlog", "review", "back_of_property" ] +type: docs --- Video I took from the back of our property providing an overview of the current situation, and acknowledging those responsible for the horrific experience we have been forced to endure. diff --git a/content/persons/_index.md b/content/persons/_index.md index 7fa307c..71330c5 100755 --- a/content/persons/_index.md +++ b/content/persons/_index.md @@ -1,17 +1,37 @@ --- title: "Persons" nested: true -seo: - title: "" # custom title (optional) - description: "" # custom description (recommended) - canonical: "" # custom canonical URL (optional) - noindex: false # false (default) or true +modules: ["mermaid"] --- ## Relational Entity Map +```text +%%{ + init: { + 'theme': 'base', + 'themeVariables': { + 'darkmode': false, + 'fontSize': '16px', + 'background': '#CCCCCC', + 'primaryColor': '#180D58', + 'primaryTextColor': '#fff', + 'primaryBorderColor': '#7C0000', + 'lineColor': '#F8B229', + 'secondaryColor': '#006100', + 'tertiaryColor': '#fff' + } + } +}%% +``` + ```mermaid +%%{ + init: { + 'theme': 'dark', + } +}%% erDiagram abernathy["A. B. Abernathy"] { Position Factor "Connecting Factor" diff --git a/content/persons/mdayton.md b/content/persons/mdayton.md index 5d055b6..0dee2d9 100644 --- a/content/persons/mdayton.md +++ b/content/persons/mdayton.md @@ -2,11 +2,8 @@ title: The curious case of Matt Dayton date: 2024-09-09T05:55:17-04:00 description: Good neighbors for forty five years, repaid by being thrown under a bus. -seo: - title: "" # custom title (optional) - description: "" # custom description (recommended) - canonical: "" # custom canonical URL (optional) - noindex: false # false (default) or true +type: docs +tags: [ "person", "mdayton", "involved", "people", "dayton", "son" ] --- Of all the people involved in the affair, the least able to possess any grievance against our family is the son of our former neighbor. Matthew is someone who we barely knew and have seen a grand total of twice in our life, out of which, only once can be confirmed. We know practically nothing of him, yet for forty-five years his father enjoined the hospitality and friendship of our family. We had thought highly of his father, and never recall being on anything less than good terms. Which falls short of providing an explanation of the events that occurred upon his father falling ill, and Matthew's role in it. diff --git a/content/posts/ordinance-violations.md b/content/posts/ordinance-violations.md index 248a624..7abd314 100755 --- a/content/posts/ordinance-violations.md +++ b/content/posts/ordinance-violations.md @@ -3,11 +3,7 @@ title: "Ordinance Violations" description: "Summary of Minimum total of Ordinance Violations" date: 2024-09-07T06:04:02.410Z lastmod: 2024-09-07T06:04:02.411Z -seo: - title: "Ordinance Violations" - description: "Summary of Minimum total of Ordinance Violations" - canonical: "" - noindex: false +tags: [ "ordinance", "violations", "expenses", "county", "penalties", "fines", "spending", "negligence", "favoritism" ] --- In the spirit of full disclosure, we stopped keeping a detailed account when the county clarified its intent to completely disregard the law. At that time two projects had reached $736000 but we have since estimated the current amount of penalties for one of those projects to be a minimum of $840,000. You could easily multiply that by three, and still come short of the actual amount of penalties accumulated by the development performed by the Tyler/Simmons family. A more realistic expression would be exponentially higher, considering one violation entails a $2500 fine per day, for each day the violation continues. Not only did the developer never acknowledged the violation or invest any effort into rectifying the violation, the Zoning Administrator's refused to enforce state and federal law, which neither nullifies the existence of the violation, nor does it grant any special rights for its violation. diff --git a/content/posts/todos.md b/content/posts/todos.md index e2ebf21..c4e2478 100644 --- a/content/posts/todos.md +++ b/content/posts/todos.md @@ -2,16 +2,9 @@ # author: title: Todos date: 2024-09-08T18:24:15-04:00 -# layout: +layout: minimal description: "Just a todo list for finishing migration of the site." -# tags: -# icon: -# thumbnail: - # url: - # author: - # authorURL: - # origin: - # originURL: +tags: [ "tasks", "site", "todo", "internal" ] --- ## Tasks needed for site completion diff --git a/content/privacy.md b/content/privacy.md index cb99164..f806fbb 100755 --- a/content/privacy.md +++ b/content/privacy.md @@ -1,16 +1,8 @@ --- title: "Privacy Policy" -description: "" -summary: "" +description: "Privacy Policy" date: 2023-09-07T17:19:07+02:00 -lastmod: 2023-09-07T17:19:07+02:00 -draft: false -type: "legal" -seo: - title: "" # custom title (optional) - description: "" # custom description (recommended) - canonical: "" # custom canonical URL (optional) - noindex: false # false (default) or true +tags: [ "privacy", "legal", "policy" ] --- # Privacy Policy @@ -19,7 +11,7 @@ Last updated: September 07, 2024 ---- -**We do not collect any data. Most assuredly, data which could be considered personal in nature of any way, shape, form, or otherwise. The website hosts static content, with a minimal amount of javascript, on the most trusted and secure server platform available on the market at time of publication. This site does not use cookies, or similar technologies. The only data collected from user interaction is anonymous data acquired by Google Analytics for the purpose of improving the site and search engine optimization. The risk to the average user is minimal under worst conditions.** +**We do not collect any data from users. Under no condition will this site collect data which could be considered personal, sensitive, or private in any way, shape, form, or otherwise. This site does not use cookies or similar technologies. The only data collected from user interaction is anonymous data acquired by Google Analytics for the purpose of improving user experience and search engine optimization.** ---- @@ -212,4 +204,4 @@ You are advised to review this Privacy Policy periodically for any changes. Chan If you have any questions about this Privacy Policy, You can contact us: -- By visiting this page on our website: [https://corruptlamar.com/contact](https://corruptlamar.com/contact) +- By visiting this page on our website: [https://contact.corruptlamar.com/](https://corruptlamar.com/contact) diff --git a/content/terms.md b/content/terms.md index 7713151..560ebf9 100755 --- a/content/terms.md +++ b/content/terms.md @@ -1,14 +1,8 @@ --- title: "Terms of Service" -description: "" -summary: "" +description: "Terms of Service for Corruptlamar.com" date: 2023-09-07T17:19:07+02:00 -lastmod: 2023-09-07T17:19:07+02:00 -seo: - title: "" # custom title (optional) - description: "" # custom description (recommended) - canonical: "" # custom canonical URL (optional) - noindex: false # false (default) or true +tags: [ "terms", "legal", "disclaimer" ] --- ## Site Disclaimer diff --git a/corruptlamar.sublime-workspace b/corruptlamar.sublime-workspace index 444eef3..581a704 100644 --- a/corruptlamar.sublime-workspace +++ b/corruptlamar.sublime-workspace @@ -4,10 +4,26 @@ "selected_items": [ [ + "missi", + "mission" + ], + [ "p", "parent" ], [ + "pa", + "parent" + ], + [ + "ema", + "emails" + ], + [ + "ex", + "excludeFiles" + ], + [ "evi", "evidence" ], @@ -323,6 +339,1492 @@ }, "buffers": [ + { + "file": "config/_default/params.toml", + "settings": + { + "buffer_size": 4949, + "encoding": "UTF-8", + "line_ending": "Unix" + }, + "undo_stack": + [ + [ + 15, + 1, + "insert", + { + "characters": "18" + }, + "AgAAAM8OAAAAAAAA0A4AAAAAAAAAAAAA0A4AAAAAAADRDgAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAzw4AAAAAAADPDgAAAAAAAAAAAAAAAPC/" + ], + [ + 18, + 1, + "insert", + { + "characters": "0" + }, + "AQAAANEOAAAAAAAA0g4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA0Q4AAAAAAADRDgAAAAAAAAAAAAAAAPC/" + ], + [ + 20, + 1, + "insert", + { + "characters": "D" + }, + "AQAAANIOAAAAAAAA0w4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA0g4AAAAAAADSDgAAAAAAAAAAAAAAAPC/" + ], + [ + 22, + 1, + "insert", + { + "characters": "5" + }, + "AQAAANMOAAAAAAAA1A4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA0w4AAAAAAADTDgAAAAAAAAAAAAAAAPC/" + ], + [ + 24, + 1, + "insert", + { + "characters": "8" + }, + "AQAAANQOAAAAAAAA1Q4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA1A4AAAAAAADUDgAAAAAAAAAAAAAAAPC/" + ], + [ + 26, + 1, + "right_delete", + null, + "AQAAANUOAAAAAAAA1Q4AAAAAAAABAAAAMg", + "AQAAAAAAAAABAAAA1Q4AAAAAAADVDgAAAAAAAAAAAAAAAPC/" + ], + [ + 28, + 1, + "right_delete", + null, + "AQAAANUOAAAAAAAA1Q4AAAAAAAABAAAARQ", + "AQAAAAAAAAABAAAA1Q4AAAAAAADVDgAAAAAAAAAAAAAAAPC/" + ], + [ + 30, + 1, + "right_delete", + null, + "AQAAANUOAAAAAAAA1Q4AAAAAAAABAAAAMg", + "AQAAAAAAAAABAAAA1Q4AAAAAAADVDgAAAAAAAAAAAAAAAPC/" + ], + [ + 32, + 1, + "right_delete", + null, + "AQAAANUOAAAAAAAA1Q4AAAAAAAABAAAAOQ", + "AQAAAAAAAAABAAAA1Q4AAAAAAADVDgAAAAAAAAAAAAAAAPC/" + ], + [ + 34, + 1, + "right_delete", + null, + "AQAAANUOAAAAAAAA1Q4AAAAAAAABAAAANA", + "AQAAAAAAAAABAAAA1Q4AAAAAAADVDgAAAAAAAAAAAAAAAPC/" + ], + [ + 36, + 1, + "right_delete", + null, + "AQAAANUOAAAAAAAA1Q4AAAAAAAABAAAARQ", + "AQAAAAAAAAABAAAA1Q4AAAAAAADVDgAAAAAAAAAAAAAAAPC/" + ], + [ + 63, + 1, + "run_macro_file", + { + "file": "res://Packages/Default/Delete Line.sublime-macro" + }, + "AQAAAM4EAAAAAAAAzgQAAAAAAAAcAAAAICAgICAgICBhY2NvdW50ID0gImFub2R1Y2siCg", + "AQAAAAAAAAABAAAAzgQAAAAAAADOBAAAAAAAAAAAAAAAAAAA" + ], + [ + 65, + 1, + "run_macro_file", + { + "file": "res://Packages/Default/Delete Line.sublime-macro" + }, + "AQAAAM4EAAAAAAAAzgQAAAAAAAAbAAAAICAgICAgICBjb250YWluZXIgPSAiSG9tZSIK", + "AQAAAAAAAAABAAAAzgQAAAAAAADOBAAAAAAAAAAAAAAAAPC/" + ], + [ + 95, + 1, + "insert", + { + "characters": "1" + }, + "AQAAAOAOAAAAAAAA4Q4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA4A4AAAAAAADgDgAAAAAAAAAAAAAAAPC/" + ], + [ + 97, + 1, + "right_delete", + null, + "AQAAAOEOAAAAAAAA4Q4AAAAAAAABAAAANg", + "AQAAAAAAAAABAAAA4Q4AAAAAAADhDgAAAAAAAAAAAAAAAPC/" + ], + [ + 100, + 1, + "insert", + { + "characters": "D" + }, + "AQAAAOIOAAAAAAAA4w4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA4g4AAAAAAADiDgAAAAAAAAAAAAAAAPC/" + ], + [ + 102, + 1, + "insert", + { + "characters": "D" + }, + "AQAAAOMOAAAAAAAA5A4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA4w4AAAAAAADjDgAAAAAAAAAAAAAAAPC/" + ], + [ + 104, + 1, + "insert", + { + "characters": "6" + }, + "AQAAAOQOAAAAAAAA5Q4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA5A4AAAAAAADkDgAAAAAAAAAAAAAAAPC/" + ], + [ + 106, + 1, + "right_delete", + null, + "AQAAAOUOAAAAAAAA5Q4AAAAAAAABAAAANQ", + "AQAAAAAAAAABAAAA5Q4AAAAAAADlDgAAAAAAAAAAAAAAAPC/" + ], + [ + 108, + 1, + "right_delete", + null, + "AQAAAOUOAAAAAAAA5Q4AAAAAAAABAAAARQ", + "AQAAAAAAAAABAAAA5Q4AAAAAAADlDgAAAAAAAAAAAAAAAPC/" + ], + [ + 110, + 1, + "right_delete", + null, + "AQAAAOUOAAAAAAAA5Q4AAAAAAAABAAAAMw", + "AQAAAAAAAAABAAAA5Q4AAAAAAADlDgAAAAAAAAAAAAAAAPC/" + ], + [ + 126, + 1, + "insert", + { + "characters": "5" + }, + "AQAAAJgOAAAAAAAAmQ4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAmA4AAAAAAACYDgAAAAAAAAAAAAAAAPC/" + ], + [ + 128, + 1, + "left_delete", + null, + "AQAAAJgOAAAAAAAAmA4AAAAAAAABAAAANQ", + "AQAAAAAAAAABAAAAmQ4AAAAAAACZDgAAAAAAAAAAAAAAAPC/" + ], + [ + 130, + 1, + "insert", + { + "characters": "E" + }, + "AQAAAJgOAAAAAAAAmQ4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAmA4AAAAAAACYDgAAAAAAAAAAAAAAAPC/" + ], + [ + 132, + 1, + "insert", + { + "characters": "5" + }, + "AQAAAJkOAAAAAAAAmg4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAmQ4AAAAAAACZDgAAAAAAAAAAAAAAAPC/" + ], + [ + 134, + 1, + "insert", + { + "characters": "1" + }, + "AQAAAJoOAAAAAAAAmw4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAmg4AAAAAAACaDgAAAAAAAAAAAAAAAPC/" + ], + [ + 136, + 1, + "insert", + { + "characters": "1" + }, + "AQAAAJsOAAAAAAAAnA4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAmw4AAAAAAACbDgAAAAAAAAAAAAAAAPC/" + ], + [ + 138, + 1, + "insert", + { + "characters": "0" + }, + "AQAAAJwOAAAAAAAAnQ4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAnA4AAAAAAACcDgAAAAAAAAAAAAAAAPC/" + ], + [ + 140, + 1, + "insert", + { + "characters": "7" + }, + "AQAAAJ0OAAAAAAAAng4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAnQ4AAAAAAACdDgAAAAAAAAAAAAAAAPC/" + ], + [ + 142, + 1, + "right_delete", + null, + "AQAAAJ4OAAAAAAAAng4AAAAAAAABAAAAMQ", + "AQAAAAAAAAABAAAAng4AAAAAAACeDgAAAAAAAAAAAAAAAPC/" + ], + [ + 144, + 1, + "right_delete", + null, + "AQAAAJ4OAAAAAAAAng4AAAAAAAABAAAAOA", + "AQAAAAAAAAABAAAAng4AAAAAAACeDgAAAAAAAAAAAAAAAPC/" + ], + [ + 151, + 1, + "right_delete", + null, + "AQAAAJ4OAAAAAAAAng4AAAAAAAABAAAAMA", + "AQAAAAAAAAABAAAAng4AAAAAAACeDgAAAAAAAAAAAAAAAPC/" + ], + [ + 153, + 1, + "right_delete", + null, + "AQAAAJ4OAAAAAAAAng4AAAAAAAABAAAARA", + "AQAAAAAAAAABAAAAng4AAAAAAACeDgAAAAAAAAAAAAAAAPC/" + ], + [ + 155, + 1, + "left_delete", + null, + "AQAAAJ0OAAAAAAAAnQ4AAAAAAAABAAAANw", + "AQAAAAAAAAABAAAAng4AAAAAAACeDgAAAAAAAAAAAAAAAPC/" + ], + [ + 158, + 1, + "right_delete", + null, + "AQAAAJ4OAAAAAAAAng4AAAAAAAABAAAAOA", + "AQAAAAAAAAABAAAAng4AAAAAAACeDgAAAAAAAAAAAAAAAPC/" + ], + [ + 160, + 1, + "left_delete", + null, + "AQAAAJ0OAAAAAAAAnQ4AAAAAAAABAAAANQ", + "AQAAAAAAAAABAAAAng4AAAAAAACeDgAAAAAAAAAAAAAAAPC/" + ], + [ + 162, + 1, + "insert", + { + "characters": "7" + }, + "AQAAAJ0OAAAAAAAAng4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAnQ4AAAAAAACdDgAAAAAAAAAAAAAAAPC/" + ], + [ + 171, + 1, + "cut", + null, + "AQAAAJYOAAAAAAAAlg4AAAAAAAAJAAAAIiNFNTExMDci", + "AQAAAAAAAAABAAAAlg4AAAAAAACfDgAAAAAAAAAAAAAAAPC/" + ], + [ + 176, + 1, + "paste", + null, + "AQAAALAOAAAAAAAAuQ4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAsA4AAAAAAACwDgAAAAAAAAAAAAAAAPC/" + ], + [ + 181, + 1, + "right_delete", + null, + "AQAAAKcOAAAAAAAApw4AAAAAAAAJAAAAIiMxYzFlMWYi", + "AQAAAAAAAAABAAAAsA4AAAAAAACnDgAAAAAAAAAAAAAAAPC/" + ], + [ + 186, + 1, + "insert_snippet", + { + "contents": "\"$0\"" + }, + "AQAAAJYOAAAAAAAAmA4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAlg4AAAAAAACWDgAAAAAAAAAAAAAAAPC/" + ], + [ + 188, + 1, + "insert", + { + "characters": "#" + }, + "AQAAAJcOAAAAAAAAmA4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAlw4AAAAAAACXDgAAAAAAAAAAAAAAAPC/" + ], + [ + 190, + 1, + "insert", + { + "characters": "1" + }, + "AQAAAJgOAAAAAAAAmQ4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAmA4AAAAAAACYDgAAAAAAAAAAAAAAAPC/" + ], + [ + 192, + 1, + "insert", + { + "characters": "8" + }, + "AQAAAJkOAAAAAAAAmg4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAmQ4AAAAAAACZDgAAAAAAAAAAAAAAAPC/" + ], + [ + 194, + 1, + "insert", + { + "characters": "0" + }, + "AQAAAJoOAAAAAAAAmw4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAmg4AAAAAAACaDgAAAAAAAAAAAAAAAPC/" + ], + [ + 196, + 1, + "insert", + { + "characters": "D" + }, + "AQAAAJsOAAAAAAAAnA4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAmw4AAAAAAACbDgAAAAAAAAAAAAAAAPC/" + ], + [ + 198, + 1, + "insert", + { + "characters": "5" + }, + "AQAAAJwOAAAAAAAAnQ4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAnA4AAAAAAACcDgAAAAAAAAAAAAAAAPC/" + ], + [ + 200, + 1, + "insert", + { + "characters": "8" + }, + "AQAAAJ0OAAAAAAAAng4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAnQ4AAAAAAACdDgAAAAAAAAAAAAAAAPC/" + ], + [ + 213, + 1, + "", + null, + "AgAAAJgOAAAAAAAAng4AAAAAAAAAAAAAng4AAAAAAACeDgAAAAAAAAYAAAAxODBENTg", + "AQAAAAAAAAABAAAAmA4AAAAAAACeDgAAAAAAAAAAAAAAAPC/" + ], + [ + 244, + 1, + "", + null, + "AgAAALEOAAAAAAAAuA4AAAAAAAAAAAAAuA4AAAAAAAC4DgAAAAAAAAcAAAAjRTUxMTA3", + "AQAAAAAAAAABAAAAsQ4AAAAAAAC4DgAAAAAAAAAAAAAAAPC/" + ], + [ + 251, + 1, + "", + null, + "AgAAAN4OAAAAAAAA5Q4AAAAAAAAAAAAA5Q4AAAAAAADlDgAAAAAAAAcAAAAjMjE4REQ2", + "AQAAAAAAAAABAAAA3g4AAAAAAADlDgAAAAAAAAAAAAAAAPC/" + ], + [ + 259, + 1, + "", + null, + "AgAAAA0PAAAAAAAAFA8AAAAAAAAAAAAAFA8AAAAAAAAUDwAAAAAAAAcAAAAjRDkwMzY4", + "AQAAAAAAAAABAAAADQ8AAAAAAAAUDwAAAAAAAAAAAAAAAPC/" + ], + [ + 267, + 1, + "", + null, + "AgAAAMkOAAAAAAAA0A4AAAAAAAAAAAAA0A4AAAAAAADQDgAAAAAAAAcAAAAjMkNCNTlD", + "AQAAAAAAAAABAAAAyQ4AAAAAAADQDgAAAAAAAAAAAAAAAPC/" + ], + [ + 273, + 1, + "", + null, + "AgAAACMPAAAAAAAAKg8AAAAAAAAAAAAAKg8AAAAAAAAqDwAAAAAAAAcAAAAjRDNGM0VF", + "AQAAAAAAAAABAAAAIw8AAAAAAAAqDwAAAAAAAAAAAAAAAPC/" + ], + [ + 287, + 1, + "", + null, + "AQAAAJcOAAAAAAAAng4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAlw4AAAAAAACXDgAAAAAAAAAAAAAAAPC/" + ], + [ + 289, + 7, + "right_delete", + null, + "BwAAAJ4OAAAAAAAAng4AAAAAAAABAAAAI54OAAAAAAAAng4AAAAAAAABAAAAMZ4OAAAAAAAAng4AAAAAAAABAAAAQp4OAAAAAAAAng4AAAAAAAABAAAAMZ4OAAAAAAAAng4AAAAAAAABAAAAQZ4OAAAAAAAAng4AAAAAAAABAAAAMZ4OAAAAAAAAng4AAAAAAAABAAAARg", + "AQAAAAAAAAABAAAAng4AAAAAAACeDgAAAAAAAAAAAAAAAPC/" + ], + [ + 297, + 1, + "", + null, + "AgAAADgPAAAAAAAAPw8AAAAAAAAAAAAAPw8AAAAAAAA/DwAAAAAAAAcAAAAjMzczRjUx", + "AQAAAAAAAAABAAAAOA8AAAAAAAA/DwAAAAAAAAAAAAAAAPC/" + ], + [ + 310, + 1, + "cut", + null, + "AQAAALAOAAAAAAAAsA4AAAAAAAAJAAAAIiNCODRFNUMi", + "AQAAAAAAAAABAAAAsA4AAAAAAAC5DgAAAAAAAP///////+9/" + ], + [ + 315, + 1, + "paste", + null, + "AQAAAJYOAAAAAAAAnw4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAlg4AAAAAAACWDgAAAAAAAAAAAAAAAPC/" + ], + [ + 318, + 1, + "cut", + null, + "AQAAAJ8OAAAAAAAAnw4AAAAAAAAJAAAAIiMxQjFBMUYi", + "AQAAAAAAAAABAAAAnw4AAAAAAACoDgAAAAAAAP///////+9/" + ], + [ + 322, + 1, + "paste", + null, + "AQAAALAOAAAAAAAAuQ4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAsA4AAAAAAACwDgAAAAAAAAAAAAAAAGdA" + ], + [ + 331, + 1, + "left_delete", + null, + "AQAAAFUPAAAAAAAAVQ8AAAAAAAABAAAAMQ", + "AQAAAAAAAAABAAAAVg8AAAAAAABWDwAAAAAAAAAAAAAAAPC/" + ], + [ + 335, + 1, + "insert", + { + "characters": "1" + }, + "AQAAAFUPAAAAAAAAVg8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAVQ8AAAAAAABVDwAAAAAAAAAAAAAAAPC/" + ], + [ + 337, + 1, + "insert", + { + "characters": "0" + }, + "AQAAAFYPAAAAAAAAVw8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAVg8AAAAAAABWDwAAAAAAAAAAAAAAAPC/" + ], + [ + 339, + 1, + "insert", + { + "characters": "0" + }, + "AQAAAFcPAAAAAAAAWA8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAVw8AAAAAAABXDwAAAAAAAAAAAAAAAPC/" + ], + [ + 341, + 1, + "left_delete", + null, + "AQAAAFcPAAAAAAAAVw8AAAAAAAABAAAAMA", + "AQAAAAAAAAABAAAAWA8AAAAAAABYDwAAAAAAAAAAAAAAAPC/" + ], + [ + 349, + 1, + "left_delete", + null, + "AQAAAFUPAAAAAAAAVQ8AAAAAAAABAAAAMQ", + "AQAAAAAAAAABAAAAVg8AAAAAAABWDwAAAAAAAAAAAAAAAPC/" + ], + [ + 351, + 1, + "right_delete", + null, + "AQAAAFUPAAAAAAAAVQ8AAAAAAAABAAAAMA", + "AQAAAAAAAAABAAAAVQ8AAAAAAABVDwAAAAAAAAAAAAAAAPC/" + ], + [ + 353, + 1, + "insert", + { + "characters": "9" + }, + "AQAAAFUPAAAAAAAAVg8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAVQ8AAAAAAABVDwAAAAAAAAAAAAAAAPC/" + ], + [ + 355, + 1, + "right_delete", + null, + "AQAAAFYPAAAAAAAAVg8AAAAAAAABAAAAMA", + "AQAAAAAAAAABAAAAVg8AAAAAAABWDwAAAAAAAAAAAAAAAPC/" + ], + [ + 357, + 1, + "insert", + { + "characters": "7" + }, + "AQAAAFYPAAAAAAAAVw8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAVg8AAAAAAABWDwAAAAAAAAAAAAAAAPC/" + ], + [ + 371, + 1, + "cut", + null, + "AQAAALAOAAAAAAAAsA4AAAAAAAAJAAAAIiMxQjFBMUYi", + "AQAAAAAAAAABAAAAuQ4AAAAAAACwDgAAAAAAAAAAAAAAAPC/" + ], + [ + 376, + 1, + "paste", + null, + "AQAAAJYOAAAAAAAAnw4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAlg4AAAAAAACWDgAAAAAAAAAAAAAAAPC/" + ], + [ + 379, + 1, + "cut", + null, + "AQAAAJ8OAAAAAAAAnw4AAAAAAAAJAAAAIiNCODRFNUMi", + "AQAAAAAAAAABAAAAnw4AAAAAAACoDgAAAAAAAP///////+9/" + ], + [ + 383, + 1, + "paste", + null, + "AQAAALAOAAAAAAAAuQ4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAsA4AAAAAAACwDgAAAAAAAAAAAAAAAGdA" + ], + [ + 401, + 1, + "left_delete", + null, + "AQAAAFYPAAAAAAAAVg8AAAAAAAABAAAANw", + "AQAAAAAAAAABAAAAVw8AAAAAAABXDwAAAAAAAAAAAAAAAPC/" + ], + [ + 403, + 1, + "left_delete", + null, + "AQAAAFUPAAAAAAAAVQ8AAAAAAAABAAAAOQ", + "AQAAAAAAAAABAAAAVg8AAAAAAABWDwAAAAAAAAAAAAAAAPC/" + ], + [ + 407, + 1, + "insert", + { + "characters": "1" + }, + "AQAAAFUPAAAAAAAAVg8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAVQ8AAAAAAABVDwAAAAAAAAAAAAAAAPC/" + ], + [ + 409, + 1, + "insert", + { + "characters": "0" + }, + "AQAAAFYPAAAAAAAAVw8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAVg8AAAAAAABWDwAAAAAAAAAAAAAAAPC/" + ], + [ + 411, + 1, + "insert", + { + "characters": "0" + }, + "AQAAAFcPAAAAAAAAWA8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAVw8AAAAAAABXDwAAAAAAAAAAAAAAAPC/" + ], + [ + 420, + 1, + "left_delete", + null, + "AQAAAIgPAAAAAAAAiA8AAAAAAAABAAAANA", + "AQAAAAAAAAABAAAAiQ8AAAAAAACJDwAAAAAAAAAAAAAAAPC/" + ], + [ + 422, + 1, + "insert", + { + "characters": "1" + }, + "AQAAAIgPAAAAAAAAiQ8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAiA8AAAAAAACIDwAAAAAAAAAAAAAAAPC/" + ], + [ + 426, + 1, + "right_delete", + null, + "AQAAAG8PAAAAAAAAbw8AAAAAAAABAAAAMg", + "AQAAAAAAAAABAAAAbw8AAAAAAABvDwAAAAAAAAAAAAAAAGVA" + ], + [ + 428, + 1, + "right_delete", + null, + "AQAAAG8PAAAAAAAAbw8AAAAAAAABAAAAMA", + "AQAAAAAAAAABAAAAbw8AAAAAAABvDwAAAAAAAAAAAAAAAPC/" + ], + [ + 430, + 1, + "insert", + { + "characters": "5" + }, + "AQAAAG8PAAAAAAAAcA8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAbw8AAAAAAABvDwAAAAAAAAAAAAAAAPC/" + ], + [ + 440, + 1, + "left_delete", + null, + "AQAAAG8PAAAAAAAAbw8AAAAAAAABAAAANQ", + "AQAAAAAAAAABAAAAcA8AAAAAAABwDwAAAAAAAAAAAAAAAPC/" + ], + [ + 441, + 1, + "insert", + { + "characters": "0" + }, + "AQAAAG8PAAAAAAAAcA8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAbw8AAAAAAABvDwAAAAAAAAAAAAAAAPC/" + ], + [ + 449, + 1, + "insert", + { + "characters": "4" + }, + "AQAAAG8PAAAAAAAAcA8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAbw8AAAAAAABvDwAAAAAAAAAAAAAAAPC/" + ], + [ + 455, + 1, + "left_delete", + null, + "AQAAAG8PAAAAAAAAbw8AAAAAAAABAAAANA", + "AQAAAAAAAAABAAAAcA8AAAAAAABwDwAAAAAAAAAAAAAAAGZA" + ], + [ + 457, + 1, + "insert", + { + "characters": "2" + }, + "AQAAAG8PAAAAAAAAcA8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAbw8AAAAAAABvDwAAAAAAAAAAAAAAAPC/" + ], + [ + 462, + 1, + "left_delete", + null, + "AQAAAIgPAAAAAAAAiA8AAAAAAAABAAAAMQ", + "AQAAAAAAAAABAAAAiQ8AAAAAAACJDwAAAAAAAAAAAAAAAPC/" + ], + [ + 464, + 1, + "insert", + { + "characters": "4" + }, + "AQAAAIgPAAAAAAAAiQ8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAiA8AAAAAAACIDwAAAAAAAAAAAAAAAPC/" + ], + [ + 481, + 1, + "toggle_comment", + { + "block": false + }, + "AQAAAKkPAAAAAAAAqQ8AAAAAAAACAAAAIyA", + "AQAAAAAAAAABAAAAqg8AAAAAAACqDwAAAAAAAAAAAAAAAERA" + ], + [ + 489, + 1, + "insert", + { + "characters": "fa" + }, + "AwAAAKYAAAAAAAAApwAAAAAAAAAAAAAApwAAAAAAAACnAAAAAAAAAAQAAAB0cnVlpwAAAAAAAACoAAAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAApgAAAAAAAACqAAAAAAAAAAAAAAAAAPC/" + ], + [ + 492, + 1, + "insert", + { + "characters": "a" + }, + "AQAAAKgAAAAAAAAAqQAAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAqAAAAAAAAACoAAAAAAAAAAAAAAAAAPC/" + ], + [ + 494, + 1, + "left_delete", + null, + "AQAAAKgAAAAAAAAAqAAAAAAAAAABAAAAYQ", + "AQAAAAAAAAABAAAAqQAAAAAAAACpAAAAAAAAAAAAAAAAAPC/" + ], + [ + 495, + 1, + "insert", + { + "characters": "lse" + }, + "AwAAAKgAAAAAAAAAqQAAAAAAAAAAAAAAqQAAAAAAAACqAAAAAAAAAAAAAACqAAAAAAAAAKsAAAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAqAAAAAAAAACoAAAAAAAAAAAAAAAAAPC/" + ], + [ + 503, + 9, + "left_delete", + null, + "CQAAAPMAAAAAAAAA8wAAAAAAAAABAAAAIvIAAAAAAAAA8gAAAAAAAAABAAAAdPEAAAAAAAAA8QAAAAAAAAABAAAAaPAAAAAAAAAA8AAAAAAAAAABAAAAZ+8AAAAAAAAA7wAAAAAAAAABAAAAae4AAAAAAAAA7gAAAAAAAAABAAAAbO0AAAAAAAAA7QAAAAAAAAABAAAAIuwAAAAAAAAA7AAAAAAAAAABAAAAIOsAAAAAAAAA6wAAAAAAAAABAAAALA", + "AQAAAAAAAAABAAAA9AAAAAAAAAD0AAAAAAAAAAAAAAAAAPC/" + ], + [ + 510, + 1, + "toggle_comment", + { + "block": false + }, + "AQAAAKEPAAAAAAAAow8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAApQ8AAAAAAAClDwAAAAAAAAAAAAAAAPC/" + ], + [ + 514, + 1, + "run_macro_file", + { + "file": "res://Packages/Default/Delete Line.sublime-macro" + }, + "AQAAAJ0PAAAAAAAAnQ8AAAAAAAB1AAAAICAgICMgdGhlbWVGb250UGF0aCA9ICJodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2NzczI/ZmFtaWx5PUludGVyOndnaHRAMjAwOzMwMDs2MDAmZGlzcGxheT1zd2FwIiAjIGV4dGVybmFsIHBhdGgK", + "AQAAAAAAAAABAAAApw8AAAAAAACnDwAAAAAAAAAAAAAAAPC/" + ], + [ + 527, + 1, + "right_delete", + null, + "AQAAAIEPAAAAAAAAgQ8AAAAAAAABAAAAMA", + "AQAAAAAAAAABAAAAgQ8AAAAAAACBDwAAAAAAAAAAAAAAAPC/" + ], + [ + 529, + 1, + "left_delete", + null, + "AQAAAIAPAAAAAAAAgA8AAAAAAAABAAAANA", + "AQAAAAAAAAABAAAAgQ8AAAAAAACBDwAAAAAAAAAAAAAAAPC/" + ], + [ + 531, + 1, + "right_delete", + null, + "AQAAAIAPAAAAAAAAgA8AAAAAAAABAAAAJQ", + "AQAAAAAAAAABAAAAgA8AAAAAAACADwAAAAAAAAAAAAAAAPC/" + ], + [ + 533, + 1, + "insert", + { + "characters": "0" + }, + "AQAAAIAPAAAAAAAAgQ8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAgA8AAAAAAACADwAAAAAAAAAAAAAAAPC/" + ], + [ + 547, + 1, + "left_delete", + null, + "AQAAAIAPAAAAAAAAgA8AAAAAAAABAAAAMA", + "AQAAAAAAAAABAAAAgQ8AAAAAAACBDwAAAAAAAAAAAAAAAPC/" + ], + [ + 549, + 1, + "insert", + { + "characters": "5" + }, + "AQAAAIAPAAAAAAAAgQ8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAgA8AAAAAAACADwAAAAAAAAAAAAAAAPC/" + ], + [ + 551, + 1, + "insert", + { + "characters": "%" + }, + "AQAAAIEPAAAAAAAAgg8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAgQ8AAAAAAACBDwAAAAAAAAAAAAAAAPC/" + ], + [ + 555, + 1, + "right_delete", + null, + "AQAAAGgPAAAAAAAAaA8AAAAAAAABAAAAMA", + "AQAAAAAAAAABAAAAaA8AAAAAAABoDwAAAAAAAAAAAAAAAGZA" + ], + [ + 566, + 2, + "left_delete", + null, + "AgAAAKYAAAAAAAAApgAAAAAAAAAFAAAAZmFsc2WlAAAAAAAAAKUAAAAAAAAAAQAAACA", + "AQAAAAAAAAABAAAApgAAAAAAAACrAAAAAAAAAAAAAAAAAPC/" + ], + [ + 568, + 1, + "insert", + { + "characters": " tru" + }, + "BAAAAKUAAAAAAAAApgAAAAAAAAAAAAAApgAAAAAAAACnAAAAAAAAAAAAAACnAAAAAAAAAKgAAAAAAAAAAAAAAKgAAAAAAAAAqQAAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAApQAAAAAAAAClAAAAAAAAAAAAAAAAAPC/" + ], + [ + 571, + 1, + "insert", + { + "characters": "e" + }, + "AQAAAKkAAAAAAAAAqgAAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAqQAAAAAAAACpAAAAAAAAAAAAAAAAAPC/" + ], + [ + 586, + 1, + "cut", + null, + "AQAAAI0OAAAAAAAAjQ4AAAAAAAAJAAAAIiMxQjFBMUYi", + "AQAAAAAAAAABAAAAjQ4AAAAAAACWDgAAAAAAAAAAAAAAAPC/" + ], + [ + 591, + 1, + "paste", + null, + "AQAAACUPAAAAAAAALg8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAJQ8AAAAAAAAlDwAAAAAAAAAAAAAAAPC/" + ], + [ + 594, + 1, + "cut", + null, + "AQAAAC4PAAAAAAAALg8AAAAAAAAJAAAAIiMxODBENTgi", + "AQAAAAAAAAABAAAALg8AAAAAAAA3DwAAAAAAAP///////+9/" + ], + [ + 598, + 1, + "paste", + null, + "AQAAAI0OAAAAAAAAlg4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAjQ4AAAAAAACNDgAAAAAAAAAAAAAAAGRA" + ], + [ + 605, + 1, + "left_delete", + null, + "AQAAAH4PAAAAAAAAfg8AAAAAAAABAAAANQ", + "AQAAAAAAAAABAAAAfw8AAAAAAAB/DwAAAAAAAAAAAAAAAPC/" + ], + [ + 607, + 1, + "insert", + { + "characters": "0" + }, + "AQAAAH4PAAAAAAAAfw8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAfg8AAAAAAAB+DwAAAAAAAAAAAAAAAPC/" + ], + [ + 611, + 1, + "right_delete", + null, + "AQAAAGYPAAAAAAAAZg8AAAAAAAABAAAAMg", + "AQAAAAAAAAABAAAAZg8AAAAAAABmDwAAAAAAAAAAAAAAAGVA" + ], + [ + 613, + 1, + "insert", + { + "characters": "0" + }, + "AQAAAGYPAAAAAAAAZw8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAZg8AAAAAAABmDwAAAAAAAAAAAAAAAPC/" + ], + [ + 620, + 1, + "insert", + { + "characters": "3" + }, + "AQAAAH4PAAAAAAAAfw8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAfg8AAAAAAAB+DwAAAAAAAAAAAAAAAPC/" + ], + [ + 622, + 1, + "left_delete", + null, + "AQAAAH4PAAAAAAAAfg8AAAAAAAABAAAAMw", + "AQAAAAAAAAABAAAAfw8AAAAAAAB/DwAAAAAAAAAAAAAAAPC/" + ], + [ + 624, + 1, + "insert", + { + "characters": "2" + }, + "AQAAAH4PAAAAAAAAfw8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAfg8AAAAAAAB+DwAAAAAAAAAAAAAAAPC/" + ], + [ + 628, + 1, + "insert", + { + "characters": "1" + }, + "AQAAAGYPAAAAAAAAZw8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAZg8AAAAAAABmDwAAAAAAAAAAAAAAAGVA" + ], + [ + 640, + 1, + "", + null, + "AgAAAO0OAAAAAAAA9A4AAAAAAAAAAAAA9A4AAAAAAAD0DgAAAAAAAAcAAAAjRkY5NTBB", + "AQAAAAAAAAABAAAA7Q4AAAAAAAD0DgAAAAAAAAAAAAAAAPC/" + ], + [ + 652, + 1, + "cut", + null, + "AQAAAC4PAAAAAAAALg8AAAAAAAAJAAAAIiMxQjFBMUYi", + "AQAAAAAAAAABAAAALg8AAAAAAAA3DwAAAAAAAP///////+9/" + ], + [ + 659, + 1, + "paste", + null, + "AQAAAI0OAAAAAAAAlg4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAjQ4AAAAAAACNDgAAAAAAAAAAAAAAAFxA" + ], + [ + 666, + 1, + "cut", + null, + "AQAAAJYOAAAAAAAAlg4AAAAAAAAJAAAAIiMxODBENTgi", + "AQAAAAAAAAABAAAAlg4AAAAAAACfDgAAAAAAAP///////+9/" + ], + [ + 670, + 1, + "paste", + null, + "AQAAAC4PAAAAAAAANw8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAALg8AAAAAAAAuDwAAAAAAAAAAAAAAAGdA" + ], + [ + 682, + 1, + "", + null, + "AgAAABoPAAAAAAAAIA8AAAAAAAAAAAAAIA8AAAAAAAAgDwAAAAAAAAcAAAAjQjVFRkYy", + "AQAAAAAAAAABAAAAGg8AAAAAAAAhDwAAAAAAAAAAAAAAAPC/" + ], + [ + 690, + 1, + "insert", + { + "characters": "#" + }, + "AQAAABoPAAAAAAAAGw8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAGg8AAAAAAAAaDwAAAAAAAAAAAAAAAPC/" + ], + [ + 703, + 1, + "toggle_comment", + { + "block": false + }, + "AQAAAIMOAAAAAAAAhQ4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAlg4AAAAAAACWDgAAAAAAAAAAAAAAAPC/" + ], + [ + 705, + 1, + "insert", + { + "characters": "\n" + }, + "AgAAAJgOAAAAAAAAmQ4AAAAAAAAAAAAAmQ4AAAAAAACdDgAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAmA4AAAAAAACYDgAAAAAAAAAAAAAAAPC/" + ], + [ + 708, + 1, + "insert", + { + "characters": "prim" + }, + "BAAAAJ0OAAAAAAAAng4AAAAAAAAAAAAAng4AAAAAAACfDgAAAAAAAAAAAACfDgAAAAAAAKAOAAAAAAAAAAAAAKAOAAAAAAAAoQ4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAnQ4AAAAAAACdDgAAAAAAAAAAAAAAAPC/" + ], + [ + 710, + 1, + "insert", + { + "characters": "ary" + }, + "AwAAAKEOAAAAAAAAog4AAAAAAAAAAAAAog4AAAAAAACjDgAAAAAAAAAAAACjDgAAAAAAAKQOAAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAoQ4AAAAAAAChDgAAAAAAAAAAAAAAAPC/" + ], + [ + 712, + 1, + "insert", + { + "characters": " =" + }, + "AgAAAKQOAAAAAAAApQ4AAAAAAAAAAAAApQ4AAAAAAACmDgAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAApA4AAAAAAACkDgAAAAAAAAAAAAAAAPC/" + ], + [ + 713, + 1, + "insert", + { + "characters": " " + }, + "AQAAAKYOAAAAAAAApw4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAApg4AAAAAAACmDgAAAAAAAAAAAAAAAPC/" + ], + [ + 715, + 1, + "insert_snippet", + { + "contents": "\"$0\"" + }, + "AQAAAKcOAAAAAAAAqQ4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAApw4AAAAAAACnDgAAAAAAAAAAAAAAAPC/" + ], + [ + 718, + 2, + "left_delete", + null, + "AgAAAKgOAAAAAAAAqA4AAAAAAAABAAAAIqcOAAAAAAAApw4AAAAAAAABAAAAIg", + "AQAAAAAAAAABAAAAqQ4AAAAAAACpDgAAAAAAAAAAAAAAAPC/" + ], + [ + 725, + 1, + "insert", + { + "characters": "\"" + }, + "AQAAAD8PAAAAAAAAQA8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAPw8AAAAAAAA/DwAAAAAAAAAAAAAAAPC/" + ], + [ + 728, + 1, + "insert", + { + "characters": "\"" + }, + "AQAAAEEPAAAAAAAAQg8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAQQ8AAAAAAABBDwAAAAAAAAAAAAAAAPC/" + ], + [ + 732, + 1, + "cut", + null, + "AQAAAEEPAAAAAAAAQQ8AAAAAAAAJAAAAIiMxODBENTgi", + "AQAAAAAAAAABAAAAQQ8AAAAAAABKDwAAAAAAAP///////+9/" + ], + [ + 737, + 1, + "paste", + null, + "AQAAAKcOAAAAAAAAsA4AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAApw4AAAAAAACnDgAAAAAAAAAAAAAAAPC/" + ], + [ + 742, + 1, + "paste", + null, + "AQAAAEkPAAAAAAAAUg8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAASQ8AAAAAAABJDwAAAAAAAAAAAAAAAPC/" + ], + [ + 744, + 1, + "right_delete", + null, + "AQAAAFIPAAAAAAAAUg8AAAAAAAABAAAAIg", + "AQAAAAAAAAABAAAAUg8AAAAAAABSDwAAAAAAAAAAAAAAAPC/" + ], + [ + 747, + 1, + "right_delete", + null, + "AQAAAEgPAAAAAAAASA8AAAAAAAABAAAAIg", + "AQAAAAAAAAABAAAASA8AAAAAAABIDwAAAAAAAAAAAAAAAPC/" + ], + [ + 756, + 1, + "", + null, + "AgAAAEkPAAAAAAAATw8AAAAAAAAAAAAATw8AAAAAAABPDwAAAAAAAAcAAAAjMTgwRDU4", + "AQAAAAAAAAABAAAAUA8AAAAAAABJDwAAAAAAAAAAAAAAAPC/" + ], + [ + 759, + 1, + "insert", + { + "characters": "#" + }, + "AQAAAEkPAAAAAAAASg8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAASQ8AAAAAAABJDwAAAAAAAAAAAAAAAPC/" + ], + [ + 777, + 1, + "", + null, + "AgAAADUPAAAAAAAAOw8AAAAAAAAAAAAAOw8AAAAAAAA7DwAAAAAAAAYAAAA0RTc3RjE", + "AQAAAAAAAAABAAAANQ8AAAAAAAA7DwAAAAAAAAAAAAAAAPC/" + ], + [ + 810, + 1, + "left_delete", + null, + "AQAAAIAPAAAAAAAAgA8AAAAAAAABAAAAMQ", + "AQAAAAAAAAABAAAAgQ8AAAAAAACBDwAAAAAAAAAAAAAAAPC/" + ], + [ + 812, + 1, + "insert", + { + "characters": "2" + }, + "AQAAAIAPAAAAAAAAgQ8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAgA8AAAAAAACADwAAAAAAAAAAAAAAAPC/" + ], + [ + 816, + 1, + "left_delete", + null, + "AQAAAJkPAAAAAAAAmQ8AAAAAAAABAAAAMg", + "AQAAAAAAAAABAAAAmg8AAAAAAACaDwAAAAAAAAAAAAAAAPC/" + ], + [ + 819, + 1, + "insert", + { + "characters": "4" + }, + "AQAAAJkPAAAAAAAAmg8AAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAmQ8AAAAAAACZDwAAAAAAAAAAAAAAAPC/" + ], + [ + 824, + 1, + "right_delete", + null, + "AQAAAGYPAAAAAAAAZg8AAAAAAAABAAAAMQ", + "AQAAAAAAAAABAAAAZg8AAAAAAABmDwAAAAAAAAAAAAAAAPC/" + ], + [ + 826, + 1, + "right_delete", + null, + "AQAAAGYPAAAAAAAAZg8AAAAAAAABAAAAMA", + "AQAAAAAAAAABAAAAZg8AAAAAAABmDwAAAAAAAAAAAAAAAPC/" + ], + [ + 828, + 1, + "right_delete", + null, + "AQAAAGYPAAAAAAAAZg8AAAAAAAABAAAAMA", + "AQAAAAAAAAABAAAAZg8AAAAAAABmDwAAAAAAAAAAAAAAAPC/" + ], + [ + 845, + 1, + "insert", + { + "characters": "70" + }, + "AgAAAGYPAAAAAAAAZw8AAAAAAAAAAAAAZw8AAAAAAABoDwAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAZg8AAAAAAABmDwAAAAAAAAAAAAAAAPC/" + ], + [ + 849, + 2, + "left_delete", + null, + "AgAAAGcPAAAAAAAAZw8AAAAAAAABAAAAMGYPAAAAAAAAZg8AAAAAAAABAAAANw", + "AQAAAAAAAAABAAAAaA8AAAAAAABoDwAAAAAAAAAAAAAAAPC/" + ], + [ + 851, + 1, + "insert", + { + "characters": "10" + }, + "AgAAAGYPAAAAAAAAZw8AAAAAAAAAAAAAZw8AAAAAAABoDwAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAZg8AAAAAAABmDwAAAAAAAAAAAAAAAPC/" + ] + ] + }, + { + "file": "content/persons/_index.md", + "settings": + { + "buffer_size": 4695, + "encoding": "UTF-8", + "line_ending": "Windows" + }, + "undo_stack": + [ + [ + 6, + 1, + "insert", + { + "characters": "\n" + }, + "AgAAAN4AAAAAAAAA3wAAAAAAAAAAAAAA3wAAAAAAAADhAAAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA3gAAAAAAAADeAAAAAAAAAAAAAAAAAPC/" + ], + [ + 9, + 1, + "left_delete", + null, + "AQAAAN8AAAAAAAAA3wAAAAAAAAACAAAAICA", + "AQAAAAAAAAABAAAA4QAAAAAAAADhAAAAAAAAAAAAAAAAAPC/" + ], + [ + 11, + 1, + "paste", + null, + "AQAAAN8AAAAAAAAA/QAAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA3wAAAAAAAADfAAAAAAAAAAAAAAAAAPC/" + ], + [ + 16, + 1, + "insert", + { + "characters": "\n" + }, + "AQAAAP0AAAAAAAAA/gAAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA/QAAAAAAAAD9AAAAAAAAAAAAAAAAAPC/" + ], + [ + 19, + 1, + "", + null, + "AQAAAP4AAAAAAAAAEgEAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA/gAAAAAAAAD+AAAAAAAAAAAAAAAAAPC/" + ], + [ + 25, + 1, + "run_macro_file", + { + "file": "res://Packages/Default/Delete Line.sublime-macro" + }, + "AQAAAN8AAAAAAAAA3wAAAAAAAAAfAAAAbW9kdWxlczogWyJzaW1wbGUtZGF0YXRhYmxlcyJdCg", + "AQAAAAAAAAABAAAA3wAAAAAAAADfAAAAAAAAAAAAAAAAAAAA" + ] + ] + } ], "build_system": "", "build_system_choices": @@ -336,10 +1838,46 @@ "selected_items": [ [ + "packa", + "Package Control: Install Package" + ], + [ + "tre", + "TreeSitter: Install Language" + ], + [ + "pac", + "Package Control: Remove Package" + ], + [ + " package control: re", + "Package Control: Remove Package" + ], + [ + "package", + "Package Control: Install Package" + ], + [ + "treesitter", + "TreeSitter: Install Language" + ], + [ "p", "Package Control: Install Package" ], [ + "pa", + "Package Control: Install Package" + ], + [ + "insta", + "Package Control: Install Package" + ], + [ + "package Control", + "Package Control: Upgrade Package" + ], + [ "plantuml", "PlantUmlDiagrams: Generate Diagrams for Active View" ], @@ -368,10 +1906,6 @@ "Wrap at Ruler" ], [ - "package", - "Package Control: Install Package" - ], - [ "package contr", "Package Control: Disable Package" ], @@ -420,14 +1954,6 @@ "Colorsublime: Install Theme" ], [ - "pac", - "Package Control: Remove Package" - ], - [ - "pa", - "Package Control: Install Package" - ], - [ "autos", "Toggle AutoSave: all files" ], @@ -444,10 +1970,6 @@ "Package Control: Upgrade/Overwrite All Packages" ], [ - "packa", - "Package Control: Install Package" - ], - [ "lint", "SublimeLinter: Lint This View" ], @@ -506,10 +2028,6 @@ [ "date", "Snippet: input - date" - ], - [ - "insta", - "Package Control: Install Package" ] ], "width": 0.0 @@ -532,19 +2050,30 @@ }, "expanded_folders": [ - "/home/vassilios/Sandbox/hinode-template" + "/home/vassilios/Sandbox/hinode-template", + "/home/vassilios/Sandbox/hinode-template/content", + "/home/vassilios/Sandbox/hinode-template/content/persons" ], "file_history": [ + "/home/vassilios/Sandbox/hinode-template/assets/scss/custom.scss", + "/home/vassilios/.config/sublime-text/Packages/User/TabNine.sublime-settings", + "/home/vassilios/Sandbox/hinode-template/content/about.md", + "/home/vassilios/Sandbox/hinode-template/content/privacy.md", + "/home/vassilios/Sandbox/hinode-template/content/_index.md", + "/home/vassilios/Sandbox/hinode-template/config/_default/params.toml", + "/home/vassilios/Sandbox/hinode-template/assets/scss/theme/theme.scss", + "/home/vassilios/Sandbox/hinode-template/config/_default/menus/menus.en.toml", + "/home/vassilios/Sandbox/hinode-template/config/postcss.config.js", + "/home/vassilios/Sandbox/hinode-template/content/persons/_index.md", + "/home/vassilios/Sandbox/hinode-template/config/_default/hugo.toml", + "/home/vassilios/Sandbox/hinode-template/content/evidence/emails_index.md", + "/home/vassilios/Sandbox/hinode-template/content/evidence/emails/263D065E733740F.html", + "/home/vassilios/Sandbox/hinode-template/sync.sh", "/home/vassilios/Sandbox/hinode-template/content/posts/todos.md", "/home/vassilios/Sandbox/hinode-template/content/terms.md", - "/home/vassilios/Sandbox/hinode-template/config/_default/menus/menus.en.toml", "/home/vassilios/Sandbox/hinode-template/content/evidence/emails/index.md", - "/home/vassilios/Sandbox/hinode-template/content/about.md", - "/home/vassilios/Sandbox/hinode-template/config/_default/hugo.toml", - "/home/vassilios/Sandbox/hinode-template/config/_default/params.toml", "/home/vassilios/Sandbox/hinode-template/assets/img/logo-sm.svg", - "/home/vassilios/Sandbox/hinode-template/content/evidence/emails_index.md", "/home/vassilios/Sandbox/crouching_tiger/Docs/network.puml", "/home/vassilios/Sandbox/crouching_tiger/Docs/network.png", "/home/vassilios/Sandbox/theytookourhome/themes/fresh-fork/assets/fresh/partials/_sections.scss", @@ -661,6 +2190,7 @@ "case_sensitive": false, "find_history": [ + "//" ], "highlight": true, "in_selection": false, @@ -668,6 +2198,7 @@ "regex": false, "replace_history": [ + "/" ], "reverse": false, "scrollbar_highlights": true, @@ -682,6 +2213,518 @@ { "sheets": [ + { + "buffer": 0, + "file": "config/_default/params.toml", + "semi_transient": false, + "settings": + { + "buffer_size": 4949, + "regions": + { + }, + "selection": + [ + [ + 3944, + 3944 + ] + ], + "settings": + { + "apply_syntax_touched": true, + "auto_complete_triggers": + [ + { + "characters": "<", + "selector": "text.html, text.xml" + }, + { + "rhs_empty": true, + "selector": "punctuation.accessor" + } + ], + "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.clone_regions": + [ + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content" + ], + "bracket_highlighter.locations": + { + "close": + { + "1": + [ + 3944, + 3945 + ] + }, + "icon": + { + "1": + [ + "", + "region.greenish" + ] + }, + "open": + { + "1": + [ + 3941, + 3942 + ] + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content" + ], + "c_time": + [ + 128, + 3, + 99, + 100, + 97, + 116, + 101, + 116, + 105, + 109, + 101, + 10, + 100, + 97, + 116, + 101, + 116, + 105, + 109, + 101, + 10, + 113, + 0, + 67, + 10, + 7, + 232, + 9, + 13, + 6, + 21, + 5, + 8, + 217, + 125, + 113, + 1, + 133, + 113, + 2, + 82, + 113, + 3, + 46 + ], + "git_gutter_is_enabled": true, + "lsp_uri": "file:///home/vassilios/Sandbox/hinode-template/config/_default/params.toml", + "syntax": "Packages/TOML/TOML.sublime-syntax", + "tab_size": 4, + "translate_tabs_to_spaces": true + }, + "translation.x": 0.0, + "translation.y": 3160.0, + "zoom_level": 1.0 + }, + "stack_index": 1, + "stack_multiselect": false, + "type": "text" + }, + { + "buffer": 1, + "file": "content/persons/_index.md", + "selected": true, + "semi_transient": false, + "settings": + { + "buffer_size": 4695, + "regions": + { + }, + "selection": + [ + [ + 566, + 566 + ] + ], + "settings": + { + "apply_syntax_touched": true, + "auto_complete": false, + "auto_complete_triggers": + [ + { + "characters": "<", + "selector": "text.html, text.xml" + }, + { + "rhs_empty": true, + "selector": "punctuation.accessor" + } + ], + "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.clone_regions": + [ + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content" + ], + "bracket_highlighter.locations": + { + "close": + { + "1": + [ + 668, + 669 + ] + }, + "icon": + { + "1": + [ + "", + "region.purplish" + ] + }, + "open": + { + "1": + [ + 565, + 566 + ] + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content" + ], + "c_time": + [ + 128, + 3, + 99, + 100, + 97, + 116, + 101, + 116, + 105, + 109, + 101, + 10, + 100, + 97, + 116, + 101, + 116, + 105, + 109, + 101, + 10, + 113, + 0, + 67, + 10, + 7, + 232, + 9, + 12, + 14, + 5, + 14, + 13, + 82, + 191, + 113, + 1, + 133, + 113, + 2, + 82, + 113, + 3, + 46 + ], + "git_gutter_is_enabled": true, + "lsp_uri": "file:///home/vassilios/Sandbox/hinode-template/content/persons/_index.md", + "syntax": "Packages/Markdown/MultiMarkdown.sublime-syntax", + "tab_size": 2, + "translate_tabs_to_spaces": true + }, + "translation.x": 0.0, + "translation.y": 2038.0, + "zoom_level": 1.0 + }, + "stack_index": 0, + "stack_multiselect": false, + "type": "text" + } ] } ], @@ -752,7 +2795,7 @@ "project": "corruptlamar.sublime-project", "replace": { - "height": 92.0 + "height": 56.0 }, "save_all_on_build": true, "select_file": @@ -790,7 +2833,7 @@ "show_open_files": false, "show_tabs": true, "side_bar_visible": true, - "side_bar_width": 327.0, + "side_bar_width": 279.0, "status_bar_visible": true, "template_settings": { diff --git a/data/timeline.yml b/data/timeline.yml new file mode 100644 index 0000000..f1efdd5 --- /dev/null +++ b/data/timeline.yml @@ -0,0 +1,111 @@ +# Timeline Data file + +- title: Discovery of plans for a Solar Power Plant + icon: fas rocket + color: primary + date: 2016-06-03 + url: https://github.com/gethinode/hinode/releases/tag/v0.15.2 + content: + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate ducimus officiis quod! Aperiam eveniet nam nostrum odit quasi ullam voluptatum. + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate ducimus officiis quod! Aperiam eveniet nam nostrum odit quasi ullam voluptatum. + +- title: First letter written to Dayton without response + icon: fas globe + color: success + date: 2020-10-05 + url: v0.14.0 + content: + Lorem ipsum dolor sit amet. + +- title: Chief Matthews purchases Dayton Property + icon: fas house + color: warning + date: 2020-12-31 + url: v0.8.1 + content: + Cupiditate ducimus officiis quod! + +- title: Shane Tyler vandalizes yard with truck and trailer + icon: fas heart + color: info + date: 2021-01-01 + # url: v0.1 + content: + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate ducimus officiis quod! Aperiam eveniet nam nostrum odit quasi ullam voluptatum. + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate ducimus officiis quod! Aperiam eveniet nam nostrum odit quasi ullam voluptatum. + +- title: Shane Tyler begins to clear land before sale is finalized + icon: fas house + color: warning + date: 2021-02-26 + url: v0.8.1 + content: + Cupiditate ducimus officiis quod! + +- title: Sheriff Dept raids home over false allegations - beginning of difficulties with L.E.O. + icon: fas rocket + color: primary + date: 2021-03-23 + url: https://github.com/gethinode/hinode/releases/tag/v0.15.2 + content: + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate ducimus officiis quod! Aperiam eveniet nam nostrum odit quasi ullam voluptatum. + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate ducimus officiis quod! Aperiam eveniet nam nostrum odit quasi ullam voluptatum. + +- title: Discovery of Chief Matthews Poaching spot. + icon: fas globe + color: success + date: 2022-02-22 + url: v0.14.0 + content: + Lorem ipsum dolor sit amet. + +- title: Mr. Dayton Passes + icon: fas house + color: warning + date: 2022-10-07 + url: v0.8.1 + content: + Cupiditate ducimus officiis quod! + +- title: Neighbor's kids through party until 2-3am + icon: fas heart + color: info + date: 2022-11-07 + # url: v0.1 + content: + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate ducimus officiis quod! Aperiam eveniet nam nostrum odit quasi ullam voluptatum. + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate ducimus officiis quod! Aperiam eveniet nam nostrum odit quasi ullam voluptatum. + +- title: Informed of Subdivision + icon: fas rocket + color: primary + date: 2023-12-18 + url: https://github.com/gethinode/hinode/releases/tag/v0.15.2 + content: + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate ducimus officiis quod! Aperiam eveniet nam nostrum odit quasi ullam voluptatum. + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate ducimus officiis quod! Aperiam eveniet nam nostrum odit quasi ullam voluptatum. + +- title: Detained in county jail, reason unknown - Fire Chief ignores calls for aid in search. + icon: fas globe + color: success + date: 2023-10-22 + url: v0.14.0 + content: + Lorem ipsum dolor sit amet. + +- title: Neighbors steal mailbox with important tax documentation. + icon: fas house + color: warning + date: 2023-12-23 + url: v0.8.1 + content: + Cupiditate ducimus officiis quod! + +- title: Firearm discharged by neighbor while walking dog. + icon: fas heart + color: info + date: 2024-05-12 + # url: v0.1 + content: + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate ducimus officiis quod! Aperiam eveniet nam nostrum odit quasi ullam voluptatum. + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate ducimus officiis quod! Aperiam eveniet nam nostrum odit quasi ullam voluptatum.
\ No newline at end of file diff --git a/hugo_stats.json b/hugo_stats.json index 196255e..bb400a8 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -16,6 +16,8 @@ "h2", "h3", "h4", + "h5", + "h6", "head", "hr", "html", @@ -48,26 +50,30 @@ "td", "th", "thead", + "time", "title", "tr", "ul", "use" ], "classes": [ + "%!s(<nil><use", "active", "align-items-center", + "align-middle", "align-self-center", - "align-self-end", "anchor", + "badge", "ball", "bg-body", "bg-body-tertiary", - "bg-opacity-10", + "bg-opacity-0", "bg-primary", "blockquote", "blockquote-alert", "blockquote-alert-heading", "blockquote-alert-important", + "blockquote-alert-info", "blockquote-alert-note", "border", "border-0", @@ -77,14 +83,15 @@ "breadcrumb-item", "btn", "btn-close", + "btn-light", "btn-outline-primary", "btn-outline-secondary", "btn-primary", + "btn-sm", "btn-social", "card", "card-body", "card-body-link", - "card-icon", "card-text", "card-title", "card-zoom", @@ -92,7 +99,9 @@ "chroma", "col", "col-12", + "col-3", "col-6", + "col-9", "col-lg-2", "col-lg-8", "col-md-2", @@ -101,8 +110,10 @@ "col-md-8", "col-md-9", "col-sm-12", + "col-sm-3", "collapse", "collapsed", + "container", "container-fluid", "container-xxl", "d-block", @@ -113,7 +124,9 @@ "d-md-block", "d-md-none", "d-none", - "d-sm-none", + "d-none-dark", + "d-none-light", + "d-sm-block", "data-table", "display-1", "display-4", @@ -126,26 +139,28 @@ "fa", "fa-10x", "fa-2x", - "fa-4x", "fa-arrow-left", "fa-arrow-right", "fa-book-open", - "fa-bootstrap", "fa-circle-info", - "fa-code", "fa-ellipsis", "fa-exclamation", "fa-face-frown", "fa-facebook", + "fa-fluid", "fa-fw", + "fa-globe", + "fa-heart", + "fa-house", "fa-link", "fa-linkedin", - "fa-magnifying-glass", "fa-moon", + "fa-rocket", "fa-share-nodes", "fa-sort", "fa-sun", "fa-whatsapp", + "fa-wrapper", "fa-x-twitter", "fab", "fas", @@ -164,6 +179,7 @@ "fullscreen", "fw-30", "fw-bold", + "g-0", "g-4", "gap-1", "gap-2", @@ -171,6 +187,7 @@ "h6", "heading", "highlight", + "href=", "hstack", "img-fluid", "img-wrap", @@ -183,9 +200,14 @@ "katex", "label", "lead", + "link-primary", "link-secondary", + "link-success", + "link-warning", + "m-auto", "main-content", "main-nav-toggler", + "mb-0", "mb-3", "mb-5", "mb-lg-5", @@ -194,18 +216,20 @@ "middle-bar", "min-vh-100", "mode-switch", + "ms-1", "ms-auto", "ms-md-3", + "mt-2", "mt-3", "mt-4", "mt-5", + "mt-auto", "mt-md-0", "mx-auto", "mx-md-0", "my-2", "my-auto", "my-md-0", - "my-md-auto", "nav-item", "nav-link", "navbar", @@ -220,22 +244,18 @@ "navbar-toggler", "next", "no-js", - "order-0", - "order-1", - "order-md-0", - "order-md-1", + "order-first", "p-0", "p-1", "p-2", "p-3", "p-4", "pb-2", - "pb-3", "pb-4", "pb-5", - "pb-md-0", "position-fixed", "position-relative", + "post-date", "previous", "ps-1", "pt-5", @@ -243,8 +263,8 @@ "px-4", "px-xxl-0", "py-3", - "py-5", "rounded", + "rounded-pill", "row", "row-cols-1", "row-cols-2", @@ -258,22 +278,47 @@ "search-suggestions", "shadow", "sidebar-overflow", + "small", "sticky-top", "stretched-link", "svg-inline--fa", "syntax-highlight", "table", "table-responsive", + "tag-link", + "text-bg-info", + "text-bg-primary", + "text-bg-success", + "text-bg-warning", "text-body", "text-body-secondary", + "text-break", "text-center", "text-decoration-none", "text-end", + "text-info", "text-muted", + "text-right", "text-secondary", "text-sm-start", "text-start", "text-uppercase", + "timeline", + "timeline-bg-dark", + "timeline-connector-end", + "timeline-connector-start", + "timeline-description-text-end", + "timeline-description-text-start", + "timeline-dot", + "timeline-info", + "timeline-panel-end", + "timeline-panel-start", + "timeline-primary", + "timeline-semi-circle-end", + "timeline-semi-circle-start", + "timeline-sm", + "timeline-success", + "timeline-warning", "toast", "toast-body", "toast-container", @@ -284,15 +329,14 @@ "toc-sidebar", "toggler-icon", "top-bar", - "w-100", - "w-50" + "w-100" ], "ids": [ + "%!s(<nil>)-fw", "TableOfContents", "about-us", "analysis", "arent-you-afraid-of-being-sued", - "backstory", "basic-logic-how-unclaimed-potential-revenue-affects-you", "blacklabeled-in-acquiring-legal-counsel", "btn-webshare", @@ -301,17 +345,17 @@ "childrens-privacy", "closing", "collecting-and-using-your-personal-data", - "communication-between-the-zoning-administrator", "consent", "contact-us", "definitions", "delete-your-personal-data", "dessimation-of-antebellum-homestead", + "diagram-explanation", + "diagram-legend", "disclosure-of-your-personal-data", "email-table-of-contents", "evidence", "fa-face-frown", - "fab-bootstrap", "fab-facebook", "fab-linkedin", "fab-whatsapp", @@ -324,12 +368,14 @@ "fas-arrow-right", "fas-book-open", "fas-circle-info", - "fas-code", "fas-ellipsis", "fas-exclamation", + "fas-globe", + "fas-heart", + "fas-house", "fas-link", - "fas-magnifying-glass", "fas-moon", + "fas-rocket", "fas-share-nodes", "fas-sort", "fas-sun", @@ -348,6 +394,8 @@ "law-enforcement", "legal", "letter-to-the-editor-of-the-barnesville-dispatchhttpsbarnesvilledispatchcomindex377htm", + "line-descriptors", + "line-types", "links-to-other-websites", "navbar-0-collapse", "navbar-mode", @@ -360,6 +408,7 @@ "persons", "posts", "privacy-policy", + "relational-entity-map", "retention-of-your-personal-data", "security-of-your-personal-data", "site-disclaimer", @@ -369,12 +418,9 @@ "the-analogy", "the-corruption-was-a-matter-of-fact", "the-curious-case-of-chief-matthews-private-road", - "the-email-compendium", - "the-phone-call", "the-reality", "third-weekend-of-stalking", "this-is-the-countys-policy", - "timeline", "to-start-with", "toast-container", "toast-copied-code-message", @@ -387,6 +433,7 @@ "usage-data", "use-of-your-personal-data", "values", + "what-is-it", "why-did-we-choose-corruptlamarcom" ] } diff --git a/layouts/partials/AddModule.html b/layouts/partials/AddModule.html new file mode 100644 index 0000000..bd16780 --- /dev/null +++ b/layouts/partials/AddModule.html @@ -0,0 +1,9 @@ +{{ with .module }} + {{- $dependencies := page.Scratch.Get "dependencies" -}} + {{- if reflect.IsSlice $dependencies -}} + {{- $dependencies = complement $dependencies . -}} + {{ else }} + {{- $dependencies = slice . -}} + {{ end }} + {{- page.Scratch.Set "dependencies" $dependencies -}} +{{ end }}
\ No newline at end of file diff --git a/layouts/partials/GetIllustration.html b/layouts/partials/GetIllustration.html new file mode 100644 index 0000000..1b21f3b --- /dev/null +++ b/layouts/partials/GetIllustration.html @@ -0,0 +1,22 @@ +{{- $item := .item -}} +{{- $illustration := "" -}} +{{- $style := "img-wrap mx-auto mx-md-0" -}} +{{- $size := .size | default "col-12 col-sm-4 col-lg-12" -}} + +{{ if $item.Params.icon }} + {{- $icon := (or (and (reflect.IsMap $item.Params.Icon) $item.Params.Icon.url) $item.Params.Icon) -}} + {{- $mode := and (reflect.IsMap $item.Params.Icon) $item.Params.Icon.mode -}} + {{ if eq (lower (path.Ext $icon)) ".json" }} + {{ $illustration = partial "assets/animation.html" (dict "data" $icon "mode" $mode "loop" false "hover" true "class" (printf "mx-auto text-center %s" $size)) }} + {{ else }} + {{ $illustration = partial "assets/icon.html" (dict "icon" "mode" $mode $icon "wrapper" "mx-auto text-center")}} + {{ end }} +{{ else }} + {{- $thumbnail := "" -}} + {{ if reflect.IsMap $item.Params.Thumbnail }}{{ $thumbnail = $item.Params.Thumbnail.url }}{{ else }}{{ $thumbnail = $item.Params.Thumbnail }}{{ end }} + {{- if $thumbnail }} + {{ $illustration = partial "assets/image.html" (dict "url" $thumbnail "ratio" "16x9" "wrapper" $style "inner" "rounded" "title" $item.Site.Title) }} + {{ end }} +{{ end }} + +{{ return $illustration }}
\ No newline at end of file diff --git a/layouts/partials/GetSections.html b/layouts/partials/GetSections.html new file mode 100644 index 0000000..393791d --- /dev/null +++ b/layouts/partials/GetSections.html @@ -0,0 +1,79 @@ +{{- $page := .page -}} +{{- $loading := .loading -}} + +{{/* Add title for current page */}} +{{- $items := slice -}} +{{ $items = $items | append (dict "title" $page.Title "content" "" )}} + +{{/* Identify page sections */}} +{{- $sections := slice -}} +{{- $sections = $sections | append $page.Type -}} +{{ with $page.Params.sections }} + {{ $sections = $sections | append . }} +{{ end }} + +{{ if $page.IsHome }} + {{- if not $page.Params.sections -}} + {{- with site.Params.home.sections }} + {{ $sections = $sections | append . }} + {{ else }} + {{ range $section := site.Sections }} + {{ $sections = $sections | append $section.Type }} + {{ end }} + {{ end }} + {{- end -}} +{{ end }} + +{{/* Generate title and content for each section */}} +{{- range $index, $section := $sections -}} + {{- $sectionPage := site.GetPage "section" $section -}} + {{- $sectionURL := $sectionPage.RelPermalink -}} + {{ with $sectionPage.Params.redirect}} + {{ $target := partial "utilities/GetPage.html" (dict "url" . "page" $page) }} + {{- if not $target -}} + {{ if eq (printf "%T" $page.File) "*hugolib.fileInfo"}} + {{- errorf "Cannot find redirect target on page '%s': %s" $page.File . -}} + {{ else }} + {{- errorf "Cannot find redirect target: %s" . -}} + {{ end }} + {{ else }} + {{- $sectionURL = $target.RelPermalink -}} + {{ end }} + {{ end }} + {{- $title := or $sectionPage.Title $sectionPage.Type -}} + + {{- with (index site.Params.sections $section) -}} + {{- with index . "title" }}{{ $title = or . $title }}{{ end -}} + {{- end -}} + + {{- $thumbnail := "" -}} + {{ if reflect.IsMap $sectionPage.Params.Thumbnail }}{{ $thumbnail = $sectionPage.Params.Thumbnail.url }}{{ else }}{{ $thumbnail = $sectionPage.Params.Thumbnail }}{{ end }} + {{- $icon := $sectionPage.Params.Icon -}} + {{- $content := "" -}} + {{ if not $sectionPage.IsSection }}{{ $content = $sectionPage.Content }}{{ end -}} + {{- $sectionTitle := strings.FirstUpper $sectionPage.Type -}} + {{- $moreTitle := "" -}} + {{- with (index site.Params.sections $section) -}} + {{- with index . "reference" }}{{ $moreTitle = . }}{{ end -}} + {{- end -}} + {{- $moreTitle = or $moreTitle (printf (T "more" (pluralize $sectionTitle))) -}} + + {{- $sectionContent := trim (partial "assets/section-list.html" (dict + "page" $page + "section" $section + "home" $page.IsHome + "simple" (eq (len $sections) 1) + "thumbnail" $thumbnail + "icon" $icon + "content" $content + "moreTitle" $moreTitle + "sectionURL" $sectionURL + "loading" $loading)) " \r\n" + -}} + + {{ if $sectionContent }} + {{ $items = $items | append (dict "title" $title "content" $sectionContent)}} + {{ end }} +{{- end -}} + +{{ return $items }}
\ No newline at end of file diff --git a/layouts/partials/InitModules.html b/layouts/partials/InitModules.html new file mode 100644 index 0000000..0241774 --- /dev/null +++ b/layouts/partials/InitModules.html @@ -0,0 +1,62 @@ +{{ $core := slice }} +{{ $optional := slice }} +{{ $excludeSCSS := slice }} +{{ $disableTemplate := slice }} +{{ $localize := slice }} +{{ $modules := dict }} + +{{ range $key, $mod := .Site.Params.modules }} + {{ if eq $key "core" }} + {{ warnf "DEPRECATED: module parameter `core` has been deprecated in release v0.24.0" }} + {{ $core = $core | append $mod }} + {{ else if eq $key "optional" }} + {{ warnf "DEPRECATED: module parameter `optional` has been deprecated in release v0.24.0" }} + {{ $optional = $optional | append $mod }} + {{ else if eq $key "excludescss" }} + {{ warnf "DEPRECATED: module parameter `excludeSCSS` has been deprecated in release v0.24.0" }} + {{ $excludeSCSS = $excludeSCSS | append $mod }} + {{ else if eq $key "disabletemplate" }} + {{ warnf "DEPRECATED: module parameter `disableTemplate` has been deprecated in release v0.24.0" }} + {{ $disableTemplate = $disableTemplate | append $mod }} + {{ else if reflect.IsMap $mod }} + {{ $integration := index $mod "integration" }} + {{ if eq $integration "core" }} + {{ $core = $core | append $key }} + {{ else if eq $integration "optional" }} + {{ $optional = $optional | append $key }} + {{ else if $integration }} + {{ warnf "Unrecognized module integration setting: %s" $integration }} + {{ end }} + + {{ if eq (index $mod "excludeSCSS") true }} + {{ $excludeSCSS = $excludeSCSS | append $key }} + {{ end }} + + {{ if eq (index $mod "disableTemplate") true }} + {{ $disableTemplate = $disableTemplate | append $key }} + {{ end }} + + {{ if eq (index $mod "localize") true }} + {{ $localize = $localize | append $key }} + {{ end }} + + {{ $modules = merge $modules (dict $key $mod) }} + {{ else }} + {{ warnf "Unsupported module parameter: %s" $key }} + {{ end }} +{{ end }} + +{{ $modules := dict + "modules" $modules + "core" $core + "optional" $optional + "excludeSCSS" $excludeSCSS + "disableTemplate" $disableTemplate + "localize" $localize +}} + +{{- if and .IsPage (not (in $core "bootstrap")) -}} + {{- errorf "Bootstrap is a required module, please add it to 'modules.core' in your site parameters" -}} +{{- end -}} + +{{ return $modules }}
\ No newline at end of file diff --git a/layouts/partials/git.html b/layouts/partials/git.html new file mode 100644 index 0000000..58f9ff2 --- /dev/null +++ b/layouts/partials/git.html @@ -0,0 +1,3 @@ +{{ with .GitInfo }} +• <a href="{{ site.Params.docs.github | default site.Params.schema.github }}/commit/{{ .Hash }}">{{ .Subject }} ({{ .AbbreviatedHash }})</a> +{{ end -}}
\ No newline at end of file diff --git a/static/logo-front.png b/static/logo-front.png Binary files differnew file mode 100644 index 0000000..5feb8a6 --- /dev/null +++ b/static/logo-front.png |
